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
Custom content tag
Re: Custom content tag
What do you mean by custom content? What does your "custom content tag" look like?
Re: Custom content tag
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
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
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.

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.
Last edited by Jos on Sun Aug 22, 2010 1:00 pm, edited 1 time in total.
Re: Custom content tag
Okay, thanks, it worked.
Grt,
Jurgen
Grt,
Jurgen