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)

wolfyman 10-08-2005 11:03 PM

AH that would rock, please do that. I haven't voted for september yet... ;)

TheProphet 10-09-2005 09:20 AM

Works great Ken, thx and ofcourse clicks install :ermm:

Colejo 10-09-2005 09:27 AM

Quote:

Originally Posted by Xplorer4x4
All this work to do that? No thanks. This can be done much easier by simply going to the user ranks and setting up a rank corresponding to that user group. For example type in Moderator as the rank name and apply it to the moderators user group. Same principal your tying to achieve (I believe)without the hustle.

All the same not tryign to bash the hack, as I like the concept just seems much easier to do it my way. ;)

That's how I have mine set also.

Quillz 10-09-2005 01:47 PM

Can't user ranks be used to accomplish the same thing? And can span tags be used for the markup?

:Judge: 10-10-2005 04:17 AM

Quote:

Originally Posted by Xplorer4x4
All this work to do that? No thanks. This can be done much easier by simply going to the user ranks and setting up a rank corresponding to that user group. For example type in Moderator as the rank name and apply it to the moderators user group. Same principal your tying to achieve (I believe)without the hustle.

All the same not tryign to bash the hack, as I like the concept just seems much easier to do it my way. ;)

This is how I have mine as well and like he said not saying anything bad about the hack, just pointing out another "option".

ManagerJosh 10-10-2005 05:08 AM

Quote:

Originally Posted by Blam Forumz
i like!

Any advantages in using this over User Ranks?

akanevsky 10-11-2005 08:13 PM

This is nice! I was actually thinking about making something like this myself.
Installed. And guess what? I voted this for HOTM :)

Cheerz,
DV

MissKalunji 10-11-2005 08:48 PM

Quote:

Originally Posted by Live Wire
Just put the HTML code in the box in the admincp. :)


anyone ???????????????????

akanevsky 10-11-2005 09:04 PM

Quote:

Any advantages in using this over User Ranks?
Yes. This is not a user rank and is displayed below it :)

hendri 10-14-2005 10:42 PM

Quote:

Originally Posted by Dark Visor
Yes. This is not a user rank and is displayed below it :)

how to show the staff title in memberlist ? please help !

akanevsky 10-14-2005 11:05 PM

Quote:

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

Why you asking me? Ask LiveWire :)

FROGGYJ 10-15-2005 05:32 PM

umm a little off topic here....but I noticed in the screenshot....how do you get the user info on the left side of the post?

wolfyman 10-15-2005 05:36 PM

Quote:

Originally Posted by FROGGYJ
umm a little off topic here....but I noticed in the screenshot....how do you get the user info on the left side of the post?

vbulletin options>forum display> use lagacy postbit


Or something very close to that.

FROGGYJ 10-15-2005 05:43 PM

thanks wolfy

bigmonay2k 10-15-2005 07:47 PM

thanks dude

one9er 10-19-2005 11:17 AM

Installed nice work.

d2sector 10-21-2005 08:14 AM

Will this eventually allow images to be used instead of the text?

LauraFL 10-21-2005 12:25 PM

I have this installed on my 3.5 Gold. It worked great until I added the paypal donations mod. Now I cannot get it to work. I uninstalled it and did it again, but no luck. Any idea why?

PsiNyde 10-28-2005 12:22 AM

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]

Quote:

Originally Posted by d2sector
Will this eventually allow images to be used instead of the text?

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

mrsbuzzy 11-05-2005 01:17 AM

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

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

MissKalunji 12-17-2005 02:50 AM

Quote:

Originally Posted by Smiry Kin's
How do i add this to vbulletin 3.5.2 i would really like a release,

thanks

