Roundcube Community Forum

 

How to use else if for username Elastic skin ?

Started by japjitravel, April 09, 2020, 08:21:20 AM

Previous topic - Next topic

japjitravel

I have install roundcube with elastic skin, now i want to use else if for username for below code
<roundcube:object name="username" />

I want to check if user1 logged in then hide _bcc else show just like below

<roundcube:if condition="env:username=='user1@xxx.com'" />
hide bcc field
<roundcube:else />
show bcc field
<roundcube:endif />

can anyone help me to do like this

JohnDoh

the current username is stored in the session so you want:

<roundcube:if condition="session:username=='user1@xxx.com'" />
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...