print '<a href="'.getlink($module_name.'char&cname='.$row['name'].'&server='.$roster_conf['server_name']).'">'.$row['name'].'</a><br />'.$row['class'].' ('.$row['level'].')</td>'."\n";
print '<a href="index.php?name=WoWRosterDF&file=char&cname='.$row['name'].'&server='.$roster_conf['server_name'].'">'.$row['name'].'</a><br />'.$row['class'].' ('.$row['level'].')</td>'."\n";
Karavirs wrote:Change line 348 of index.php
from this
- Code: Select all
print '<a href="'.getlink($module_name.'char&cname='.$row['name'].'&server='.$roster_conf['server_name']).'">'.$row['name'].'</a><br />'.$row['class'].' ('.$row['level'].')</td>'."\n";
to this
- Code: Select all
print '<a href="index.php?name=WoWRosterDF&file=char&cname='.$row['name'].'&server='.$roster_conf['server_name'].'">'.$row['name'].'</a><br />'.$row['class'].' ('.$row['level'].')</td>'."\n";
<?php //Ignore this first line. Only use the one under this!
href="'.getlink('&file=char&cname='.$row['name'].'&server='.$roster_conf['server_name']).'">'.$row['name'].'</a><br />'.$row['class'].' ('.$row['level'].')</td>."\n";
Users browsing this forum: No registered users and 1 guest