Resources

My Agape try

Your Agape try


Support Forum

You must be logged in to post Login Register

Search 
Search Forums:


 




FAQs permissions

UserPost

2:12 am
April 15, 2011


univit

New Member

posts 1

1

Hi, Love the plugin but having an issue with FAQs. I'm using the Q and A FAQ plugin and as soon as I activate it, I get options within the Role Scoper Roles (Advanced) page to switch various FAQ settings on. I have set everything which I believe I need to but when I go to an FAQ category or FAQ itself there does not seem to be any option to assign permissions to one of my groups. How do I actually set permissions for a particular Group to a particular FAQ category or FAQ? Thanks

11:59 am
April 19, 2011


Kevin

Admin

posts 2503

2

See the note in Roles > Options > Realm > Post Type Usage > "problems with types / taxonomies?"

NOTE: If your custom Taxonomies or Post Types are not shown above, they are not being defined properly. Try a different taxonomy/post type plugin. If they are displayed but cannot be enabled/disabled, they may be defined too late in the WordPress initialization sequence. If you use your own registration calls, hook them to the init action with a priority of 1 or 2. Otherwise, force Role Scoper to initialize later (and possibly break compatibility with other plugins) by adding this to wp-config.php, ABOVE the "stop editing" line:

define( 'SCOPER_LATE_INIT', true );

12:01 pm
April 19, 2011


Kevin

Admin

posts 2503

3

If you prefer to modify the FAQ code…

change:

add_action( 'init', 'create_qa_post_types' );

to:

add_action( 'init', 'create_qa_post_types', 1 );

About the Agapetry forum

Currently Online:

16 Guests

Maximum Online: 150

Forums:

Groups: 2

Forums: 7

Topics: 1246

Posts: 5654

Members:

There are 1257 members

There are 1 guests


Kevin has made 2503 posts

Top Posters:

metal450 - 178

Ragnar - 108

YikYak - 70

whiteorb - 49

Daisy - 35

Administrator: Kevin | Moderators: Kevin