Results 1 to 8 of 8

Member Rewrite in Profile Navbits

This is a discussion on Member Rewrite in Profile Navbits within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Hi, I have switched to vbseo 3.3 and got a lot of errors in Google´s Webmaster Tools. The member profile ...

  1. #1
    Junior Member
    Real Name
    Holger
    Join Date
    Sep 2008
    Posts
    10
    Liked
    0 times

    Member Rewrite in Profile Navbits

    Hi,
    I have switched to vbseo 3.3 and got a lot of errors in Google´s Webmaster Tools. The member profile link is not rewritten in navbits and member.php is blocked in robots.txt. In the old version 3.2 everything is ok.

    This problem is also resulting in DC. I can find the same problem in this forum.

    example (look at the links):
    Mert Gökçeimam = Mert Gökçeimam

    vbseo_member_rewrite.gif

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    please try to modify vbseo.php file:
    find:
    PHP Code:
    if(!$_GET['action']) 
    replace with:
    PHP Code:
    if(!$_GET['action'] || ($_GET['action']=='getinfo')) 
    find:
    PHP Code:
    vbseo_safe_redirect($newurl, array(VBSEO_USERID_URI'userid''username''tab''page''pp''vmid')); 
    replace with:
    PHP Code:
    vbseo_safe_redirect($newurl, array(VBSEO_USERID_URI'action''userid''username''tab''page''pp''vmid')); 
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Junior Member
    Real Name
    Holger
    Join Date
    Sep 2008
    Posts
    10
    Liked
    0 times
    Hi Oleg,
    I have modified the vbseo.php and rewriting is working now.

    In the Html Code of the member profile member.php?action=getinfo&u=... still can be found, same here in the vBSEO-Forum.

    Many thanks
    Holger

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Try to also replace this line in functions_vbseo.php:
    PHP Code:
    && !isset($apars['showignored'])&& !isset($apars['action']) 
    with:
    PHP Code:
    && !isset($apars['showignored'])&& (!isset($apars['action'])||$apars['action']=='getinfo'
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Junior Member
    Real Name
    Holger
    Join Date
    Sep 2008
    Posts
    10
    Liked
    0 times
    Hi Oleg,
    that´s it

    Thank you for your great support.

    many thanks
    Holger

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You are welcome
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Senior Member
    Real Name
    thompson
    Join Date
    Jul 2007
    Posts
    198
    Liked
    0 times
    will there come a fixpack or something ?

  8. #8
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Yes , vBSEO 3.3.1 will be released soon.
    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. Bug: Rewrite Member Profile / Rewrite Albums URLs
    By sbrunhuber in forum Bug Reporting
    Replies: 3
    Last Post: 06-20-2009, 10:34 PM
  2. Rewrite member Profile URL's setting
    By webwizzy in forum vBSEO Features Archive
    Replies: 1
    Last Post: 10-18-2008, 01:30 PM
  3. Member Profile rewrite help
    By schlottke in forum URL Rewrite Settings
    Replies: 2
    Last Post: 06-17-2008, 02:23 AM
  4. Member profile rewrite
    By MaestroX in forum Custom Rewrite Rules
    Replies: 6
    Last Post: 07-05-2007, 09:37 AM
  5. Member profile page rewrite?
    By trana in forum General Discussion
    Replies: 2
    Last Post: 04-18-2006, 02:02 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
  •