Results 1 to 4 of 4

Bug: Rewrite Member Profile / Rewrite Albums URLs

This is a discussion on Bug: Rewrite Member Profile / Rewrite Albums URLs within the Bug Reporting forums, part of the vBSEO SEO Plugin category; vBSEO 3.3.0 / vB 3.8.2 Setting the option "Rewrite Member Profile" to "Yes" while having "Rewrite Albums URLs" set to ...

  1. #1
    Junior Member
    Real Name
    sbrunhuber
    Join Date
    Mar 2007
    Location
    Munich, Germany
    Posts
    5
    Liked
    0 times

    Bug: Rewrite Member Profile / Rewrite Albums URLs

    vBSEO 3.3.0 / vB 3.8.2

    Setting the option "Rewrite Member Profile" to "Yes" while having "Rewrite Albums URLs" set to "No" will cause problems. The rewritten link "member.php?tab=friends&u=123&pp=10&page=2#friends " for example will not work correct (depending on your settings: 404 or pointing to wrong page).

    vbseo.php line 1121:

    PHP Code:
    if ((VBSEO_REWRITE_MALBUMS &&
    (
    (
    $vbseo_arr4 vbseo_check_url_strict('VBSEO_URL_MEMBER_FRIENDSPAGE'$vbseo_url_))
    || 
    If "VBSEO_REWRITE_MALBUMS" isn't set ("Rewrite Albums URLs"), "$vbseo_arr4" is empty and therefore "vbseo_set_self()" will not get executed (vbseo.php line 1238):

    PHP Code:
    if ($vbseo_arr4)
    {
    vbseo_set_self('member.' VBSEO_VB_EXT '?tab=friends&page='.$vbseo_arr['page'].'&' VBSEO_USERID_URI '=' $vbseo_arr['user_id']);
    $vbseo_found_fn 'member.' VBSEO_VB_EXT;


  2. #2
    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
    I cant confirm this as on my test and live installation disabling Album Rewrites only doesnt cause any problem.
    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

  3. #3
    Junior Member
    Real Name
    sbrunhuber
    Join Date
    Mar 2007
    Location
    Munich, Germany
    Posts
    5
    Liked
    0 times
    Well, on my system the link (friends list page > 1) posted above as an example didn't work having album rewrites disabled...

    Anyway, I solved the problem for me, but looking at the code I still think that this is a bug.

  4. #4
    Junior Member
    Real Name
    Ralf
    Join Date
    Nov 2005
    Posts
    5
    Liked
    0 times
    this bug drove me nuts for several weeks. thank you so much for bringing it to my attention.

    Hope it will be fixed soon

Similar Threads

  1. Rewrite member Profile URL's setting
    By webwizzy in forum vBSEO Features Archive
    Replies: 1
    Last Post: 10-18-2008, 01:30 PM
  2. Member Profile rewrite help
    By schlottke in forum URL Rewrite Settings
    Replies: 2
    Last Post: 06-17-2008, 02:23 AM
  3. Member profile rewrite
    By MaestroX in forum Custom Rewrite Rules
    Replies: 6
    Last Post: 07-05-2007, 09:37 AM
  4. 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
  •