Results 1 to 6 of 6

Profile Tabs Does Not Work !!

This is a discussion on Profile Tabs Does Not Work !! within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I was facing this issue before i update to vb4.0.8 . But I just figured it out, that VBSEO causing ...

  1. #1
    Member tafreehm's Avatar
    Real Name
    Hassan
    Join Date
    Dec 2009
    Posts
    69
    Liked
    3 times

    Exclamation Profile Tabs Does Not Work !!

    I was facing this issue before i update to vb4.0.8 . But I just figured it out, that VBSEO causing this.

    IF you click this link View Profile: tafreehm - vBulletin SEO Forums it will take you to Visitor Message instead of About me

    OR

    if you click this View Profile: jumbo-mumbo - vBulletin Community Forum it will directly show you friends list.

    So the issue is.. If you have vbseo you can not go directly to any another tab in profile except visitor message.

    I hope you understand what I am trying to say here..( I have a feeling that I am not explaining it right , just ask me for elaborate if any confusion )

  2. #2
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Hello,

    Thank-you for reporting. Seems that vBSEO is missing the 'tab id' inside URL, I mean:

    Current
    Code:
    http://www.vbseo.com/members/andres-duran-hewitt/#aboutme
    Should be
    Code:
    http://www.vbseo.com/members/andres-duran-hewitt/?tab=aboutme#aboutme
    Please note that the question symbol has replaced the amperson symbol (&). The main issue with that is that if you want to move to another tabs inside profile, the page will need to refresh itself. I'll point this to our developers attention for a fix.

    Best regards.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


  3. #3
    Member tafreehm's Avatar
    Real Name
    Hassan
    Join Date
    Dec 2009
    Posts
    69
    Liked
    3 times
    You are welcome, will wait for a fix.
    Thank You

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2

  5. #5
    Member tafreehm's Avatar
    Real Name
    Hassan
    Join Date
    Dec 2009
    Posts
    69
    Liked
    3 times
    Hi Brian, I already applied that patch, but it does not solves the issue I stated above. However, it does resolve the buddy list issue.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello,

    try to modify functions_vbseo.php file:
    find:
    PHP Code:
    if(isset($apars['nozoints']) || isset($apars['page']) || isset($apars['showall']) || isset($apars['explain'])) 
    replace with:
    PHP Code:
    if(isset($apars['nozoints']) || isset($apars['page']) || isset($apars['showall']) || isset($apars['explain']) || isset($apars['tab'])) 

Similar Threads

  1. Replies: 5
    Last Post: 06-01-2010, 12:07 PM
  2. vBSEO theme, no tabs or info in profile?
    By JoomlaJunkie in forum vBSEO.com Styles
    Replies: 5
    Last Post: 12-26-2008, 04:40 PM
  3. Member profile tabs
    By nfn in forum Troubleshooting
    Replies: 0
    Last Post: 09-08-2008, 06:05 PM
  4. vb3.7.0 Links to Profile Tabs
    By aibon in forum URL Rewrite Settings
    Replies: 0
    Last Post: 08-11-2008, 05:19 PM
  5. vBSEO messes with Profile Tabs
    By Magnumutz in forum Troubleshooting
    Replies: 1
    Last Post: 04-29-2008, 10:37 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
  •