PDA

View Full Version : adding link to bottom of page



Mike2902
Thu 18th Jun '09, 2:14pm
Ive asked this at vbulletin.org with no response. At the top of each page you have your location of where you are at. See the arrow below pointing to what im talking about

http://www.moarpics.com/images/ud9m9t0epjgprtp10vmm.jpg (http://www.moarpics.com/)



Now I want to put that above what the arrow is point to and put the same thing at the bottom of the page between the last post and the tag box or even directly below the tag box woud be fine........see image for exact location. So how do you do that?


http://www.moarpics.com/images/jd1ze4mrm2s98flra5lz.jpg (http://www.moarpics.com/)

Trevor Hannant
Thu 18th Jun '09, 2:49pm
The code for that can be found in the navbar template:


<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>

Not sure if it'll work at the foot of the page but you could easily try adding it to the SHOWTHREAD template for your screenshot. If you want it on FORUMDISPLAY etc you'd need to update that template also...

Mike2902
Thu 18th Jun '09, 2:54pm
The code for that can be found in the navbar template:


<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>

Not sure if it'll work at the foot of the page but you could easily try adding it to the SHOWTHREAD template for your screenshot. If you want it on FORUMDISPLAY etc you'd need to update that template also...

I will try that...thanks

usingVB
Thu 18th Jun '09, 5:20pm
just wondering if this worked out or not? looking to do the same.