Log in

View Full Version : How easy (or difficult!) would it be to change 'showthread' in the url?


Razasharp
03-07-2006, 06:30 PM
Just wondering if it is possible to alter vB to use different words for 'showthread' and 'forumdisplay' in the urls? With or without using mod rewrite?

merk
03-07-2006, 09:08 PM
You could do a replacement variable, use modrewrite, or edit every template and file that references showthread.

I think mod_rewrite would be the easiest solution :)

Razasharp
03-07-2006, 09:21 PM
Thanks Merk... any pointers on where to start using mod rewrite?

would it be a simple:

if 'showthread' switch to 'mythreadname' kindof-thing? or is it more involved?

merk
03-07-2006, 11:28 PM
Just a basic internal rewrite of the filename, yes. (i dont know how to use modrewrite very well so i cant give you the rule :()

Razasharp
03-08-2006, 12:38 AM
ah k - thanks for your help!