Nice work on the updates to Reputation.
Once problem though. The Sha'tar faction isn't populating with any members data. The previous version of Reputation populated this information (version by Cybrey).
Any ideas?
Moderator: ds
SELECT m.name member, r.faction, r.name fct_name, curr_rep AS value, curr_rep, max_rep, r.standing FROM `roster_reputation` r, roster_members m WHERE r.member_id = m.member_id AND r.name='The Sha\\\'tar' ORDER BY max_rep desc, r.standing DESC, curr_rep DESC
if( (isset($_REQUEST['factionfilter'])) && (($_REQUEST['factionfilter']) != 'All') )
$query .= " AND r.name='".$wowdb->escape($_REQUEST['factionfilter'])."'";
if( (isset($_REQUEST['factionfilter'])) && (($_REQUEST['factionfilter']) != 'All') )
$query .= " AND r.name='".$wowdb->escape($_REQUEST['factionfilter'])."'";
if( (isset($_REQUEST['factionfilter'])) && (($_REQUEST['factionfilter']) != 'All') )
$query .= " AND r.name='".$_REQUEST['factionfilter']."'";
Users browsing this forum: No registered users and 0 guests