Affiliate system defunct

what do you see wrong in there ?



basically nothing works in affiliate addon…



is it me or very poor coding in this system ?

since when is ? an argument seperator ? since when even do you use & … it’s & first of all… not ?



also nothing works , wherever you put this code it doesnt work in 2.2.4



plus… all link from tabs to switch categories/products url etc etc have so many bugs they are broken,…

<br />
<br />
<br />
<br />
<br />
{* $Id: affiliate.tpl 9353 2010-05-04 06:10:09Z klerik $ *}<br />
{** block-description:affiliate **}<br />
<br />
{if $auth.is_affiliate}<br />
<ul class="arrows-list"><br />
	    <li><a href="{"banners_manager.[b]manage?banner_[/b]type=T"|fn_url}">{$lang.text_banners}</a></li><br />
	    <li><a href="{"banners_manager.[b]manage?ban[/b]ner_type=G"|fn_url}">{$lang.graphic_banners}</a></li><br />
	    <li><a href="{"banners_manager.manage?banner_type=P"|fn_url}">{$lang.product_banners}</a></li><br />
	    <li class="delim"></li><br />
	    <li><a href="{"affiliate_plans.list"|fn_url}">{$lang.affiliate_plan}</a></li><br />
	    <li><a href="{"partners.list"|fn_url}">{$lang.balance_account}</a></li><br />
	    <li class="delim"></li><br />
	    <li><a href="{"aff_statistics.commissions"|fn_url}">{$lang.commissions}</a></li><br />
	    <li><a href="{"payouts.list"|fn_url}">{$lang.payouts}</a></li><br />
</ul><br />
{/if}<br />

Can't address the overall “doesn't work issue”, but if you look at the fn_url() function you will see that any question marks or ampersnds are parsed out and then re-applied after a proper url is built and returned.