I want modify this WowRoster AddOn for Roster nuked 1.7.
In shopping_list.php:
- Code: Select all
$choiceForm = '<form action="addon.php" method=GET name=myform>
<input type="hidden" name="roster_addon_name" value="shopping">
<table>
<th class="copy">'.$wordings[$roster_conf['roster_lang']]['professionfilter'].'</th>
<td class="copy"><select NAME="proffilter">';
the url is : /addon.php?roster_addon_name=shopping&proffilter=Alchimie&filterbox=
but in phpnuke roster the url is normaly this one: modules.php?name=Roster&op=addon&roster_addon_name=shopping&proffilter=Alchimie&filterbox=
Please help me.
Thank you in advance