The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
add breadcrumb to bottom of posts
to send back to fourum you're in. ie at the bottom of this post have a link that says MOdification request. That way you don't have to scroll all the way to the top to get back.
|
#2
|
|||
|
|||
In SHOWTHREAD template find:
Code:
<if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if> </tr> </table> <!-- / controls below postbits --> Code:
<div class="smallfont" align="center"> <a href="$vboptions[forumhome].php?$session[sessionurl]">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</div> |
#3
|
|||
|
|||
Thanks that worked beautifully.
|
#4
|
||||
|
||||
Hey, I have one more to add to this. I want a "New Thread" button ext to the reply button at the bottom of the threads...
I tried adding this Code:
<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td> Code:
<td class="smallfont"><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" /></a></if></td> Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|