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)
-   -   Pip System (https://vborg.vbsupport.ru/showthread.php?t=55675)

Zachery 07-28-2003 06:31 AM

i always wondered why vb2 had stars. but i never figured a way to turn them on, great hack, too bad ill be going vb3 in a day or two

Hostc 07-28-2003 06:34 AM

..........

mx3 07-28-2003 06:34 AM

The stars are for the thread rankings i believe. When you make a new reply, you can 'rate the post'...
Unless i'm stupid and can't read correctly today :p
I'll update this for vB3 soon....i suppose....but can't release it here till vB3 final is released..

Quote:

http://www.ph33rnet.com/forums/show...php?&threadid=3

It's just a hack testing board, not intended for public use.... but I guess I could let people see it in action...
Hmm...it doesn't look like its working for the admin user.
The administrator group id should be 6, at least thats what i have the hack set for. Change those if they are different ^^

PHP Code:

if(($post[usergroupid] == "6")) { // This should be the admin group id
$pip="images/apip.gif";
} elseif((
$post[usergroupid] == "5")) { // this should be the super mod group id
$pip="images/spip.gif";
} elseif((
$post[usergroupid] == "7")) { // and this should be moderator group id
$pip="images/mpip.gif";
} else {
$pip="images/pip.gif";



Zachery 07-28-2003 06:36 AM

well if you do the work now, i wouldnt mind seeing a beta of it if thats ok with you....

mx3 07-28-2003 06:38 AM

Quote:

Today at 08:36 AM Faranth said this in Post #24
well if you do the work now, i wouldnt mind seeing a beta of it if thats ok with you....

Ack, too tired right now...
I'll try it tomorrow, sometime in the afternoon....:D
But i guess i can check out the vb3 files right now to see how they are set up.

Hostc 07-28-2003 06:38 AM

BUG: If a user has more posts then the maximum option in the function.php it doesn't show the IMAGES for the LAST PIP Level......

mx3 07-28-2003 06:45 AM

Err...well it wasn't really designed to do so. i can fix that though.
And faranth, I think its actually built in to vB3. The User Ranks thing...

-edit-
Updated the zip file. Download it and re-do the change to admin/functions.php.

Hostc 07-28-2003 06:53 AM

You may want to make a version number for this one ;)

mx3 07-28-2003 06:54 AM

Why? Just a little fix...
Ok, fine...1.1 it is :D

Hostc 07-28-2003 06:58 AM

Quote:

Today at 08:45 AM mx3 said this in Post #27
Err...well it wasn't really designed to do so. i can fix that though.
And faranth, I think its actually built in to vB3. The User Ranks thing...

-edit-
Updated the zip file. Download it and re-do the change to admin/functions.php.

Still not fixed......


All times are GMT. The time now is 09:47 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.01086 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
  • (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