Bombed New Thread - On Index Under Thread Count Per Forum
Bomb = Better Off Modified Baby
And Everything is Better BOMBED!
What This Does - Adds a Button Under the Thread Count Total On the Main Forum index , When clicking the button it will take the user to the New Thread Creation Page for that forum .
- Prevents Unnecessary Page Loads
- Encourages Posting of new threads
- Great for Newbies who are unsure how to start a thread
- Works for Subforums Also
Only Shows to Logged in users
Download the Attached Zip File , Extract it and Choose the Image You Wish to use and rename it to
addnew
Upload The renamed Image File you wish to use to the Image Directory
= /images
Template Edit :
In
Styles & Templates -> Style Manager -> Forum Home Templates ->
forumhome_forumbit_level1_post
Find
PHP Code:
PHP Code: <td class="alt1">$forum[threadcount]</td>
Replace With
PHP Code:
PHP Code: <td class="alt1">$forum[threadcount]<if condition="$show['member']"><br /><a href="$vboptions[bburl]/newthread.php?$session[sessionurl_q]do=newthread&f=$forum[forumid]"><img src="$vboptions[bburl]/images/addnew.png" alt="vbphrase[post_new_thread]" /></a></if></td>
In
Styles & Templates -> Style Manager -> Forum Home Templates ->
forumhome_forumbit_level2_post
Find
PHP Code:
PHP Code: <td class="alt1">$forum[threadcount]</td>
Replace With
PHP Code:
PHP Code:
<td class="alt1">$forum[threadcount]<if condition="$show['member']"><br /><a href="$vboptions[bburl]/newthread.php?$session[sessionurl_q]do=newthread&f=$forum[forumid]"><img src="$vboptions[bburl]/images/addnew.png" alt="vbphrase[post_new_thread]" /></a></if></td>
Concept And Designed By : Diesel Bombers
Download Now