The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi I would like to remove the usertitles on the profile page.. But somehow I cant figure out which template to edit.. its not postbit as well..
with profile page I mean this http://url.com/member.php?6541-username |
|
#2
|
|||
|
|||
|
Look at the MEMBERINFO template. It should be in there.
|
|
#3
|
|||
|
|||
|
Thanks @Dave! Solved! Wohooo!
|
|
#4
|
||||
|
||||
|
So you don't have to worry about template edits, you could just add this to your additional.css
Code:
// Hide usertitle in profile
#sidebar_container.member_summary .mainblock .usertitle
{
display: none;
}
|
| Благодарность от: | ||
| tbworld | ||
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|