The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[Solved] Redirect Printthread to showthread
Hello vB's
Im trying to fowroding printthread.php threads url to full showthreads.php "vB3.8" like www. domain .com/printthread?t=xxxx to>>> domain .com/showthread?t=xxxx Any help? Thanks |
#2
|
||||
|
||||
you need to create a redirect within the print thread page and define the thread id variable.
Code:
header("Location: showthread.php?t=$threadinfo[threadid]"); exit(); |
Благодарность от: | ||
Nas.er |
#3
|
|||
|
|||
Thank you very much ! :up: it worked 100%
|
Благодарность от: | ||
Dr.CustUmz |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|