Hey all
We're having an issue with custom module buttons, only on the clientdomaindetails page though.
They're basically not showing at all, but are enabled under 'domain pricing', under 'domains' on client profile and also within logicboxes, using the netearthone module.
The string used is...
{if $registrarcustombuttons}{foreach from=$registrarcustombuttons key=label item=command} » <a href="clientarea.php?action=domaindetails&id={$domainid}&modop=custom&a={$command}">{$label}</a>{/foreach}{/if}
That seems fine though, in regards to the API everyone else is working fine like nameservers, child nameservers, contacts etc, but those are hardcoded before the above script.
I'm basically wanting to add the DNS Management, Privacy protection and Email forwarders in there, if assigned of course.
Anyone have any ideas about this? Has baffled me, as everything on logicboxes works fine.