Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Desirable features


Go to End


3 Posts   1724 Views

Avatar
Lexmooze

1 Post

24 July 2007 at 3:16am

Hi,
First, Thank you all for Silver Stripe, it is the better and simpler cms i´ve seem...
I´d like to list a few simple features wich will make it better:
• Text editor in Assets, to edit xml files and others...
• New version of Tinymce, with css support and javascript
• A easier way to work with php code in content and template pages... maybe php support inside .ss files and content fields. It will increase the flexibility...

Thank´s
Alex

Avatar
Willr

Forum Moderator, 5523 Posts

24 July 2007 at 12:07pm

"New version of Tinymce, with css support and javascript "

Sam has been busy updating tiny mce to the latest version.. I dont know if its on the daily builds yet but it is coming :D

"A easier way to work with php code in content and template pages... maybe php support inside .ss files"

The point of the ss templating system is to separate content from code, separate the xhtml from the php. Thats why there is a template engine. Is there any reason why you need php in the templates? I think in most situations you can put the php in the code section and leave the template clean.

Avatar
Sam

Administrator, 690 Posts

24 July 2007 at 6:20pm

1) TinyMCE 2.1.1.1 is in the daily builds or the version in SVN.

2) Yeah, we wanted to ensure that templates are kept simple and focused on presentation rather than logic.