Search the Community
Showing results for tags 'processpagelist'.
-
Hi fellows I have a problem with one of my hooks in processwire 3. It's a hook which manipulates the processpagelist to only show the pages which are not editable and not addable. This works fine in 2.7.3 but in pw 3 it doesn't work 100%. When the first time the ProcessPageList is rendered the...
-
How can I change the NumChildren Label in the Tree? I am logged in as a custom user. I have an SitehelperModule where I hook in the "ProcessPageList::execute" and execute and custom Function like this which excludes all pages which the current user can't edit: And It works well, the current u...
- 1 reply
-
- tree
- ProcessPageList
-
(and 2 more)
Tagged with:
-
Hello! I'm new here and have a question: i want to force pages to stay at the bottom of the pagetree: I edit the ProcessPageListRenderJSON.php and it works. class ProcessPageListRenderJSON extends ProcessPageListRender { protected $systemIDs = array(); public function __construct(Page $...