What has happened to the New Thread button when viewing a thread in 3.0.5? How do I get this, do I need to hack the templates to have it like 2.3.X?
'New thread' button
Collapse
X
-
That was removed in the first releases of 3.x....Yep, you'll have to edit the templates to get it back. It was posted either here or vbulletin.org I think. -
-
Simply add this code to the SHOWTHREAD template:
Code:<a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"> <img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>
Code:<img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a>
All done.Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment