Evolve Web Hosting Posted November 5, 2021 Share Posted November 5, 2021 (edited) I want to add a little bit of text on the 'addons' page of clientareadomaindetails.tpl if privacy protection is enabled. This is what I have but the IF variable is not correct. I've tried several variations. I also added {debug} to the top of the file (using Twenty-One theme) and it doesn't show the variables like SIX does. Edit: {debug} is working on the Twenty-One template. I am trying to write this: {if $isprivacyon eq "true"} <p>DISPLAY SOME TEXT</p> {/if} This is wrong: $isprivacyon eq "true" Does anyone know the right variable and mind helping me out? Thanks! I use the LCDRM module from Resellerclub-Mods so that may mean the variable is different from original WHMCS smarty variable? Edited November 5, 2021 by evolve hosting 0 Quote Link to comment Share on other sites More sharing options...
Evolve Web Hosting Posted November 5, 2021 Author Share Posted November 5, 2021 (edited) I figured it out in case any one else ever looks for this: {if $addonstatus.idprotection} Edited November 5, 2021 by evolve hosting 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.