Only allowing to change text in content block, without html tags or styles
Permalink
Hello! I am developing my first Concrete5 site and so far I love it. Very easy and quick to learn.
I have my first doubt. I want to set up various blocks so that the clients can modify the text content, but are not allowed to change styles.
So, for example I have:
<p>
<?php
$a = new Area('Blog Index');
$a->display($c);
?>
</p>
And I would like the client to be able to change the content of the paragraph, but not to add new paragraphs inside it or change colors, fonts, whatever...
How can I do this? Ive been googling and trying the advanced security but I dont see the way to do this.
Thank you!
I have my first doubt. I want to set up various blocks so that the clients can modify the text content, but are not allowed to change styles.
So, for example I have:
<p>
<?php
$a = new Area('Blog Index');
$a->display($c);
?>
</p>
And I would like the client to be able to change the content of the paragraph, but not to add new paragraphs inside it or change colors, fonts, whatever...
How can I do this? Ive been googling and trying the advanced security but I dont see the way to do this.
Thank you!
would this do the trick:
http://demo.inneroptics.net/quick-edit/...
http://demo.inneroptics.net/quick-edit/...
Absolutely! Thats great, when will it be available?
The only thing I miss in the quick edit mode are two of three buttons for basic html tags (<strong> <a> <ul> , etc). These are the only ones that I would like clients to be able to use.
The only thing I miss in the quick edit mode are two of three buttons for basic html tags (<strong> <a> <ul> , etc). These are the only ones that I would like clients to be able to use.
If you go to Dashboard>Sitewide Settings, look down at "Rich Text Editor" and select the "Custom" option under "Toolbar Set". The code is kind of obtuse and I haven't modified it myself yet, so I can't help you there, but that's where you would take out different tinyMCE options that the client could use to style their text.
There's a big discussion about C5's WYSIWYG options like this going on in this thread, actually:http://www.concrete5.org/community/forums/chat/what-could-really-he...