install then go to user / search the user uw anna add the title to (or you can do it through usergroup
you gon have : something that says custome user title (should be around the bottom

add the custom title or html for images and your good 2 go

Smiry Kin's 12-17-2005 01:55 PM

Quote:

Originally Posted by MissKalunji
install then go to user / search the user uw anna add the title to (or you can do it through usergroup
you gon have : something that says custome user title (should be around the bottom

add the custom title or html for images and your good 2 go

wha?! :(

Could you make installer man??

vBSEO 12-25-2005 03:21 AM

Excellent! Installed (with member info mod) ;)

MissKalunji 12-25-2005 03:46 AM

Quote:

Originally Posted by Smiry Kin's
wha?! :(

Could you make installer man??

get the pluging / upload it in product....then go to user profile....and set it there...

Xplorer4x4 01-05-2006 08:12 AM

I seemed to get this error when attemptin to use on my new server which makes me thinkg it is a PHP/MySQL conflict.

MySQL V5
PHP v4.4.1 & PHP v5.1.1

Not sure which is in effect.

Code:

Database error in vBulletin 3.5.3:

Invalid SQL:
UPDATE user SET
        passworddate = FROM_UNIXTIME(1136455772),
        password = 'fb98a3830432d6ff9ad9ac5a5a1b7d4e',
        ### Bitfield: user.options ###
                options = IF(options & 8, options - 8, options),
                options = IF(options & 1024, options - 1024, options),
                options = IF(options & 16, options, options + 16),
                options = IF(options & 256, options - 256, options),
                options = IF(options & 512, options - 512, options),
                options = IF(options & 32, options - 32, options),
                options = IF(options & 2048, options, options + 2048),
                options = IF(options & 4096, options - 4096, options),
                options = IF(options & 1, options, options + 1),
                options = IF(options & 2, options, options + 2),
                options = IF(options & 4, options, options + 4),
                options = IF(options & 64, options, options + 64),
                options = IF(options & 128, options - 128, options),
                options = IF(options & 32768, options - 32768, options),
        usertitle = 'Administrator',
        customtitle = 0,
        username = 'Xplorer4x4',
        email = '',
        languageid = 0,
        homepage = '',
        birthday_search = '1984-10-22',
        birthday = '10-22-1984',
        showbirthday = 2,
        icq = '',
        aim = '',
        yahoo = '',
        msn = '',
        skype = '',
        parentemail = '',
        posts = 592,
        referrerid = 0,
        ipaddress = '',
        vbookie_cash = 500,
        ucash = '2230.54',
        isstaffrank = '0',
        staffrank = '',
        staffrank_opentag = '',
        staffrank_closetag = '',
        alerts = 0,
        warnings = 0,
        warning_level = 0,
        warning_bans = 0,
        usergroupid = 6,
        reputationlevelid = 5,
        reputation = 23,
        pmpopup = 1,
        autosubscribe = -1,
        threadedmode = 0,
        showvbcode = 2,
        styleid = 0,
        timezoneoffset = '-6',
        daysprune = 0,
        joindate = 1132099380,
        lastactivity = 1136455740,
        lastpost = 1136455620,
        membergroupids = ''
WHERE userid = 1;

MySQL Error  : Unknown column 'isstaffrank' in 'field list'
Error Number : 1054
Date                : Thursday, January 5th 2006 @ 10:09:32 AM
Script          : /admincp/user.php
Referrer        : /admincp/user.php?do=edit&u=1
IP Address  :
Username        : Xplorer4x4
Classname        : vb_database


Breath 01-05-2006 10:44 AM

I've just tried it on a mysql5 forum. Seems to be an issue directly with mysql5.

Breath 01-05-2006 10:58 AM

After some further playing it seems the hack is no longer installing the isstaffrank field in the db.

Breath 01-05-2006 11:15 AM

Ok heres's a fix for it.

Open the xml file and change

Code:

$db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD (isstaffrank INT(6) UNSIGNED NOT NULL DEFAULT '')");
to

Code:

$db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD (isstaffrank INT(6) UNSIGNED NOT NULL)");
This does the trick on mysql5

sinaluna 01-05-2006 02:50 PM

I would like members to be able to use this. Is there any way this can be set in the User CP? Thanks!

Breath 01-05-2006 02:53 PM

Quote:

Originally Posted by sinaluna
I would like members to be able to use this. Is there any way this can be set in the User CP? Thanks!

What would be the point of that are members can use custom titles anyway?


All times are GMT. The time now is 04:18 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.01623 seconds
  • Memory Usage 1,836KB
  • 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
  • (7)bbcode_code_printable
  • (17)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
  • (40)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