vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Staff Icon in Postbit (https://vborg.vbsupport.ru/showthread.php?t=74403)

Snake 06-19-2005 10:22 AM

This is just a replica of the ranks system in vBulletin so why make this hack I wonder?

aranthorn 06-24-2005 02:43 PM

Well, I use it to define staff while using ranks to define activity levels. Your point is a good one, but there are some of us that basically would like to have 2 definitions. A little eye candy for users and it's easier for me to tell when to promote someone to staff.

Snake 06-24-2005 02:51 PM

Oh I see. That activity level you're talking about, is that a hack or a feature in vB because I've never heard about it.

Caveman2k2 07-12-2005 12:17 AM

/me clicks Install

Thanks for a great hack!

COBRAws 07-21-2005 05:52 AM

i need a yellowgreen and white logo saying:

NightClubber MOD
NightClubber ADMIN
NightClubber SMOD

thanks

m0nde 07-21-2005 02:19 PM

Quote:

Originally Posted by COBRAws
i need a yellowgreen and white logo saying:

NightClubber MOD
NightClubber ADMIN
NightClubber SMOD

thanks

um, why not make them using the files he's provided?

He's been kind enough to provide the font and the photoshop file as well with layers.

- Sid

kakarot720 07-21-2005 11:24 PM

how do I denote a user as staff? I've created a user group entitled "alt" and assigned users to it, but the icon doesn't show.

m0nde 07-24-2005 09:48 AM

Quote:

Originally Posted by kakarot720
how do I denote a user as staff? I've created a user group entitled "alt" and assigned users to it, but the icon doesn't show.

You'll have to add the group's ID to the part of the showthread.php file that checks whether to display that group's id or not.

If you've added this hack, open your showthread.php file and
FIND:
PHP Code:

        // Icon Staff Hack by AnhTuanCool
        // get icon staff represent img and titles
        
$staffusergroupids = array('5''6''7'); // your array of staff usergroupid
        
if (in_array($post['usergroupid'], $staffusergroupids))
        {
            eval(
'$post[\'iconstaff\'] .= "' fetch_template('postbit_iconstaff') . '";');
        } 

On the line which specifies $staffusergroupids, add your "alt" group's id in the same format as shown.

- Sid

COBRAws 07-25-2005 01:15 PM

Quote:

Originally Posted by m0nde
um, why not make them using the files he's provided?

He's been kind enough to provide the font and the photoshop file as well with layers.

- Sid

yep, ok sorry. the thing is i just have MS Paint :nervous: , but ill try to do it.

stan111 09-18-2005 11:09 AM

kool hack
thanks a lot
installed


All times are GMT. The time now is 03:38 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.01133 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
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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