Quote:
Originally Posted by christopher_c
Got it  Thanks 13th.
I've already started digging quite deeply into the VB style manager and it's robust. At this point I'm just modifying the forum to look the way I want, I'll worry about exporting it to other sections of my sites later (yes I've got multiple VB license :P).
Some of the other stuff I'm definitely going to do (please let me know if this has been done already) is as follows: - Remove any session information for known search engine robots. Which function would I need to look into in order to do this?
- Rewrite the forum urls from dynamic to static & add a custom mysql call to create a more person friendly URL. i.e. /forum/green/turnips-4.htm . I'll then use mod_rewrite to rewrite the url back to the appropriate thread (i.e. /forum/showthread.php?t=4)
PS. Sorry if this was posted in the wrong forum. If it would be better elsewhere, could a moderator please move it.
|
Are you using vB2 or vB3? For vB3 Sessions wont appear to anyone unles they are nessary and DONT appear to spiders at all.
Spiders can already spider the forums fine with how vBulletin displays things so mod_rewirte is not really nessary.

but it can be done.