The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Redirect Archive Link Automatically to the Actual Thread
I have seen some websites using this method.
When I found their archive link in search engines and clicked it, the page shown is the actual thread. How do we feed the archive to search engines spiders properly but show the actual threads to real visitors? |
#2
|
|||
|
|||
bump
|
#3
|
||||
|
||||
it's a template mod
in your footer find: HTML Code:
<a href="$vboptions[bburl]/archive/index.php">$vbphrase[archive]</a> HTML Code:
<a href="$vboptions[bburl]/archive/index.php<if condition="THIS_SCRIPT == showthread">?t-$threadid</if>">$vbphrase[archive]</a> |
#4
|
|||
|
|||
I found some archive links in Google.
When I click on one of their archive links, the page shown is the actual thread instead of the archived thread. Will this mod do this? |
#5
|
||||
|
||||
that's just a mod_rewrite, theirs a hack for it around here somewhere, though rumour is theirs another one destined to appear soon which is just a template mod.
|
#6
|
|||
|
|||
Anyone knows what is the mod_rewrite for this?
|
#7
|
||||
|
||||
do a search for the hack :ermm:
to the best of my knowledge after a research, the version fo the hack i knew was only posted here http://www.daniweb.com/ heh i'm nice http://www.daniweb.com/techtalkforums/thread12725.html |
#8
|
||||
|
||||
sabret00the, looks like it is complitely different hack. You has been asked for redirect users from arhive to the actual thread.
|
#9
|
|||
|
|||
You need to check the User agent string to see if it consists of any words relating to a search bot.
Those with one or more of the specified words is kept on the archive (SE friendly page), all others a redirected. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|