Nico Knoll Posted July 30, 2013 Share Posted July 30, 2013 Hey, is there a way to render the PageList manually in the backend? Something like: $modules->get('PageList')->render(); / Nico Link to comment Share on other sites More sharing options...
adrian Posted July 30, 2013 Share Posted July 30, 2013 I haven't tested, but does this help: http://processwire.com/talk/topic/1272-new-page-nav-in-admin/?p=11276 $pl = $this->modules->get("ProcessPageList"); $pl->set('id',1001); // or any other parent page return $pl->execute(); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now