The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove username href
I would like to remove some of the href username links but still keep the username itself.
This one in the forumhome_lastpostby has got me a bit stuck as I don't see any href yet it has one when displayed in the forum home Code:
<phrase 1="member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase> |
#2
|
||||
|
||||
Maybe try:
<phrase 1="" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase> However, this will give an empty link for the poster. If you want to totally remove the link, then you need to edit the phrase also: From: by <a href="{1}" rel="nofollow">{2}</a> To: by {2} (this has not been tested by me, so try at your own risk.) |
#3
|
|||
|
|||
Thanks for your help Lynne, but I'm still not any closer on this. could not find the phrase were are they?
|
#4
|
||||
|
||||
In your Admin CP > Languages & Phrases > Search for Phrase > input "by_x" and make sure "Phrase Variable Name Only" is checked and it should be one of the ones that comes up.
|
#5
|
|||
|
|||
Perfect, thanks again lynne
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|