The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
[addon] Page-list Tree for admin - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11) +--- Thread: [addon] Page-list Tree for admin (/showthread.php?tid=7361) |
[addon] Page-list Tree for admin - andy-man - 2015-06-25 I've got a lot of sub-pages on my site, and you know, it's a headache to access them (even with FILTER) So I wrote a simple script to add collapse/expand-functionality to page-list. All you need to open admin/pages.php, find this line: Code: <?php get_template('footer'); ?> Code: <style> RE: [addon] Page-list Tree for admin - Carlos - 2015-06-26 Very nice. And you can easily turn it into a plugin: PHP Code: <?php RE: [addon] Page-list Tree for admin - datiswous - 2015-06-26 This is great! RE: [addon] Page-list Tree for admin - Oleg06 - 2015-06-26 plugin works RE: [addon] Page-list Tree for admin - Tyblitz - 2015-06-29 Does this add the same feature as I18n does? RE: [addon] Page-list Tree for admin - datiswous - 2015-06-29 Yes, it seams, although i18n has fold, unfold, default state -buttons |