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:
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="$post[homepage]"><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).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>
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)



LinkBack URL
About LinkBacks





Reply With Quote
