Sub Pages
Posted: Sun Aug 04, 2013 11:59 pm
Function/s:
- Hierarchical Pages - Similar to current pages.
- Separate permission to add/edit/delete from standard pages
- Exist' under an existing page, ie: *.com/standardpage/hierarchical/
- Can have a number of pagelist - Different hierarchy list for things like "Manual" or "About" which the Developer could set.
- Integrate with TinyMCEs CMS Page Link
- Set Template Permission
Reason:
Sometimes you need a bunch of pages that the user can create, edit and link to at their own discretion. But you can't give them full access to other pages because they'll probably break the site.
Constantly having to fix their (accidental) mistakes or create a page for them to edit would be a pain.
Smarty:
Could use...
{Pagelist list="manual"} - For embedding a pagelist named 'manual'
{Pagelist menufor="manual" mtemplate="sample"} - For embedding a menu based on specified pagelist, has its own template control.
Ideally; something like this already exist' and I'm just terrible at figuring out what forge modules actually do.
- Hierarchical Pages - Similar to current pages.
- Separate permission to add/edit/delete from standard pages
- Exist' under an existing page, ie: *.com/standardpage/hierarchical/
- Can have a number of pagelist - Different hierarchy list for things like "Manual" or "About" which the Developer could set.
- Integrate with TinyMCEs CMS Page Link
- Set Template Permission
Reason:
Sometimes you need a bunch of pages that the user can create, edit and link to at their own discretion. But you can't give them full access to other pages because they'll probably break the site.
Constantly having to fix their (accidental) mistakes or create a page for them to edit would be a pain.
Smarty:
Could use...
{Pagelist list="manual"} - For embedding a pagelist named 'manual'
{Pagelist menufor="manual" mtemplate="sample"} - For embedding a menu based on specified pagelist, has its own template control.
Ideally; something like this already exist' and I'm just terrible at figuring out what forge modules actually do.