Someone will probably write a better port later, but here's my 10 minute work while watching TV with the wife.
I played with it a little and it seems to work..
Download Anaxent's port here.
value="index.php?name='.$module_name.'
value="'.getlink($module_name).'
$choiceForm .= ' <option value="'.getlink($script_filename.'&mode=character&characterfilter='.$row["name"].'&factionfilter='.$ffold.'&recipes_only='.$roold.'&learnable_only='.$loold).'" selected="selected">'.$row["name"].'</option>\n';
if ($loold == "true")
$choiceForm .= '<input type="checkbox" name="learnable_only" value="'.getlink($script_filename.'&mode=character&characterfilter='.$cfold.'&factionfilter='.$ffold.'&recipes_only='.$roold.'&learnable_only=false').'" onchange="top.location.href=this.value" checked> '.$wordings[$roster_conf['roster_lang']]['learnable_only'].' <br/>';
else
$choiceForm .= '<input type="checkbox" name="learnable_only" value="'.getlink($script_filename.'&mode=character&characterfilter='.$cfold.'&factionfilter='.$ffold.'&recipes_only='.$roold.'&learnable_only=true').'" onchange="top.location.href=this.value"> '.$wordings[$roster_conf['roster_lang']]['learnable_only'].' <br/>';
$tableBodyRows .= '<td class="membersRow'. (($striping_counter % 2) +1) .'"><a href="'.getlink($module_name.'&file=char&cname='.$row['mname'].'&server='.$server_name).'">'.$row['mname'].'</a><br/>'.$row['curr_rep'].' / '.$row['max_rep'].' ('.$row['standing'].')</td>';
Users browsing this forum: No registered users and 0 guests