Zobacz temat
MOD Ranking u?ytkowników Forum
|
|
Dytryk_z_Bern |
Dodany dnia 05.11.2004 18:22:41
|
![]() Bywalec ![]() Postów: 479 Data rejestracji: 22.09.2004 22:07 |
Nazwa MOD-a: Forum Ranks Autor: Sascha PHP Fusion Version: 4.01 MOD pochodzi z Forum http://www.php-fu... i jest tylko swobodnym t?umaczeniem ![]() Instalacja: 1) Wstaw ten kod w pliku fusion_core.php po ostatnim ?> //Forum Titel if (!function_exists(getuserstat)) { $post=$data[user_posts]; function getuserstat($post) { $status="new Member"; if ($post > 0) $status = "Einmalposter"; if ($post > 1) $status = "New Member"; if ($post > 20) $status = "Member"; if ($post > 50) $status = "Supermember"; if ($post > 100) $status = "Hardcoreposter"; if ($post > 199) $status = "Fingerwundschreiber"; if ($post > 300) $status = "Spambot"; if ($post > 500) $status = "Dr. Forum"; if ($post > 699) $status = "Scriptkiller"; if ($post > 999) $status = "Lord Forum"; if ($post > 2000) $status = "Alleswisser"; return $status; } } 2) W pliku fusion_forum/viewthread.php znajd?: echo "<span class='alt'>".LAN_502."</span> ".$data['user_posts']."<br> <span class='alt'>".LAN_503."</span> ".$data['user_location']."<br> <span class='alt'>".LAN_504."</span> ".strftime("%d.%m.%y", $data['user_joined']+($settings['timeoffset']*3600))."</td> 2a) i zast?p - tym: echo "<span class='alt'>".LAN_502."</span> ".$data['user_posts']."<br> <span class='alt'>".LAN_503."</span> ".$data['user_location']."<br> <span class='alt'>".LAN_504."</span> ".strftime("%d.%m.%y", $data['user_joined']+($settings['timeoffset']*3600))." <span class='alt'><br><br>Forum Titel:</span><br>".getuserstat($data['user_posts'])."<br></td> Tytu?y userów w zale?no?ci od postów chyba mo?na dowolnie zmienia? ![]() Aha, nie wiem czy takie proste "przet?umaczenie" wystarczy i czego? jeszcze nie trzeba zmieni?, ale zamierzam uruchomi? to testowo na jakim? darmowym hostingu - wtedy przetestuj? ![]() Digital Youth Trained for Rational Yelling and Killing
|
|
|
W?cibski Go?? |
Dodany dnia 06.09.2025 17:49:27
|
Pan Kontekstualny Postów: n^x Data rejestracji: Zawsze |
![]() |
IP: localhost |
Przejdź do forum: |