Results 1 to 10 of 10

postbit member homepage link doesn't

This is a discussion on postbit member homepage link doesn't within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I have a feeling this might be a vBSEO issue, so I thought I would duplicate my troubleshooting question over ...

  1. #1
    eJM
    eJM is offline
    Senior Member eJM's Avatar
    Real Name
    Jim McClain
    Join Date
    May 2006
    Location
    teh Ether
    Posts
    303
    Liked
    2 times

    postbit member homepage link doesn't

    I have a feeling this might be a vBSEO issue, so I thought I would duplicate my troubleshooting question over at vBulletin.com here:

    I don't know why I hadn't noticed it before, but my member's links to their home pages do not work in the drop-down menu in the postbit. The pointer turns to a hand, but clicking the link only causes the drop-down to close -- address doesn't show in the status bar at the bottom of the browser either.

    Here is the code from postbit template:
    Code:
    <if condition="$show['homepage']">
    	<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
    </if>
    I tried changing it to the code found in MEMBERINFO template associated with the user's home page:
    Code:
    <if condition="$show['homepage']">
    	<tr><td class="vbmenu_option"><a href="$userinfo[homepage]" target="_blank" dir="ltr"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
    </if>
    But that only linked the text to my forum home page, not the member's home page (at least the forum address showed in the status bar).

    I checked the vB default style, which I have made no edits to, and the code is exactly the same. Does anyone have a clue why this might be happening?

    Thanks,

    Jim (running vB 3.6.2)

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Try turning off the Analytics External Link Tracking option in vBSEO's control panel.

  3. #3
    eJM
    eJM is offline
    Senior Member eJM's Avatar
    Real Name
    Jim McClain
    Join Date
    May 2006
    Location
    teh Ether
    Posts
    303
    Liked
    2 times
    Thank you for the very quick reply, Keith. That did allow the links to work again. But now there is no Google tracking of the links. Is that a bug in the vBSEO system or is this an insignificant issue?

    Thanks again,

    Jim

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

    dropdown menu code in the new vBulletin version works in the way that doesn't allow to use onclick handler for it. You can add rel="novbseo" to the link in template to exclude them from processing:
    HTML Code:
    <a rel="novbseo" href="$post[homepage]">
    and enable VBSEO_ALLOW_REL_NOVBSEO option in config_vbseo.php file:
    PHP Code:
        define('VBSEO_ALLOW_REL_NOVBSEO',   1); 
    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
    eJM
    eJM is offline
    Senior Member eJM's Avatar
    Real Name
    Jim McClain
    Join Date
    May 2006
    Location
    teh Ether
    Posts
    303
    Liked
    2 times
    That does the trick. Thanks, Oleg.

  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
    Junior Member
    Real Name
    Reid
    Join Date
    Mar 2007
    Posts
    19
    Liked
    0 times
    Works beautifully. This problem left me clueless until I thankfully stumbled upon this thread. Now my dropdown menus to outside links works perfectly as they did before.

    Thanks Oleg!

  8. #8
    eJM
    eJM is offline
    Senior Member eJM's Avatar
    Real Name
    Jim McClain
    Join Date
    May 2006
    Location
    teh Ether
    Posts
    303
    Liked
    2 times
    How is this effected by vBulletin 3.6.7 (or higher)?

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    It works in the same way in the latest vB as far as I know.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  10. #10
    Junior Member
    Real Name
    David
    Join Date
    Apr 2006
    Posts
    7
    Liked
    0 times
    FYI...The patch also works for the latest v3.6.8

Similar Threads

  1. postbit user's homepage not working
    By Crow in forum Troubleshooting
    Replies: 5
    Last Post: 12-13-2006, 10:49 AM
  2. member list search link
    By Jonathan in forum Bug Reporting
    Replies: 1
    Last Post: 08-09-2005, 04:24 PM

Posting Permissions

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