vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   User title/rank help (https://vborg.vbsupport.ru/showthread.php?t=168254)

bxbigt 01-20-2008 02:43 AM

User title/rank help
 
1 Attachment(s)
any chance somebody knows how can make something like this
see the moderator under his user name but above his user title

Thanks , Steve

Freesteyelz 01-20-2008 04:05 AM

Look into either Title Ranks or Custom Fields.

UncoderMom 01-20-2008 04:07 AM

Edit postbit_legacy and change this

Code:

<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
                        <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>

to this


Code:

<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if><if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
Should work, though not tested. :eek: :erm:

Freesteyelz 01-20-2008 04:09 AM

Not the "UncoderMom" after all. :)

bxbigt 01-20-2008 04:12 AM

1 Attachment(s)
Heres another one

heres the view source of his user name

Code:

<font color="#009aff">SEVENTH WONDER</font></b></a>
                                <script type="text/javascript"> vbmenu_register("postmenu_354461", true); </script>
                               
                        </div>
                       



                        <div class="smallfont"><b><font color="#009aff">Super Moderator</font>


UncoderMom 01-20-2008 04:22 AM

You want the color?

That you do in the usergroup settings for each group.

Admincp/usergroups/usergroup manager/moderators/add the html tags in each box where it says html mark up.

like this....

box one
Code:

<span style="font-weight: bold;"><span style="color:#FF9900;">
box two..

Code:

</span></span>

bxbigt 01-20-2008 04:26 AM

no the staff group thats under the user name but above the custom user title , i never saw this on any other site but the one im snagging images from

IDK maybe they custom did it

UncoderMom 01-20-2008 04:33 AM

Its on my site....

but my titles show first.

That code I gave you in my first post will flip the mod rank above the title.

Freesteyelz 01-20-2008 06:55 AM

@UncoderMom


Quote:

Originally Posted by UncoderMom (Post 1424893)
box one
Code:

<span style="font-weight: bold;"><span style="color:#FF9900;">
box two..

Code:

</span></span>


Change above to:

Code:

<span style="color:#ff9900;font-weight:bold">

Box 2:

Code:

</span>

:)

UncoderMom 01-20-2008 01:02 PM

Quote:

Originally Posted by Freesteyelz (Post 1424949)
@UncoderMom





Change above to:

Code:

<span style="color:#ff9900;font-weight:bold">

Box 2:

Code:

</span>

:)

thanks ;)


All times are GMT. The time now is 08:07 AM.

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.01080 seconds
  • Memory Usage 1,738KB
  • 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
  • (11)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete