Users Online

· Guests Online: 5

· Members Online: 0

· Total Members: 42,015
· Newest Member: jonyzs

Last Seen Users

cuek< 5 mins
executioner< 5 mins
Starefossen00:14:06
ho3mb3r00:17:44
Clyde00:18:35
ceg00:19:39
jonyzs00:20:35
tagesen00:39:39
Structor00:42:40
Orrie00:48:19

Latest 10 Mods

CSS Pro... Fangree... 3
Enhance... Daywalker 13
SF Admi... Starefo... 24
Deleted... Starefo... 17
Functio... Starefo... 17
CVS Bro... Nick Jo... 7
BotSlap... Nicolae... 65
Spoiler... lelebart 37
Code "S... lelebart 10
User ... arat 16

Member Poll

What type of Mods do you prefer to use?













You must login to vote.

RSS Feeds

Subscribe to our Feeds

Latest Mod Releases
Latest News

Awards

Valid HTML 4.01!
Valid CSS!

Login

Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.

Popular Mods

Shoutbox

You must login to post a message.

08 Feb : 16:09
You will just need to wait and see. Smile

08 Feb : 15:19
I hope someone solves (Thanks Button) Smile

08 Feb : 15:08
HI P2P Inside! Grin

08 Feb : 15:03
Hi Fangree_Craig!

07 Feb : 14:19
Hi all Smile

MOD Support Sites

News Ticker

Viewing Mod: Forum Rank System

Name: Forum Rank System 
Version: 1.10
Category: Forum
Type: v6.01 xxx (MOD)
Author: mistermartin75 [Visit]
Date: 30-08-2005 17:23
Rating: Rating StarRating StarRating StarRating Star [89 Votes]
Download:Available to Members Only [8233 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

Other Mods by mistermartin75

CategoryNameDownloadsStaff Rating
Miscellaneous  Top Ratings v1.1232Rating StarRating StarRating Star

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

#1 | Martijn78 on August 30 2005 - 16:23:09
Download is ok. Explaination also, but then i got errors. After a while i found the error in forum.php
Moderator Note: This has been fixed. I simply uploaded the wrong files in the archive. My apologies - Rayxen
#2 | Rayxen on August 31 2005 - 00:31:51
Sorry, that was my fault. I forgot to replace 2 of the updated/fixed files in the archive. It should be ok now. I've uploaded the fixed archive and reset the ratings as they were not a true reflection of the MOD itself. Please re-rate the MOD, thanks.
#3 | Devilman on August 31 2005 - 11:13:47
Don't really get the system, it says from 1 - 1 or whatever I would have thought that is the post number right? Why can't you change the from post number so for example my first one is 1 - 10 = New User then I want 11 - 50 = Member and so on..
#4 | Devilman on August 31 2005 - 21:16:44
Oh sorry I have worked it out..
#5 | levat on September 02 2005 - 19:11:33
very nice Martijn78 Smile
#6 | dcrussader on September 10 2005 - 08:11:43
Bulgarian language - http://php-fusion...
#7 | neildarlow on September 24 2005 - 15:37:22
I found the rank configuration display a little confusing with the upper value of the current rank being the same as the lower value of the next rank. The following changes make the lower value of the next rank equal the upper value+1 of the current rank.

In rank-system.php, find the first line of each pair and replace it with the second line:
Code
<td><input type='text' disabled=\"false\"  name='post1' value='".$post1."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post1."' class='textbox' style='width:50px;'></td>

<td><input type='text' disabled=\"false\"  name='post1' value='".$post2."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post2."' class='textbox' style='width:50px;'></td>

<td><input type='text' disabled=\"false\"  name='post1' value='".$post3."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post3."' class='textbox' style='width:50px;'></td>

<td><input type='text' disabled=\"false\"  name='post1' value='".$post4."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post4."' class='textbox' style='width:50px;'></td>

<td><input type='text' disabled=\"false\"  name='post1' value='".$post5."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post5."' class='textbox' style='width:50px;'></td>

<td><input type='text' disabled=\"false\"  name='post1' value='".$post6."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post6."' class='textbox' style='width:50px;'></td>

<td><input type='text' disabled=\"false\"  name='post1' value='".$post7."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post7."' class='textbox' style='width:50px;'></td>

<td><input type='text' disabled=\"false\"  name='post1' value='".$post8."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post8."' class='textbox' style='width:50px;'></td>

<td><input type='text' disabled=\"false\"  name='post1' value='".$post9."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post9."' class='textbox' style='width:50px;'></td>

<td><input type='text' disabled=\"false\"  name='post1' value='".$post11."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post11."' class='textbox' style='width:50px;'></td>

<td><input type='text' disabled=\"false\"  name='post1' value='".$post12."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post12."' class='textbox' style='width:50px;'></td>

<td><input type='text' disabled=\"false\"  name='post1' value='".$post13."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post13."' class='textbox' style='width:50px;'></td>

<td><input type='text' disabled=\"false\"  name='post1' value='".$post14."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post14."' class='textbox' style='width:50px;'></td>

<td><input type='text' disabled=\"false\"  name='post1' value='".$post15."' class='textbox' style='width:50px;'></td>
<td><input type='text' disabled=\"false\"  name='post1' value='".++$post15."' class='textbox' style='width:50px;'></td>


#8 | aziz79 on September 28 2005 - 11:27:23
greatGrin
thumbs upwww.clicksmilies.com/s0105/aktion/action-smiley-033.gif
#9 | streamteam on September 30 2005 - 13:20:28
didn't get how it works Sad Anyone could give a little hint?
#10 | Gutya on October 02 2005 - 01:29:56
Works awesome, thanks alot! Grin

Post Comment

Please Login to Post a Comment.
Render time: 0.34 seconds
13,659,753 unique visits