vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   how to make user title like this (https://vborg.vbsupport.ru/showthread.php?t=327363)

lossr12 07-08-2019 06:36 AM

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

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

Quote:

Originally Posted by snakes1100 (Post 2599777)
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

Quote:

Originally Posted by snakes1100 (Post 2599782)
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

1 Attachment(s)
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>
This set up the stars.

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;
}

for more centered stars change
Code:

right:32px;
to
HTML Code:

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).


All times are GMT. The time now is 10:56 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00990 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete