I think this is a bug, even tho I have vbseo (latest gold version) installed and running on my forum, I can't get video urls to rewrite
general settings page of video directory in admincp shows:
Quote:
Obviously you have installed vBSEO, but the video-directory isn't integrated in vBSEO yet.
To rewrite the links of the video-directory, add in your vBSEO-control center in "user definded rewrite rules" what follows:
'video.php?do=viewdetails&categoryid=(d+)&category title=(.*)&videoid=(d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html' 'video.php?do=viewcategory&categoryid=(d+)&categor ytitle=(.*)&page=(d+)'=>'videos/$2-$1/$3/' 'video.php?do=viewcategory&categoryid=(d+)&categor ytitle=(.*)'=>'videos/$2-$1/' 'video.php'=>'videos/'
After you have done that, this remark will disappear.
|
I've done what it says but this message is not disappearing and the only working URL is "video.php" one which becomes "/video/"
all other links are still the old style, e.g. "http://localhost/forums/videos/?do=viewdetails&categoryid=1&categorytitle=general &videoid=6&videotitle=xingmpeg-player-test-video"
@Jaxel,
I've done the necessary changes to have 3level categories but it's a repeated while loop within couple of files, I can share it if you want but its messy, it's better to have a function to do this or maybe use or copy one of the built-in vbulletin category functions