Username:    Password:   
Navigation
Latest 10 Mods
Ajax Po... khalid545 38
Currenc... Fraz Ahmed 20
Reindel... Mehmet 29
downloa... UniCoRN 35
article... UniCoRN 31
News JQ... UniCoRN 42
kroax J... UniCoRN 33
ReCaptc... Mike Crawford, Ben Maurer 47
Multime... Grimloch 144
Locatio... Digitanium 108
Latest Tutorials
bullet.gif How to check your ho...
bullet.gif How to load up an Addon
bullet.gif Conditional Custom P...
bullet.gif Panels, Infusions an...
Last Seen Users
bellota< 5 mins
HobbyMan00:20:43
scathing00:24:00
GMUDuckman00:33:40
phpar00:40:59
khalid54500:50:41
xray01:06:33
BC0101:17:26
Planet01:23:18
jikaka01:31:39
Member Poll
Apple?

Best personal electronics company ever!
Best personal electronics company ever!
4% [2 Votes]

Steve Jobs is a genius!
Steve Jobs is a genius!
17% [9 Votes]

All Hype, no substance
All Hype, no substance
19% [10 Votes]

Don't know, don't care.
Don't know, don't care.
19% [10 Votes]

Fanboy toys
Fanboy toys
19% [10 Votes]

They grow on trees, don't they?
They grow on trees, don't they?
23% [12 Votes]

Votes: 53
You must login to vote.
Started: 17 Aug : 21:41

Polls Archive
RSS Feeds
Subscribe to our Feeds

Latest Mod Releases
Latest News

Validated Feeds
Awards
Valid HTML 4.01!
Valid CSS!
News Ticker
Viewing Mod: Forum Rank System
Name: Forum Rank System 
Version: 1.10
Category: Forum
Type: v6.01 xxx (MOD)
Author: mpkossen [Visit]
Date: 30-08-2005 15:23
Rating: Rating StarRating StarRating StarRating Star [89 Votes]
Download: Download Now [8299 Downloads]
Description
Adds forum ranks to PHP-Fusion 6. Forum ranks can be set by the admin and are dependant on users' posts.

Despite being a modification, this MOD is very easy to install. You simply have to add 2 lines of code to 2 files.

UPDATE: Two vulnerabilities were closed on 2 June 2008 and two modified core files were replaced by versions from the recent PHP-Fusion core.

Languages:
- Danish
- English
- German
Approved By: Digitanium Staff Rating: Rating StarRating StarRating Star
Comment:
Support Thread: Forum Rank SystemForum rank system
Translations: No Extra Translations Submit : Report an Error Report a Vulnerability Report a Broken Link Submit a Translation
Ratings
Rating is available to Members only.

Please login or register to vote.

Awesome! Awesome! 62% [55 Votes]
Very Good Very Good 12% [11 Votes]
Good Good 4% [4 Votes]
Average Average 4% [4 Votes]
Poor Poor 17% [15 Votes]
Comments
#11 | Madatan on October 21 2005 - 13:09:49
I have a small issue, I've done everything accordingly to the instructions, I see the ranks in the forum and such. But I can't use the administration part of it, I klick on Infusions and then Rank System and nothing happens, I just get a blank page and no settings to change.
Help?
#12 | Don Leopold on October 25 2005 - 18:53:27
In 6.00.004 you insert the profile code after:
<tr>
<td width='1%' class='tbl1' style='white-spaceIDunnoowrap'><b>".$locale['u043']."</b></td>
<td class='tbl1'>".number_format(dbcount("(post_id)", "posts", "post_author='".$data['user_id']."'"Wink)."</td>
</tr>
</table>\n";


Pretty good mod. But have hope for special ranks. Smile
#13 | Xyborg on November 04 2005 - 15:40:37
Compatible with 6.00-205?
#14 | Breaker518 on November 06 2005 - 11:03:54
Everyone please list up their site with rank system! I would love to check it out!Grin
#15 | jglisson73 on November 13 2005 - 15:45:38
I would love to see this mod resubmitted when made compatible with the latest version.
#16 | killzone on November 17 2005 - 21:40:26
It is compatible and working on current version

http://www.smallt...hread_id=4
#17 | killzone on November 17 2005 - 21:51:30
the only problem with this mod is that after you get It running nobody else can register! it sucks when somebody developes this type of great mod then disappears... I'm willing to pay for it to be done any takers
#18 | Jammydodger on December 02 2005 - 17:43:06
I have the mod working ok but I want to have a special rank because I'm a admin and also my moderators.
I have found this in profile.php not sure what to do to make it workor if it relates to admin rank or not?.

if ($data[user_level] == 252) {
echo "<tr>\n<td class='tbl'>".RS_005."</td>\n<td class='tbl' colspan='2'>\n ".RS_099."
<img src='infusions/rank_system/images/rot3.gif'>
</td>\n</tr>\n";
}
else if ($data[user_level] == 251) {
echo "<tr>\n<td class='tbl'>".RS_005."</td>\n<td class='tbl' colspan='2'>\n ".RS_000."
<img src='infusions/rank_system/images/rot2.gif'>


thanks for any help.
#19 | glree on December 03 2005 - 12:13:20
hi all. Just an update for those wanting to add this mod to v207+ sites. make these changes to the readme:

for viewthread.php, paste the recomended code after:
Code
if ($data['user_avatar'] != "") {
         echo "<img src='".IMAGES."avatars/".$data['user_avatar']."' alt='".$locale['567']."'><br><br>\n";
         $height = "185";
      } else {
         $height = "70";
      }



For profile.php, post the recomended code after:
Code
<td class='tbl1'>".number_format(dbcount("(post_id)", "posts", "post_author='".$data['user_id']."'"))."</td>



but with some mods to the surrounding characters. the whole section should look like:
Code
<td class='tbl1'>".number_format(dbcount("(post_id)", "posts", "post_author='".$data['user_id']."'"))."</td>
</tr>";
//NEW CODE BEGIN forum rank system
include(INFUSIONS."rank_system/profile.php");
//NEW CODE END
echo "</table>\n";




luv, glree;)
#20 | gojuryu on December 08 2005 - 06:05:16
thanks glree however post the code after what?

and by the way, include smileys???? [OK, just kidding on that part]
Post Comment
Please Login to Post a Comment.
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Popular Mods
HighSlide Gallery 3191
Fusion Lightbox 2714
Event Calendar 2624
Newsticker Panel 2310
PictureFlow Gallery 2246
Shoutbox
You must login to post a message.

08 Sep : 05:13
I looking for a solution to add a facebook like site to my php-fusion. But the facebook code is not valid ? http://developers.
facebook.com/docs/
reference/plugins/
like-box

07 Sep : 16:09
thank you very much. Clap

07 Sep : 12:42

07 Sep : 12:23
Brauchst du Flachbildschirm? Ist draußen aus de Lieferwagen gefallen...

07 Sep : 12:23
Servus, i bin da Bonzo. Weißt du warum mich alle Bonzo nennen? Na weil ich so heiß'!

MOD Support Sites
bullet.gif Czech republic
bullet.gif Denmark
bullet.gif Nederlands
bullet.gif Poland
bullet.gif Sweden
Random Tweeter
bactunisie

bactunisie

Members who Tweet: 19