The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Static URLS
Hi all,
I know this has been talked about before, but I am still alittle unclear as to what hack/mod would best suit what im looking for. I'm looking for some hack that will convert all of the board threads/posts into static URLS, such as www.yourforum.com/forum/t9837.html and www.yourforum.com/forum/f12.html Can anyone recommend a hack to do this? Thanks, Vaughn |
#2
|
||||
|
||||
If you are using Apache you could do the following:
.htaccess RewriteEngine On RewriteRule t([0-9]+)\.html$ showthread.php?t=$1 [QSA] RewriteRule f([0-9]+)\.html$ forumdisplay.php?f=$1 [QSA] Then edit all occurances of forumdisplay.php and showthread.php in the templates accordingly. |
#3
|
|||
|
|||
thanks, but is'nt there a hack that will do that? (I'm using VB3).
|
#4
|
||||
|
||||
There are several Hacks for the archive, but none for the forum IIRC.
|
#5
|
||||
|
||||
|
#6
|
|||
|
|||
is there a way to make all forum and thread links look as http://www.site.com/forums/forum/4 for forumid 5 and http://www.site.com/forums/thread/23 for threadid 23 ?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|