Hey Jaxel, thanks for updating the mod to Vb4. Im sure once I upgrade to Vb4 Ill be using this mod as well. I am currently using Vb3 and I am having trouble posting comments to videos. It seems to be a problem with the vbseo rewrite rules. When I delete some of them, the comments temporarily work then disappear. Here are my rewrite rules. Do you know how to fix this. I appreciate it.
HTML Code:
//Video-Directory
'^video\.php\?do=viewrecent'=>'videos/recent-videos.html'
'^video\.php\?do=viewtag&tag=(.*)'=>'tags/$1/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&sort=dateline&order=DESC&page=(\d+)'=>'videos/$2-$1/page-$3/'
'^video\.php\?do=viewdetails&categoryid=(\d+)&categorytitle=(.*)&videoid=(\d+)&videotitle=(.*)'=>'videos/$2-$1/$4-$3.html'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)&page=(\d+)'=>'technique/$2-$1/$3/'
'^video\.php\?do=viewcategory&categoryid=(\d+)&categorytitle=(.*)'=>'videos/$2-$1/'
'^video\.php'=>'videos/'