View Full Version : Remove usergroups coloured names in specific forums?
Roidon
12-20-2011, 08:11 PM
Hope this is the right forum, if not, please redirect me!
Hey guys, I'm trying to remove any sort of rank showcase in a specific forum (Like usertitles, signatures, coloured usernames etc.). I've figured out usertitles, which I created a a child template and removed
<span class="usertitle">
{vb:raw post.usertitle}
from the postbit. Is there anything similar with username colours? I'd ideally like to make this
http://puu.sh/b8cX
this
http://puu.sh/b8cG
Any ideas?
Lynne
12-21-2011, 09:16 PM
replace musername with just username and it won't have any markup.
Roidon
12-21-2011, 09:28 PM
replace musername with just username and it won't have any markup.
Thanks for the reply!
The only musername I've found is in postbitlegacy:
<div class="postdetails">
<div class="userinfo">
<div class="username_container">
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
{vb:raw post.onlinestatus}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span>
</vb:if>
Changing it to <span class="username guest">{vb:raw post.username} doesn't change anything, though. Where am I going wrong?
Lynne
12-21-2011, 09:31 PM
Unless something else is coloring the username besides the username markup, then that should have done it. If it is not the username markup coloring the username, then it is probably just CSS.
Roidon
12-21-2011, 09:51 PM
Unless something else is coloring the username besides the username markup, then that should have done it. If it is not the username markup coloring the username, then it is probably just CSS.
Hmpf, it looks like it's the usermarkup colouring the names.
http://puu.sh/bdvp
Could the fact I'm using a child template be a problem? If not, any other ideas? I'm not very good with the whole coding malarkey.
Lynne
12-22-2011, 01:55 AM
Did you edit the correct template? If you look at the part you quoted, you also need to edit the memberaction_dropdown template.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.