I have followed the instructions and added
- Code: Select all
{php}
if(isset($_GET['managedns'])) {
require_once substr($this->template_dir, 0 , strpos($this->template_dir, '/templates'))."/templates/dns_templates/dns_controller.php";
}{/php}
{if !$dnsmanagement}
- Code: Select all
{/if}
To the end of clientareahome.tpl
I then added
- Code: Select all
{if $dns_manager_is_active == true && $dns_manager_link != ''}
<li>
<a href="{$dns_manager_link}">
{if $LANG.clientarea_manage_dns_link}{$LANG.clientarea_manage_dns_link}{else}Manage DNS{/if}
</a>
</li>
{/if}
Into my clientareadomaindetails.tpl file, but the link never shows.
Within the addon management I have enabled "Manage DNS Link" and the link appears correctly within the client navigation, but I can not get it to work at a domain level.