![]() |
Add New Thread Button To Forum Posts
https://vborg.vbsupport.ru/external/2008/07/38.gif
Instructions: 1- go to your "SHOWTHREAD" template 2- look for the the following code: HTML Code:
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td> HTML Code:
<td class="smallfont"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" border="0" alt="$vbphrase[post_new_thread]" /></a> <a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" ></if></a></td> |
finally... i've been looking for this... :)
thank you so much |
i was gonna request this one.... thanx allot
|
Great. :) THX
|
i did as posted and it;s not coming up , any ideas
|
Thank you! been wanting this too!
|
Thanks for this hack! ..... I wanted the new thread after new reply ... so I replaced with this rearranged version of above (In case anyone needs that):
Code:
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" ></if></a> <a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" border="0" alt="$vbphrase[post_new_thread]" /></a></td> |
thanks red raider that seemed to fix my problem
|
Thank you very much for this enhancement! :)
|
Realy
Thank you |
Thank you apprciated :up:
|
Thanks! Just what I was looking for... :)
|
cool why dont they have this built into vbulletin like ipb does
|
Thank you for this! :)
|
been looking for this, thanks :)
|
This does not make sense, I always hated phpbb for that. When some body is on a post why should he click on new thread. when I had phpbb I always had problem with people who clicked on new thread instead of reply.
|
Works great for me. What I always wanted! Takes an extra step out of the process of reading a thread and deciding to post a new one!
|
*installed
Thanks to redraider for the re-ordered button code, also. |
installed
thanks :) |
Great thank you! One thing I missed moving to vB.
|
ermm... I'd like to have the "reply" button in the postbit .. do you know which way it works?
|
sweet thanks :D
|
dude that line is in there twice? Is it the first one or the second one?
|
n u can add same new thread buttan in after the thread
look for the the following code: Code:
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td> 2- Replace it with: Code:
<td class="smallfont"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" border="0" alt="$vbphrase[post_new_thread]" /></a> <a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td> |
I CANNOT FIND THIS LINE or ANY variations of it! I am using 3.7.3pl1 any ideas?
EDIT nvm its just that Vbulletin search sucks so I had to copy and paste it into my FTP client that allows me to search whole lines. Thanks for this mod |
thanks
installed |
Is "SHOWTHREAD" template in admincp?
|
thanks so much after lookin for along time
|
this mod works fine into VB 3.8.3 but with this code:
Code:
<td class="smallfont"><a href="newthread.php?$session[sessionurl]do=newthread&f=$thread[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" border="0" alt="$vbphrase[post_new_thread]" /></a> <a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td> |
Thanks, Just added this to the skin iv been working on for my website :)
|
Quote:
|
Esto es lo que necesito pero para version 3.8.4
This is what I need but for version 3.8.4 heelp |
All times are GMT. The time now is 05:07 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|