PDA

View Full Version : User Rank problem and Posting problem


imnotanoob
11-23-2011, 04:30 AM
My First problem is that, my "user rank" is shown below our users profiles, I don't want that at all.
http://mytoobs.net/i/e220b7.png

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:
http://mytoobs.net/i/efa52f.png

before I updated, this wasn't happening, I want it to look like this:

http://mytoobs.net/i/514d09.png

PLEASE HELP!

kh99
11-23-2011, 12:28 PM
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:

<vb:if condition="THIS_SCRIPT != 'member'">
// code for rank
</vb:if>