vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   vB Staff Titles (https://vborg.vbsupport.ru/showthread.php?t=93783)

PsiNyde 11-05-2005 01:19 AM

yes there is. id have to hunt it down but it can be done

d2sector 11-05-2005 06:18 AM

Quote:

Originally Posted by PsiNyde
forgive my ignorance, but can't all this be done with a simple usergroup combo? multiple usergroup memberships = multiple titles under the user's name. [post count usergroup, custom usergroup x, custom usergroup y = 3 titles under their name]



any usergroup can be associated with a graphical image [rank]. go to admincp and add new rank...pick the usergroup it should belong to.

Thankyou. *slaps forehead*

mrsbuzzy 11-12-2005 12:30 PM

Were you able to figure this one out?

Thanks, Dawn

Quote:

Originally Posted by PsiNyde
yes there is. id have to hunt it down but it can be done


optrex 11-12-2005 07:07 PM

Quote:

Originally Posted by mrsbuzzy
is there any way to move this so it's above the user rank?


in readme.txt instead of add under, add above ;)

optrex 11-12-2005 07:11 PM

Quote:

Originally Posted by hendri
how to show the staff title in memberlist ? please help !


in memberlist_resultsbit

find:

Code:

<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if>
and above or below (depending where you want it add:

Code:

<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[staffrank]</div></if>

optrex 11-12-2005 07:24 PM

If you want it to show when viewing user profile

in memberinfo find:

Code:

<if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>
above add:

Code:


<if condition="$post['isstaffrank']">
                                        <div class="smallfont">
                                        <if condition="$post['staffrank_opentag']">$post[staffrank_opentag]</if>
                                                <if condition="$post['staffrank']">$post[staffrank]</if>
                                        <if condition="$post['staffrank_closetag']">$post[staffrank_closetag]</if>
                                        </div>
                                </if>


Jenkins 12-05-2005 04:04 AM

nothing happens when I give them a staff title. I'm running 3.5.1 http://www.okgmp.com/forums

any suggestions?

BiReL41r 12-16-2005 08:14 PM

Couldn't you do this with a simple code edit in the navbar template of the forums?

BiReL41r 12-16-2005 08:18 PM

Does this make it so there are basically 2 titles, apposed to 1?

Smiry Kin's 12-17-2005 02:29 AM

How do i add this to vbulletin 3.5.2 i would really like a release,

thanks


All times are GMT. The time now is 03:06 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.01158 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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