Results 1 to 11 of 11

vBadvanced issue

This is a discussion on vBadvanced issue within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, I installed VBSEO . I also have vBadvanced CMPS in our website. I'm having few issues: 1) How to ...

  1. #1
    Junior Member
    Real Name
    deep
    Join Date
    Mar 2007
    Posts
    8
    Liked
    0 times

    vBadvanced issue

    Hi,

    I installed VBSEO. I also have vBadvanced CMPS in our website. I'm having few issues:

    1) How to integrate vBSEO with vBAvanced?
    2) The The vBAdvanced Modules are not getting wrapped around in the Forum Index, although they appear when you navigate to forum display pages.

    I searched for solutions in this forum but couldn't find any. I tried to add CRR for vBAdvanced pages but it didn't work.

    The CMPS url example: /index.php?pageid=somename

    Could I have it to display: /webpage-title.html?

    Thanks.

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    You can add this into your CRR in your vbseocp.php

    Code:
    '^index\.php\?pageid=(.+?)$' => 'webpage-$1.html'
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Junior Member
    Real Name
    deep
    Join Date
    Mar 2007
    Posts
    8
    Liked
    0 times
    Hi Michael,

    Thanks for the advice. It doesn't works. Let me give you few more details. Our vBulleting forum is in subdirectory.

    root/dir1/vbulletin

    And the CMPS Index is in the Root. Could this be the reason VBSEO is not re-writing the CMPS URLs?

  4. #4
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    3 times
    Blog Entries
    1
    Try to remove ^

  5. #5
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    What is your .htaccess content at your domain root ?
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  6. #6
    Junior Member
    Real Name
    deep
    Join Date
    Mar 2007
    Posts
    8
    Liked
    0 times
    Marco, removing '^' doesn't work.

    Mert, the .htaccess content is:

    Code:
    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule ^pageid/(.*)$ index.php?page=$1 [NC]
    ErrorDocument 404 /notfound.html
    
    php_flag magic_quotes_sybase 0

  7. #7
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Please change your root .htaccess to the following and use the CRR rule Mike supplied to you on post 2

    Code:
    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !forums/
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ forums/vbseo.php?vbseourl=$1&vbseorelpath=../&%{QUERY_STRING} [L]
    ErrorDocument 404 /notfound.html
    
    php_flag magic_quotes_sybase 0
    P.S : change forums to your actual forum folder.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  8. #8
    Junior Member
    Real Name
    deep
    Join Date
    Mar 2007
    Posts
    8
    Liked
    0 times
    Hi Mert,

    It doesn't work. I used Mike's code in CRR and change the .htaccess to:

    Code:
    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !dir1/dir2/
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ dir1/dir2/vbseo.php?vbseourl=$1&vbseorelpath=../&%{QUERY_STRING} [L]
    ErrorDocument 404 /notfound.html
    
    php_flag magic_quotes_sybase 0
    Am I doing something wrong? Sorry, I'm a newbie..

  9. #9
    Junior Member
    Real Name
    deep
    Join Date
    Mar 2007
    Posts
    8
    Liked
    0 times
    Okay..The CMPS URLs changes to 'name.html' but the whole page is blank!! So VBSEO is rewriting the CMPS urls but the resultant page is blank..

  10. #10
    Junior Member
    Real Name
    deep
    Join Date
    Mar 2007
    Posts
    8
    Liked
    0 times
    Hi,

    Do I have to raise a Support ticket for this issue? Please advice.

    Regards,

  11. #11
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Replied your ticket
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. issue with vbadvanced & vbseo style
    By butty in forum vBSEO.com Styles
    Replies: 6
    Last Post: 01-10-2009, 12:46 AM
  2. vbadvanced pages and vbadvanced link directory
    By ludachris in forum General Discussion
    Replies: 3
    Last Post: 02-26-2008, 11:38 AM
  3. Have VBADVANCED or not?
    By ibodybuild in forum General Discussion
    Replies: 2
    Last Post: 01-29-2008, 01:40 AM
  4. Does vBseo also work with vBadvanced and vBadvanced links directory?
    By ChrisGuthrie.net in forum General Discussion
    Replies: 30
    Last Post: 05-16-2007, 01:15 AM
  5. Vbadvanced need some help
    By mototips in forum Off-Topic & Chit Chat
    Replies: 12
    Last Post: 08-18-2006, 07:26 AM

Posting Permissions

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