Jump to content

Raw PHP to be parsed while listing apps in navigation


Martin A.

Recommended Posts

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;

}
Link to comment
Share on other sites

  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...