zebedeubeatu Posted November 4, 2010 Share Posted November 4, 2010 Hi. i have a situation here i wold like to do this: " {if $registrationperiod == '10'} - {else} {$nextduedate} {/if} " well on the clientarea.php?action=domaindetails it works but on the clientarea.php?action=domains dosent any one can help me? 0 Quote Link to comment Share on other sites More sharing options...
fiberupload Posted July 11, 2013 Share Posted July 11, 2013 I have the same problem here. In clientareadomaindetails.tpl I succeded with " {if $registrationperiod eq "10"} Nedeteminata {else} {$nextduedate} {/if} " . I have tried the same clientareadomains.tpl, and many other forms like: "{if $domain.registrationperiod == '10'} Nedeterminata {else} {$domain.nextduedate}{/if}" , but it doesn't work. It's showing only the $domain.nextduedate result. I am afraid we don't know what is the variable for registration period available for this tpl. Can someone help ? 0 Quote Link to comment Share on other sites More sharing options...
RebelOne Posted July 14, 2013 Share Posted July 14, 2013 To view a complete list of variables available on a given page, enter the following tag into the template file: {debug} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.