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.

 
12345j replied on at Permalink Best Answer Reply
12345j
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.
Ventage replied on at Permalink Reply
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.
12345j replied on at Permalink Reply
12345j
There might be something for this in advanced permissions, Which you can enable by adding
define('PERMISSIONS_MODEL', 'advanced');
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
Ventage replied on at Permalink Reply
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?
12345j replied on at Permalink Reply
12345j
What do you mean encoding problem?
Ventage replied on at Permalink Reply
I mean im using turkish characters like: ü,ğ,ş,ı etc.

I have done something but still no success
12345j replied on at Permalink Reply
12345j
Change database encoding to Unicode Turkish from cpanel and then change app char to iso-8859-9 i
Ventage replied on at Permalink Reply
Thank you for your reply. Everything works perfect now.
12345j replied on at Permalink Reply
12345j
No problem