The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User Rank problem and Posting problem
My First problem is that, my "user rank" is shown below our users profiles, I don't want that at all.
I want to remove that user rank from all the users profiles. Secondly, when I am posting a thread, there isn't anything there. It looks like this: before I updated, this wasn't happening, I want it to look like this: PLEASE HELP! |
#2
|
|||
|
|||
You may be missing the images for the editor. If you have a custom style, you might need to copy images/editor to the images directory for your style (it looks like the editor images have changed in 4.1.8).
As for removing the rank, you probably just need to edit the template and either remove it or put in a conditional so it doen't show up in the profile, like maybe: Code:
<vb:if condition="THIS_SCRIPT != 'member'"> // code for rank </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|