MonkeyCMS Forum

Go Back   MonkeyCMS Forum > MonkeyCMS > Content Discussion
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 02-24-2010, 08:08 AM
harvey harvey is offline
Senior Member
 
Join Date: Jun 2008
Posts: 477
Default optionalelse with Custom Elements

Can optionalelse be used on Custom Elements?
Reply With Quote
  #2  
Old 02-24-2010, 08:51 AM
Colin Colin is offline
Administrator
 
Join Date: Apr 2007
Posts: 1,617
Default

Quote:
Originally Posted by harvey View Post
Can optionalelse be used on Custom Elements?
Yep - only on content pages, not indexes though.
Reply With Quote
  #3  
Old 02-24-2010, 08:54 AM
harvey harvey is offline
Senior Member
 
Join Date: Jun 2008
Posts: 477
Default

So I'd use it in this form?

(optionalelse|template name|custom element name)

If so, it doesn't seem to be working for me at the mo.
Reply With Quote
  #4  
Old 02-24-2010, 08:55 AM
Colin Colin is offline
Administrator
 
Join Date: Apr 2007
Posts: 1,617
Default

That should work. I'll test it out locally to see what could be the issue.
Reply With Quote
  #5  
Old 02-24-2010, 09:02 AM
Colin Colin is offline
Administrator
 
Join Date: Apr 2007
Posts: 1,617
Default

For now, does the following work:

PHP Code:
%% if ($content[elementname]) ** displayTemplate(getTemplate('ContentTemplate')); ** else ** displayTemplate(getTemplate('NoContentTemplate')); ** %% 
Bear in mind that you'd need to remove any spaces from the content element name for this.
Reply With Quote
  #6  
Old 02-24-2010, 09:46 AM
harvey harvey is offline
Senior Member
 
Join Date: Jun 2008
Posts: 477
Default

Hmm, that worked, so I tried again with optionalelse but flushed the caches and it worked too
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 11:55 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© Poisonous Monkey