Page Type Or Block Type?
Permalink
Let's say I'm creating a 'Contact Us' page, and want to allow only a small portion of it to be managed by my client (the address), is it best for me to create a new page type, hard code the HTML for the contact us content area, and just code in an "area" (ie: $a = new Area('address');), or should I be doing it a different way?
Another example could be an about us page. Let's say I only want the user to be able to update half of the content (but I want the title, fonts, etc to stay the same); should I create a new page type, or do it another way?
Another example could be an about us page. Let's say I only want the user to be able to update half of the content (but I want the title, fonts, etc to stay the same); should I create a new page type, or do it another way?
Have a look at advanced permissions and how to use them in these how-tos:
http://www.concrete5.org/documentation/how-tos/designers/using-adva...
http://www.concrete5.org/documentation/how-tos/editors/set-permissi...
To turn on advanced permissions you need to add the following in your 'config/site.php' file: