Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow screens/options/sections to be displayed based on conditionals #36

Open
BoweFrankema opened this issue Jul 26, 2012 · 0 comments
Open
Assignees

Comments

@BoweFrankema
Copy link
Contributor

Allow dashboard options, screens or sections to be shown based on conditions that have been set. Here's a basic example

[balance_buddypress_protect]
section = "buddypress"
title = "Private Community"
type = "radio"
field_options[] = "on=On"
field_options[] = "off=Off"
default_value = "off"

condition = "is_main_site"

This would allow a lot more flexibility especially in Multisite enviroments or 3rd Party plugins.

@ghost ghost assigned MrMaz Jul 26, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants