Page 1 of 1
Custom content tag
Posted: Sun Aug 08, 2010 4:50 pm
by jbrunink
Hi,
I've created an custom content tag in CMS Made Simple, because of using that tag the editor isnt available in the administratorpanel. Is there an possibility to override this, or to hardcore my custom content into CMSMadeSimple?
I am using CMS Made Simple 1.8.1 "Mankara".
Grt,
Jurgen
Re: Custom content tag
Posted: Sun Aug 08, 2010 5:13 pm
by Jos
What do you mean by custom content? What does your "custom content tag" look like?
Re: Custom content tag
Posted: Sun Aug 22, 2010 11:56 am
by jbrunink
Hi,
Sorry for the late response.
My custom content tag looks like this;
http://yourpaste.net/5947/. It's for a custom news module on the frontpage, nasty coded and some workarounds but it does the trick. Except that CMS Made Simple only recognizes {content} in the newer versions and thus disables the editor.
Any idea's?
Gr,
Jurgen
Re: Custom content tag
Posted: Sun Aug 22, 2010 12:58 pm
by Jos
looks like some pretty advanced custom coding you have there
You could try to trick the system by adding a {content assign=yourvar} to the template.
That way it won't give you an error message for not having found the content tag, and it won't be displayed in the frontend because it will only be assigned to a variable.
Re: Custom content tag
Posted: Sun Aug 22, 2010 2:37 pm
by jbrunink
Okay, thanks, it worked.
Grt,
Jurgen