Re: Forum create only available to certain members
Busy looking into that myself as im newb still Give me a shout if you find something, but should just be simple if else statement.
meh im being stupid, else {
wp_redirect( get_option(‘siteurl’) . ‘/about’);
instead of redirecting them ( wp_redirect ) you could just hide it in the same statement.
ignore the above, “being stupid”.. Just woke up.
check this out:
http://wpmu.org/how-to-show-or-hide-content-in-wordpress-wpmu-based-on-user-authentication-roles-and-capabilities/