vBulletin Search Engine Optimization
This is a discussion on Remove Next/Previous Links For Guests within the Template Modifications forums, part of the vBulletin SEO Discussion category; I want to do this but am having trouble finding the template this is located in. I've looked in showthread ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| Remove Next/Previous Links For Guests
I want to do this but am having trouble finding the template this is located in. I've looked in showthread and can't find it...
|
|
#2
| ||||
| ||||
|
It's in SHOWTHREAD. Search the template for the word "next" and it will take you right to it. Code: <div class="smallfont" align="center"> <strong>«</strong> <a href="showthread.php?$session[sessionurl]t=$threadid&goto=oldest" rel="nofollow">$vbphrase[prev_thread]</a> | <a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest" rel="nofollow">$vbphrase[next_thread]</a> <strong>»</strong> </div>
__________________ Keith Cohen / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: My Blog | GPS Discussion Forum |
|
#3
| ||||
| ||||
|
Thanks, I found that right after I posted. Seems to be put in there out of place, heh. Thanks a bunch.
|