The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to make user title like this
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 [DATE]1562613304[/DATE] at [TIME]1562613304[/TIME] --------------- @Dave can you help me out |
#2
|
|||
|
|||
Add a rank for the admin group
/forums/admincp/ranks.php?do=modify Use the shiny image you link for the rank |
#3
|
|||
|
|||
i know where to add but my question is whats the code, so i can add.
|
#4
|
|||
|
|||
There is no code to add it.
Upload the image to your server, put the path to the image in the image path box. |
#5
|
|||
|
|||
Quote:
i want shiny admin user title like this https://i.ibb.co/9rwKQJJ/000097.png background is shiny, its gif. |
#6
|
||||
|
||||
+
In Admincp, try with Custom User Title, Yes admin set (HTML allowed) |
#7
|
|||
|
|||
User Ranks > User Rank Manager > Add New User Rank > Rank Type
In OR you may enter text input add: HTML Code:
<div class="leader_rank"><img src="images/ranks/stars.gif" alt="leader"/></div> Styles & Templates > Style Manager > All style options "Go": In Additional CSS Definitions add: Code:
.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; } Code:
right:32px; HTML Code:
left:55px; 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). |
Благодарность от: | ||
In Omnibus |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|