Log in

View Full Version : New Thread Button on post viewing.


flup
06-24-2005, 10:00 PM
When viewing a post the only button you see is the Post Reply button.

With this template modification, you also have the Post New Thread button back like in the old times :)

If you use it don't forget the https://vborg.vbsupport.ru/ (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=91064) button:)

GinjiAmano
06-25-2005, 02:35 PM
very useful.

Snake
06-25-2005, 03:34 PM
Certainly it is. Thanks.

bigcurt
06-25-2005, 04:00 PM
Haha, nice man.

red_baron2000
06-26-2005, 10:11 PM
this should be integrated in vb 3.5 by default..
thank you great job
"between love that avatar in your demo picture lol" :)

coffeefix
06-28-2005, 03:58 PM
Thanks for this. works great. :)

lazorde
07-04-2005, 08:03 AM
thanx

SlaPPiE
07-30-2005, 09:28 PM
Thanks for the mod.

Boofo
07-30-2005, 10:20 PM
Thanks for the mod. Here's a transparent .gif of the New Thread button if anyone wants it.

Where?

SlaPPiE
07-30-2005, 10:26 PM
I feel like an idiot. I put this in the wrong topic.

Boofo
07-30-2005, 10:32 PM
No joke. I don't see it. hmmmm.

Reminder
08-05-2005, 03:57 PM
Just Admin


<if condition="$show['largereplybutton']">
<td class="smallfont">
<if condition="$show['admincplink']">
<a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$forumid" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>&nbsp;
</if>
<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;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>

ohgenki
08-26-2005, 04:31 AM
pardon me, but i can't seem to find that code.

<if condition="$show['largereplybutton']">
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID">

Bozkurtum
08-26-2005, 08:43 AM
good! thanks

xug
09-06-2005, 12:04 AM
This can also be done at the bottom of the thread page ;)

find:

<if condition="$show['largereplybutton']">
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$LASTPOSTID">

replace with:

<td class="smallfont"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$forumid" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>&nbsp;
<if condition="$show['largereplybutton']">
<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$LASTPOSTID">

thedvs
10-05-2005, 05:00 PM
thanks flup & xug

Flow Fusion
10-13-2005, 12:34 PM
Great hack thanks!

TygerTyger
10-13-2005, 01:35 PM
Good hack, very useful to have. Watch for people who mistake one button for another...

I don't think I'll use it on the default buttons though, they look crummy next to each other because the words are at different heights.

MarkyLeonard
10-17-2005, 10:05 PM
Good hack - kinda works for me but spaces the buttons incorrectly??

MarkyLeonard
10-18-2005, 09:13 PM
Sussed - take out
&nbsp
for vb3.5

nokturno
08-30-2006, 01:58 PM
work 3.6

<if condition="$show['largereplybutton']">
<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow">