Limit the amount of content
10 posts by 4 authors in: Forums > CMS Builder
Last Post: August 1, 2008 (RSS)
By grauchut - July 30, 2008
Thanks
Re: [grauchut] Limit the amount of content
By Dave - July 31, 2008
interactivetools.com
Re: [Dave] Limit the amount of content
By grauchut - July 31, 2008
Re: [grauchut] Limit the amount of content
By grauchut - July 31, 2008
Re: [grauchut] Limit the amount of content
By Dave - July 31, 2008
interactivetools.com
Re: [Dave] Limit the amount of content
By grauchut - July 31, 2008
Should I just create another wysiwyg section for them. So I can limit the first one and let them complete the story with the added section. Then set the page up to display both on the second page. Thanks Again.
Re: [grauchut] Limit the amount of content
By Dave - July 31, 2008
Then either show both on the detail page (summary and content) or have them repeat the summary info in the content wysiwyg.
Hope that helps!
interactivetools.com
Re: [Dave] Limit the amount of content
Just read this post, am I correct in thinking that I can make it so that editors can only submit text and not format their own content. I'm keen to maintain a consistent style and if this can be done that would be great.
Mickey
Re: [Michael Blake] Limit the amount of content
By Donna - August 1, 2008
Yep, just set it to a textbox instead of a WYSIWYG field. :) Technically, someone who's adept with HTML could still add in their own code, but it discourages people from doing it willy nilly.
--
support@interactivetools.com
Re: [Donna] Limit the amount of content
By Dave - August 1, 2008
<?php echo htmlspecialchars($record['content']); ?>
interactivetools.com