Martin A. Posted June 12, 2009 Posted June 12, 2009 I'd like to request something similar like settings evalPHP for applications. As it is now, all apps with a public title is shown, no matter if the user has access to it or not. A field for raw PHP code could "solve" that. And, a checkbox to completely hide the application from the main navigation, allowing us to make UCP-only applications, and similar.$show = 1; if ( ! in_array( $this->memberData['member_group_id'], explode( ',', $this->settings['theseHaveAccessToIt'] ) ) { $show = 0; }
chasz Posted June 13, 2009 Posted June 13, 2009 well there needs to be a switch for the navigation! its getting crowded up there
teraßyte Posted June 13, 2009 Posted June 13, 2009 Indeed, if they are not going to add it I have already a mod for that in my todo list. (not to make applications show only in UCP anyway, only TAB visibility)
Martin A. Posted July 7, 2009 Author Posted July 7, 2009 Bumpy-bump! How about a class in coreExtensions.php, or a new file to handle this?
bfarber Posted July 7, 2009 Posted July 7, 2009 The applications system is brand new. We'll enhance it in the future, but probably not in our first bug fix update.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.