The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to add links to here?
I would like to add more links here:
Which template? What codes? thanks for any help. |
#2
|
|||
|
|||
template: SHOWTHREAD
place your link within the HTML Code:
<div class="navlinks">
Code:
</div> |
#3
|
||||
|
||||
But i will need it to be readable, if I just added the link between the above it would show the full url not the name of the link i think.
|
#4
|
|||
|
|||
so add text behind the link like so
HTML Code:
<a href="http://www.w3schools.com/">Visit W3Schools</a> |
#5
|
|||
|
|||
Quote:
Also, everything you put there will be aligned in the center, it will be confusing to have prrevoius|next|other link nect to eachother |
#6
|
||||
|
||||
Thanks to tonyvh2 and your24hourstore i was able to do what i wanted
i would like to remove these 2 links : Quote:
|
#7
|
|||
|
|||
just remove anything that was originally in that div so everything between
Code:
<div class="navlinks"> Code:
</div> Code:
<vb:if condition="$vboptions['nextprevlinks']"> <vb:if condition="$prevthreadinfo"> <strong>«</strong> <a href="{vb:link thread, {vb:raw prevthreadinfo}}">{vb:raw prevthreadinfo.title}</a> </vb:if> <vb:if condition="$prevthreadinfo && $nextthreadinfo"> | </vb:if> <vb:if condition="$nextthreadinfo"> <a href="{vb:link thread, {vb:raw nextthreadinfo}}">{vb:raw nextthreadinfo.title}</a> <strong>»</strong> </vb:if> <vb:else /> <strong>«</strong> <a href="showthread.php?{vb:raw session.sessionurl}t={vb:raw threadid}&goto=nextoldest" rel="nofollow">{vb:rawphrase prev_thread}</a> | <a href="showthread.php?{vb:raw session.sessionurl}t={vb:raw threadid}&goto=nextnewest" rel="nofollow">{vb:rawphrase next_thread}</a> <strong>»</strong> </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|