All times are UTC + 5:30 hours




Post new topic Reply to topic  [ 3 posts ] 
  Print view

Cloak email address which is a custom field
Author Message
PostPosted: Sun Apr 01, 2012 2:37 pm 
Registered User
Offline

Joined: Thu Feb 09, 2012 3:46 pm
Posts: 158
I would like to use the cloak_email tag, but I'd also like to have the email address set up as a custom field - it will be updateable in just the one place, but displayed in several.

I can do these things separately:

<cms:cloak_email 'mail@address.com' />

<cms:get_custom_field 'email_address' masterpage='globals.php' />

BUT, not sure if it's possible to do both? Anyone any idea? :?


Top
 Profile  
 

Re: Cloak email address which is a custom field
PostPosted: Sun Apr 01, 2012 2:49 pm 
Registered User
Offline

Joined: Thu Oct 13, 2011 2:48 am
Posts: 259
Hi potato. You certainly can do this.
Code:
<cms:cloak_email "<cms:get_custom_field 'email_address' masterpage='globals.php' />" />
The key reason why this works is because of the use of double quotes. If we decided to use no quotes or single quotes, this would not work as intended.
Quote:
http://www.couchcms.com/docs/concepts/setting-parameters.html (Emphasis added)

If single quotes are used, Couch considers the parameter's value to be an explicit value.
If double quotes are used, Couch considers the value to be either an explicit value OR the output from a nested tag.
If no quotes are used, Couch considers the value to be a variable.


Top
 Profile  
 

Re: Cloak email address which is a custom field
PostPosted: Sun Apr 01, 2012 2:59 pm 
Registered User
Offline

Joined: Thu Feb 09, 2012 3:46 pm
Posts: 158
thanks Cheesy for uber-quick response! Code implemented and working!

Double/single quotes: another Couch fact I must commit to (my already overflowing) memory.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 5:30 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
© 2001-2010 SYS-Solutions All Rights Reserved