Version: 2.1, by magnus
Developer Last Online: Feb 2012
Category: Show Thread Enhancements -
Version: 3.6.2
Rating:
Released: 11-07-2006
Last Update: 11-07-2006
Installs: 132
Uses Plugins Template Edits
No support by the author.
Keywords: Thread, Newest, Oldest, SHOWTHREAD, SEO
Description:
Quote:
Replaces the ? Previous Thread | Next Thread ? links located at the bottom of the SHOWTHREAD output with their respective thread titles. Adds 2 additional queries.
Details:
Quote:
This hack functions exactly like the current links, except now users can see the actual thread titles of the next newest and next oldest thread. Someone said this could(?) help with SEO somewhere along the line. I don't claim to know enough to validate this statement. I developed the hack because it simply provided more information to the user, possibly enticing them to click with a thread title that may peak their interest.
I've also never been fond of the location of these links originally, at the bottom, so I've included an option via the AdminCP where you can opt to relocate the links to the top of the page just below the navbar (see screenshots below).
Installation:
Quote:
1. Download and import the product-nextprevtitle_v2.1.xml file via the Product Manager.
2. Optionally, you may configure alternate placement via your AdminCP (vBulletin Options > Next/Previous Thread Titles)
3. ???
4. Profit
Version History:
Quote:
v1.0 - Initial Release
v2.0 - Added ability to choose placement; Added template for end-user configuration
v2.1 - Adapted to work with 3.6.3
* Occasionally, you may notice a link beying displayed as "-" rather than a thread title. This is normal. This simply means there is no thread which is newer (or older) than the current thread being viewed. This same functionality is in vBulletin by default.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
. However, if an additional 2 queries is of concern to you this result could still be achieved with a quick file edit which would add no additional queries.
I would be glad if you could help me to show me how to maybe get the result with no additional query. A member of vbulletin team told me it has to be done with two additional queries. I would prefer a file edit for speed improvement.
It would be just very good for SEO, if there is a title and link that match together.
This is how it's done:
1. Open SHOWTHREAD style
2. Search for
Code:
$threadid&goto=nextoldest
3. Replace with
Code:
$getnextoldest[threadid]
4. Search for
Code:
$threadid&goto=nextnewest
5. Replace with
Code:
$getnextnewest[threadid]
I believe there are only remarkable SEO improvements if you also direct code the threadids the way I showed here. Because only this way there is a link to the previous / next topic.
I would be glad if this small enhancement would takes it way to this product!