View Single Post
  #24  
Old 04-05-2002, 01:21 PM
Ordovicium's Avatar
Ordovicium Ordovicium is offline
 
Join Date: Oct 2001
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am useing Version 2.2.5, and the hack by furious didn't work.

But I found another way to install this great Hack:

Find in admin/functions.php:

Code:
$post[joindate]=vbdate($registereddateformat,$post[joindate]);
and directly after it add this...

Code:
// ###################################
// Start of the Star Hack
//###################################

unset($stars);


// Bilder laden je nach User-Gruppe
if ($post[usergroupid]==6 or $post[usergroupid]==5 or $post[usergroupid]==7 or $post[usergroupid]==8) {
              $starsgif_1 = '<img src="stars/Admin1.gif">';

} else {
           $starsgif_1 = '<img src="stars/0stars.gif">';
       $starsgif_2 = '<img src="stars/1stars.gif">';
       $starsgif_3 = '<img src="stars/2stars.gif">';
       $starsgif_4 = '<img src="stars/3stars.gif">';
       $starsgif_5 = '<img src="stars/4stars.gif">';
       $starsgif_6 = '<img src="stars/5stars.gif">';
       $starsgif_7 = '<img src="stars/6stars.gif">';

}

if ($post[usergroupid]==6 ) {
         $stars = $starsgif_1 . $starsgif_2 . $starsgif_3 . $starsgif_4 . $starsgif_5;
} elseif ($post[usergroupid]==7) {
         $stars = $starsgif_1 . $starsgif_2 . $starsgif_3;
} elseif ($post[usergroupid]==5 ) {
         $stars = $starsgif_1 . $starsgif_2 . $starsgif_3 . $starsgif_4;
} else {
    if ($post[posts] > 1000 )
        {      $stars = $starsgif_7;   }
    elseif ($post[posts] > 120 )
        {      $stars = $starsgif_6;   }
    elseif ($post[posts] > 90 )
        {      $stars = $starsgif_5;   }
    elseif ($post[posts] > 60 )
        {      $stars = $starsgif_4;   }
    elseif ($post[posts] > 30 )
       {       $stars = $starsgif_3;   }
    elseif ($post[posts] > 10 )
        {      $stars = $starsgif_2;   }
    else
        {      $stars = $starsgif_1;   }
}
// ###################################
// End of Star Hack
// ###################################

edit posbit template


find :

<table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr><td width="100%">
<a name="post$post[postid]"></a>
$post[firstnewinsert]
<normalfont><B>$post[username]</B></normalfont><br>

and place below it :

$stars<br>

In this Version I have more than one image with stars.
One image with 1 Star
One image with 2 Stars
...........
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01122 seconds
  • Memory Usage 1,771KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete