The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove profile links from currently active users
Hello,
I was wondering if anyone knew how to remove links to user profiles in this area below "currently active users" : I still want the names to show up, i just don't want the links to their profiles. Is this possible? |
#2
|
|||
|
|||
In order to remove all those instances, you are going to have to find all the ones you want to remove, no? If you aren't sure what template you are going to have to look in for the code, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
|
#3
|
||||
|
||||
You want the users listed, just not linked? Just edit the FORUMHOME template to remove it (the red stuff):
Code:
<li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li> OR, add this to your additional.css: HTML Code:
a.username { pointer-events: none; cursor: default; } |
#4
|
|||
|
|||
Quote:
Thanks for your help! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|