Editing existing content
Permalink 1 user found helpful
Hello,
I would like to know if is possible to edit existing content with c5?
I mean i have an unordered list for example:
<ul>
<li>Item - 01</li>
<li>Item - 02</li>
<li>Item - 03</li>
<li>Item - 04</li>
</ul>
Client just have to edit *Item - 01* and so on.
By doing this without entering html code in editor. When they click to edit button they just have to see Item text, not an text with html code.
I hope i explain enough :)
Thank you anybody who can answer this.
I would like to know if is possible to edit existing content with c5?
I mean i have an unordered list for example:
<ul>
<li>Item - 01</li>
<li>Item - 02</li>
<li>Item - 03</li>
<li>Item - 04</li>
</ul>
Client just have to edit *Item - 01* and so on.
By doing this without entering html code in editor. When they click to edit button they just have to see Item text, not an text with html code.
I hope i explain enough :)
Thank you anybody who can answer this.
well, you could go into the theme and enclose the editable content in <li> tags- I don't know whether you could duplicate it but worst case you would end up with a lot of editable areas - ex. "click to add content to item 01" "click to add content to item 02" and so on, but I think it will duplicate. have never tried this myself though.
Yes it worked. How come i couldn't think about it :)
But they can mess around with adding blocks. Is there anyway to limit adding blocks?
Thank you for your reply, i really appricated.
But they can mess around with adding blocks. Is there anyway to limit adding blocks?
Thank you for your reply, i really appricated.
There might be something for this in advanced permissions, Which you can enable by adding
to config/site.php more on advanced permissions is here:http://www.concrete5.org/community/forums/customizing_c5/advanced_p...
Also, would you mind marking my answer as helpful? It let others know this has been solved and no more help is needed
define('PERMISSIONS_MODEL', 'advanced');
Also, would you mind marking my answer as helpful? It let others know this has been solved and no more help is needed
Thank you for your quick reply. I will check it later that one.
Now im facing with encoding problem. Do you know how to change that option?
Now im facing with encoding problem. Do you know how to change that option?
What do you mean encoding problem?
I mean im using turkish characters like: ü,ğ,ş,ı etc.
I have done something but still no success
I have done something but still no success
Change database encoding to Unicode Turkish from cpanel and then change app char to iso-8859-9 i
Thank you for your reply. Everything works perfect now.
No problem