Hi!
Is it possible to reference container page from within PageTable for Inputfield Depencies purposes?
For example I have field called "First name" in a page inside a PageTable and I want that field to show on editor only if the template of the container page is certain type.
Thanks for greate module!
One proplem, in PW 2.5.2 after installing this I get 'Template "permission" is not allowed here.' error when adding new permissions.
Thank you, that fixes the problem and as mentioned PW 2.4 now delete those fields containing 1970's timestamp. Strangely though in PW version 2.3 those pages did not get unpublished but in 2.4 they did.
Something strange happened when I updated PW 2.3.0 -> 2.4.0. All pages got unpublished. When I looked to database all pages had these values 1970-01-01 02:00:00 in "field_publish_until" field. This may be something to do with datefield default values in PW 2.4...
Maybe you shoud change this <div id="site-headline" class="twelve columns alpha"> to this <div id="site-headline" class="eight columns alpha">
and add new div after that with class="four columns alpha" or something like that?
Hi,
I like to install my module like this $modules->get("MyModule");
This seems to work fine if I have clicked "check for new modules" link and the module is visible in modules admin tab.
If the module is not already visible there, module does not get installed. Is there a way around this?
Hi,
I need permissions for certain users that they can delete pages with certain templates and not with other kind of templates. They need to be able to edit these templates but not delete them. What would be the best way to achieve this or is this even possible?