Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 09-01-2001 Last Update: Never Installs: 11
 
No support by the author.

check it out on my board @
STGN
go into the UserCP -> edit profile, and select a rankset from the dropdown menu..
im just finishing off the control panel section to allow you to add rank schemes through there instead of using phpmyadmin like im doing at the moment, should all be done by tomorrow at which time ill attatch the hack.

i made this for ikonboard months ago and we were the only one to have it, i thought "ill not share this i want us to be origional" but after receiving so much help from here i want to give something back for it

basically it allows your users to pick a scheme for the rank pips, i.e. they pick trees and it gives them tree pips, they pick snowmen it gives them snowmen pips

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 10-18-2001, 04:03 PM
LoB
Guest
 
Posts: n/a
Default

heres the attatched multirace rank hack installed..
get rid of the default set if you like, they were just for my board.
Reply With Quote
  #23  
Old 10-18-2001, 07:21 PM
LoB
Guest
 
Posts: n/a
Default

don't all thank me at once
Reply With Quote
  #24  
Old 10-18-2001, 07:34 PM
Bitmap Bitmap is offline
 
Join Date: Oct 2001
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well ... thank you
it's great you postet it ... hope i can get it to work.
Reply With Quote
  #25  
Old 10-18-2001, 08:13 PM
Martyjp Martyjp is offline
 
Join Date: Nov 2001
Location: Norwich, UK
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You are a star thank you
Reply With Quote
  #26  
Old 10-19-2001, 11:47 AM
Dunny Dunny is offline
 
Join Date: Oct 2001
Location: UK
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone got a demo of it in action?
Reply With Quote
  #27  
Old 10-19-2001, 11:49 AM
Shakron Shakron is offline
 
Join Date: Oct 2001
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I acctually said "thank you" yesterday per ICQ but here .. just for you ... Thank You!

... now we just need to get it working .. and that's the problem ... *sigh* ...
Reply With Quote
  #28  
Old 10-19-2001, 03:41 PM
LoB
Guest
 
Posts: n/a
Default

Quote:
Originally posted by Dunny
anyone got a demo of it in action?
check my first post or go here: http://stgn.ugforums.com/vb/
Reply With Quote
  #29  
Old 10-20-2001, 12:41 PM
Martyjp Martyjp is offline
 
Join Date: Nov 2001
Location: Norwich, UK
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hope you dont mind, I have made a slight change to the code

in the changes to functions.php

change

PHP Code:
 $rankpip "<img src=$rank[rank_graphic]>";

$post[usertitle]="$post[usertitle]<br>$rankpip"

//END MULTI RANK HACK 
to

PHP Code:
$rankpip "<img src=$rank[rank_graphic]>";
$rankid "$rank[rank_name]";

$post[usertitle]="$post[usertitle]$rankid<br>$rankpip"

//END MULTI RANK HACK 
Now go into the vb control panel and remove all user titles, and then you need to edit any user groups that have their own titles, such as moderators and administrators, what you will need to do here is stick a <BR> on the end. like so



The original hack will only display the pips and will keep the user titles that vb uses as standard, the above makes a slight change so that it displays the rank name

It may be a sloppy way of doing it, I am not sure but it does the job, what I would rather have it do is display administrator titles instead of the rank, but I havent worked that bit out yet

Thanks again LoB
Reply With Quote
  #30  
Old 10-20-2001, 01:05 PM
LoB
Guest
 
Posts: n/a
Default

np, i was eventually going to get around to that, but well... im lazy

edit - you might wanna put a <br> after $post[usertitle] because administrator/senior member whatever, ends up on the same line
Reply With Quote
  #31  
Old 10-20-2001, 09:17 PM
Martyjp Martyjp is offline
 
Join Date: Nov 2001
Location: Norwich, UK
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Reason why I did it the way I did

I have removed all user titles from my board, so for the majority of members $post[usertitle] will be blank, if you put a <BR> after it then there will be a blank line under the username, to get round this I have added <BR> after the titles in edit user groups. This would also have to be done on any custom user titles.

Since I dont allow people to change their titles on my board the way I did it worked best, but with boards that do you are correct in saying <BR> needs top be added

PHP Code:
$rankpip "<img src=$rank[rank_graphic]>";
$rankid "$rank[rank_name]";

$post[usertitle]="$post[usertitle]<BR>$rankid<br>$rankpip"

//END MULTI RANK HACK 
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:50 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.05230 seconds
  • Memory Usage 2,304KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_imicons
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete