The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
displaying only certain pages in backend menu - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: displaying only certain pages in backend menu (/showthread.php?tid=9581)



displaying only certain pages in backend menu - cobber - 2017-04-07

Am attempting to write a small plugin that only displays the pages that are assigned to a certain user.

Any ideas how I would filter the output on the 'pages' section on the backend?

Pages uses a function called
PHP Code:
get_pages_menu('','',0); 
wanted to be able to show only certain pages by filtering via providing specific parameters

Any help would be extremely appreciated