PDA

View Full Version : Edit Next/Previous links on a thread page


Danny M
07-08-2010, 02:36 PM
Hey,

Does anyone know which file I edit for the "Next and Previous Thread" links on the bottom of a thread page?

I've turned HTML comments on and still can't find which template they are in.

I'd appreciate it if someone could guide me into the right direction.

Thanks :)

Danny M
07-10-2010, 11:08 AM
Anyone? :erm:

Danny M
07-15-2010, 12:15 PM
I don't like to keep bumping, but anyone have any ideas?

sqlboy
10-30-2010, 03:28 AM
any ideas?

--------------- Added 1288422910 at 1288422910 ---------------

<!-- next / previous links -->
<div class="navlinks">
<strong>&laquo;</strong>
<a href="showthread.php?{vb:raw session.sessionurl}t={vb:raw threadid}&amp;goto=nextoldest" rel="nofollow">{vb:rawphrase prev_thread}</a>
|
<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>
</div>
<!-- / next / previous links -->


template name :SHOWTHREAD