• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

RevCMS Staff Page

Status
Not open for further replies.
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
That is not an error with this page. You need to edit your PHP configuration and update your timezone.
 
Newbie Spellweaver
Joined
Aug 19, 2011
Messages
78
Reaction score
2
What line shall I edit-Sorry for being noobish but php.ini has more than 200 lines also if I wanted Europe/London what would I add
 
Last edited:
Newbie Spellweaver
Joined
Apr 5, 2010
Messages
5
Reaction score
1
Staff page disappers when i leave it, any idea how I make it stay
staff.php location
xampp/htdocs/app/tpl/skins/mango/staff.php
 
Newbie Spellweaver
Joined
Apr 20, 2011
Messages
47
Reaction score
5
The ranks on this are set from 3 to 7 but it only gets 4 to 7, how come.
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
> = Greater than
< = Lower than

>= = Greater than or equals too
<= = Lower than or equals too

Therefore > 3 = Greater than 3, change that to >= 3 and it will be greater than or equals too 3.
 
Newbie Spellweaver
Joined
Apr 20, 2011
Messages
47
Reaction score
5
> = Greater than
< = Lower than

>= = Greater than or equals too
<= = Lower than or equals too

Therefore > 3 = Greater than 3, change that to >= 3 and it will be greater than or equals too 3.

I have no idea what you mean! :eek:tt1:
 
The one and only!
Loyal Member
Joined
Nov 24, 2008
Messages
2,529
Reaction score
1,435
I have no idea what you mean! :eek:tt1:

In the MySQL query it checks if the user account is greater than rank 3, therefore not showing rank 3 users. To make it check rank 3 users, change >3 to >=3 as >= means greater than or equals too, and > just means greater than. Surely you do Maths in school?
 
Run, but I'll find you.
Joined
Jan 29, 2011
Messages
777
Reaction score
327
Nice release, but I don't use RevCMS. (Uber Ftw xD)
 
Status
Not open for further replies.
Back
Top