PDA

View Full Version : Anyone know of a way to put the What's New? button at the bottom of a thread?


PSC001
10-27-2010, 01:53 PM
Looking to add a What's New? button to the bottom of each thread so users don't have to scroll all the way back to the top each time.

I think a way to create a button similar to the Reply to Thread button and place it right next to it would work. Or something under Quick Reply maybe.

Tried searching multiple terms and couldn't find anything.

Any ideas out there?

Thanks.

rfsforums
10-27-2010, 03:37 PM
I've added a "what's new link" at the bottom, just to the right of the "next thread" link and it is very useful

Find in the Showthread template
<a href="showthread.php?{vb:raw session.sessionurl}t={vb:raw threadid}&amp;goto=nextnewest" rel="nofollow">{vb:rawphrase next_thread}</a>
<strong>&raquo;</strong>

and add after
<a href="search.php?do=getnew&contenttype=vBForum_Post" rel="nofollow">What's New</a>

PSC001
10-27-2010, 04:14 PM
That worked great! Thanks very much!