How to display only characters with a minum level ?

Theme, template, layout, or image issues

How to display only characters with a minum level ?

Postby slamp » Fri Jan 05, 2007 5:14 am

Hello,

Is there any way to display only characters with a minimum level ?

I do not want to displays all characters but only those with level > 20.
slamp
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Wed Jan 03, 2007 8:45 am

How to display only characters with a minum level ?

Postby PleegWat » Fri Jan 05, 2007 5:42 am

It's possible, but you'll need to edit the code.

memberslist, line 207, find:
Code: Select all
   "ORDER BY ";


Add before:
Code: Select all
   "WHERE `members`.`level` > 20 ".
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

How to display only characters with a minum level ?

Postby slamp » Fri Jan 05, 2007 8:59 am

It works, thanks !
slamp
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Wed Jan 03, 2007 8:45 am


Return to Appearance

Who is online

Users browsing this forum: No registered users and 1 guest

cron