vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Multiple ranking System (https://vborg.vbsupport.ru/showthread.php?t=32063)

SirSteve 02-16-2002 10:41 PM

Why does it say, "Ranksystem: 1" in the users Profile? Shouldn't it say whatever the Rank actually is?

ie. Ranksystem: Jedi Knight

(oh, and isn't it supposed to be 2 words? Rank System ?

Other than that, works great!

Tarion 03-06-2002 05:01 PM

bump

Zamora 03-06-2002 05:09 PM

I will make a bugfix for this viewing-problem at the weekend.
Expect it in a few days.

Zamora 03-11-2002 04:06 PM

OK, this should handle the viewing-"bug".

Go into member.php

find
Quote:

eval("\$customfields .= \"".gettemplate("getinfo_customfields")."\";");
before this statement, insert

Quote:

if ($profilefield[title]=="Ranksystem")
{

$getranksystem=$DB_site->query_first("SELECT title from rank left join userfield on rank.rankid = userfield.$profilefieldname where userid=". $userinfo[userid] . " LIMIT 0, 1");
$profilefield[value]=$getranksystem["title"];

}

This is all, after uploading your member.php, you should see the Jedi Knight instead of the 1
have fun!

Martyjp 03-18-2002 10:24 AM

On my board mods and admins can set their own titles, yet after installing this hack that no longer works, the option is still there but after they make the change it just reverts to the default title. Any ideas why?

Its no biggie as it can still be changed from the admin control panel, just wondering if I have done something wrong?

Zedd 03-21-2002 07:17 PM

I am having a bit of trouble with this hack

The peoples custom ranks do not stay.

After they start psoting it reverts back to junior member, member, ect.

Zedd 03-24-2002 06:50 PM

Anyone?

Zamora 03-24-2002 06:59 PM

I will look after this problem in the next few days.

Zedd 04-03-2002 02:32 PM

Still looking for an answer?

Hate to be a pain, but I have 2.2.4 Any ideas

Everything seems to work, but the new ranks disappear as soon as a person posts.

Sadie Frost 04-03-2002 05:59 PM

Sorry I don't have any ideas for you - I'm running 2.2.4 with no problems :)


All times are GMT. The time now is 05:57 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.01110 seconds
  • Memory Usage 1,729KB
  • 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
  • (2)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