vForums Support Banner


Visit Base Classics - Gaming Chairs

 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Database of Codes/Hacks/Mods :: Show Staff Image Only - View Topic
Topic Rating: *****
Printable View
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Show Staff Image Only (3rd Apr 08 at 5:27pm UTC)
Ok. So when you're in the mini-profile this code will make it so that only the staff's image shows. The text for that rank wont display at all!

It wont affect the members! {Smile}

Go to:
Image => Mini-Profile Template
Where you have {rank} or something like that.

Put this instead:

<script>
var a = /(Administrator|Moderator|Global Moderator)/;
var rank = '{rank_name}';
if(rank.match(a)){
    document.write('{rank_image}');
}else{
    document.write('{rank}');
}
</script>



Edit the red part with the 'staff ranks'.

To add more add another line ( | ) then the name of the rank. That should then do what you want! {Smile}
 Printable View

All times are GMT+0 :: The current time is 1:34am
Page generated in 0.0568 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums