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ć Przykład na stronie autora http://www.php-fu... 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ę A może ktos spróbuje jeśli ma gołe PHP Fusion? JAMAICA Digital Youth Trained for Rational Yelling and Killing
|
|
|
Wścibski Gość |
Dodany dnia 24.11.2024 22:18:59
|
Pan Kontekstualny Postów: n^x Data rejestracji: Zawsze |
|
IP: localhost |
Przejdź do forum: |