+ Reply to Thread
Results 1 to 8 of 8

Thread: Second page of comments not working

  1. #1
    Caesar is offline Member
    Join Date
    May 2008
    Posts
    79

    Default Second page of comments not working

    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.

  2. #2
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    7,665

    Default

    vBSEO Rules

    Find Line5:
    'vbtube_show\.php\?do=tube&tubeid=(.*)&id=(.*)&pag e=(.*)&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' 

  3. #3
    Caesar is offline Member
    Join Date
    May 2008
    Posts
    79

    Default

    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=(.*)&par t=(.*)&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=(.*)&search text=(.*)' => 'search-photos/$2-$1.html'
    'vbtube_search\.php\?do=videos&startid=(.*)&search text=(.*)' => 'search-videos/$2-$1.html'
    'vbtube_search\.php\?do=all&startid=(.*)&searchtex t=(.*)' => '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 19:30.

  4. #4
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    7,665

    Default

    http://www.vbtube.com/downloads/969-....html#post2673

    Visit this link and replace your Rules with this.

  5. #5
    Caesar is offline Member
    Join Date
    May 2008
    Posts
    79

    Default

    ^^ It has fixed the green right arrow link but not the "2" link.

  6. #6
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    7,665

    Default

    Updated Rules: Replace with it.
    http://www.vbtube.com/downloads/969-....html#post2673

    And there is a issue in a Template:

    vbtube_comments_pages

    PHP Code:
    <a href="vbtube_show.php$session[sessionurl_q]?do=tube&tubeid=$tubeid&t=$reviewid&startid=$i2$seopower"> <b>$ishow</b></a> | 
    delete the variable: $seopower

    So the correct Template:

    PHP Code:
    <a href="vbtube_show.php$session[sessionurl_q]?do=tube&tubeid=$tubeid&t=$reviewid&startid=$i2"> <b>$ishow</b></a> | 
    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..

  7. #7
    Caesar is offline Member
    Join Date
    May 2008
    Posts
    79

    Default

    Alright man, good looking out on that future feature.

    What about the BB code not working in the comments?

  8. #8
    s7v7n's Avatar
    s7v7n is offline Administrator
    Join Date
    Jan 2008
    Posts
    7,665

    Default

    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...

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts