The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disable links on "active member" names?
I display a box of active members on my homepage and am worried search spiders will be clicking the names. Is there a way I can keep the names but have them text only? Thanks
|
#2
|
|||
|
|||
If you mean forum home, in the vB forumhome_loggedinuser template find:
Code:
<a href="member.php?$session[sessionurl]u=$loggedin[userid]" rel="nofollow">$loggedin[musername]</a> Code:
<if condition="THIS_SCRIPT == 'index'">$loggedin[musername]<else /><a href="member.php?$session[sessionurl]u=$loggedin[userid]" rel="nofollow">$loggedin[musername]</a></if> Code:
THIS_SCRIPT == 'index' |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|