Here see this thread for example:
StreetHop.com | Hip-Hop Opinions People - 50 Cent talks about having Fat Joe killed
Try to go to page two of the comments, it doesnt work.
Also, BB code doesnt seem to work in the comments after update.
Here see this thread for example:
StreetHop.com | Hip-Hop Opinions People - 50 Cent talks about having Fat Joe killed
Try to go to page two of the comments, it doesnt work.
Also, BB code doesnt seem to work in the comments after update.
vBSEO Rules
Find Line5:
'vbtube_show\.php\?do=tube&tubeid=(.*)&id=(.*)&page=(.*)&t=( .*)' => 'TubeShow-$1-$2-$3-$4.html'
Replace with:
PHP Code:'vbtube_show\.php\?do=tube&tubeid=(.*)&id=(.*)&startid=(.*)&t=(.*)' => 'TubeShow-$1-$2-$3-$4.html'
There is no:
'vbtube_show\.php\?do=tube&tubeid=(.*)&id=(.*)&pag e=(.*)&t=(.*)' => 'TubeShow-$1-$2-$3-$4.html'
Your default SEO code is:
'vbtube_toplist\.php\?do=videos&page=(.*)&title=(.*)$' => 'BestVideos-$1.html'
'vbtube_toplist\.php\?do=photos&page=(.*)&title=(.*)$' => 'BestPhotos-$1.html'
'vbtube_toplist\.php\?do=all&page=(.*)&title=(.*)$' => 'TubeToplist-$1.html'
'vbtube_cat\.php\?do=all&categoryid=(.*)&page=(.*)&title=(.* )$' => '$1-TubeAll-$2.html'
'vbtube_show\.php\?do=tube&tubeid=(.*)&id=(.*)&part=(.*)&t=( .*)' => 'TubeShow-$1-$2-$3-$4.html'
'vbtube_show\.php\?do=tube&tubeid=(.*)&t=(.*)&p=(.*)' => 'TubeShow-$1-$2-$3.html'
'vbtube_show\.php\?do=tube&tubeid=(.*)&t=(.*)' => 'TubeShow-$1-$2.html'
'vbtube_show\.php\?do=tube&tubeid=(.*)' => 'TubeShow-$1.html'
'vbtube_search\.php\?do=photos&startid=(.*)&searchtext=(.*)' => 'search-photos/$2-$1.html'
'vbtube_search\.php\?do=videos&startid=(.*)&searchtext=(.*)' => 'search-videos/$2-$1.html'
'vbtube_search\.php\?do=all&startid=(.*)&searchtext=(.*)' => 'search-all/$2-$1.html'
'vbtube_favourites\.php\?do=show&user=(.*)&page=(.*)' => 'myFavorites/$2-$1.html'
'vbtube_mytubes\.php\?userid=(.*)&page=(.*)' => 'myTubes/$2-$1.html'
I removed the Line 5 one anyway and replaced it and it did not work. And just adding the rule you provided does not fix the problem either.
Last edited by Caesar; 15-06-2008 at 18:30.
http://www.vbtube.com/downloads/969-....html#post2673
Visit this link and replace your Rules with this.
^^ It has fixed the green right arrow link but not the "2" link.
Updated Rules: Replace with it.
http://www.vbtube.com/downloads/969-....html#post2673
And there is a issue in a Template:
vbtube_comments_pages
delete the variable: $seopowerPHP Code:<a href="vbtube_show.php$session[sessionurl_q]?do=tube&tubeid=$tubeid&t=$reviewid&startid=$i2$seopower"> <b>$ishow</b></a> |
So the correct Template:
For the Gold Version of vbtubepro i am coding the title of the video is shown in the url for a better seo. It is not finished yet and i forgot to delete the variable in there..PHP Code:<a href="vbtube_show.php$session[sessionurl_q]?do=tube&tubeid=$tubeid&t=$reviewid&startid=$i2"> <b>$ishow</b></a> |
Alright man, good looking out on that future feature.
What about the BB code not working in the comments?
I am fixing now the Page Nav issue and will release it public (Beta 4.2)
The Reason why bbcodes are not included is i am using now own Codes since Beta4 for the comments and have to figure out some things before i can include it...