View Full Version : how to make user title like this
lossr12
07-08-2019, 06:36 AM
hey this is a admin user title and its gif and shiny like this
https://i.ibb.co/9rwKQJJ/000097.png
they used this gif but https://i.ibb.co/LgFVtwz/xY42ll.gif
how can i do my admin rank like this.
can you guys please help me out. I know where to add admin colors but, i want gif and shiny like this.
--------------- Added 1562613304 at 1562613304 ---------------
@Dave can you help me out
snakes1100
07-08-2019, 09:34 PM
Add a rank for the admin group
/forums/admincp/ranks.php?do=modify
Use the shiny image you link for the rank
lossr12
07-09-2019, 05:03 AM
Add a rank for the admin group
/forums/admincp/ranks.php?do=modify
Use the shiny image you link for the rank
i know where to add but my question is whats the code, so i can add.
snakes1100
07-09-2019, 06:39 AM
There is no code to add it.
Upload the image to your server, put the path to the image in the image path box.
lossr12
07-09-2019, 08:25 AM
There is no code to add it.
Upload the image to your server, put the path to the image in the image path box.
not working, i guess u didnt understand what i want.
i want shiny admin user title
like this https://i.ibb.co/9rwKQJJ/000097.png
background is shiny, its gif.
lange
08-01-2019, 05:07 PM
+
In Admincp, try with Custom User Title, Yes admin set (HTML allowed)
PinkMilk
08-05-2019, 03:20 PM
User Ranks > User Rank Manager > Add New User Rank > Rank Type
In OR you may enter text input add:
<div class="leader_rank"><img src="images/ranks/stars.gif" alt="leader"/></div>
This set up the stars.
Styles & Templates > Style Manager > All style options "Go":
In Additional CSS Definitions add:
.leader_rank {
background:url(images/ranks/leader.png);
width:169px; // Width of background image
height:43px; // Height of background image
position:relative;
}
.leader_rank img {
width:32px;
height:32px;
position:absolute;
right:32px;
}
for more centered stars change right:32px; to left:55px;
This sets up the stars background and position.
With every change you make be it the css or html img tags you must update User Titles and Ranks to see the changes
Maintenance > Update Counters > Update User Titles and Ranks (First option).
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.