homemade plugin permissions problem
-
Can’t find a headline queue plugin so writing my own.
(as per a tutorial) got the plugin appearing in Settings menu.
No other problems with other pages from same menu. Changed all the directory and file permissions to wide open. Looking for a blank page and I get:“You do not have sufficient permissions to access this page.”
—- homebrew wp_headqueue.php code
function headqueue_admin_actions() {
add_options_page(“Headline Queue”, “Headline Queue”, 1, “Headline Queue”, “headqueue_admin”);add_action(‘admin_menu’, ‘headqueue_admin_actions’);
———
thanks for any ideas (or if you know of a headline queuing plugin (like Drupal nodequeue please let me know ;_>)
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘homemade plugin permissions problem’ is closed to new replies.