Back to vBulletin 3.8 Template Modifications

Create New Threads in Forum Home
Mod Version: 1.00, by JGreig

vB Version: 3.8.x Rating: (2 votes - 5.00 average) Installs: 15
Released: 23 Feb 2011 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

A simple little edit which allows registered members to click an icon and be taken directly to a new thread page for that specific forum id. In other words, you can create a thread directly from the forum home for each forum.

Styles & Templates >> Forum Home Templates >> forumhome_forumbit_level2_post >> Find:
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Add after:
Code:
<if condition="$show['member']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$forum[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newth.png" alt="$vbphrase[post_new_thread]" border="0" /></a></if>

Upload the icon to your themes /buttons folder. Alternatively, you can specify a new icon image by editing:
Code:
<img src="$stylevar[imgdir_button]/newth.png" alt="$vbphrase[post_new_thread]" border="0" />
See screenshot for a more accurate description of this edit.

---------------------------------
If you use this for a plugin, please credit me. If you use this on your forum, click installed! Thank you for reading.

Download

No files for download.

Screenshots

Similar Mods

Who can create threads in the chosen forum ? vBulletin 3.5 Add-ons

vblts.ru supports vBulletin®, 2022-2024