Quantcast
Channel: WHMCS Community Forums
Viewing all articles
Browse latest Browse all 13458

How can I create conditional text for users using a specific server module?

$
0
0
I have a few different server modules, but I only want to show text in the Client Area to users who are using a specific server module. I think it is similar to this, but this is not correct:

Code:

{if $servermodule eq "servermod-name"}
show info to this user
{else}
show other info to user not using this server module...
{/if}

Any idea what I'm doing wrong?

Viewing all articles
Browse latest Browse all 13458

Trending Articles