The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 Code:
<span class="usertitle"> {vb:raw post.usertitle} this Any ideas? |
#2
|
||||
|
||||
![]()
replace musername with just username and it won't have any markup.
|
#3
|
|||
|
|||
![]() Quote:
The only musername I've found is in postbitlegacy: Code:
<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> |
#4
|
||||
|
||||
![]()
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.
|
#5
|
|||
|
|||
![]() Quote:
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. |
#6
|
||||
|
||||
![]()
Did you edit the correct template? If you look at the part you quoted, you also need to edit the memberaction_dropdown template.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|