Custom menu update

Well, d’uh!!! My basic problem was that an Author is at Level 2. For some reason I thought it was higher. So, when I added the menu, I had to have the minimum level at 2. There is also the option to allow someone to have access based on their capability. Since I wanted this available for someone who can create post, I changed the level 2 to publish_posts. // mt_add_pages() is the sink function for the ‘admin_menu’ hook function mt_add_pages() { add_management_page(‘WP People’, ‘WP People’, ‘publish_posts’, ‘wp-people’,’wp_people_admin’); } // Insert the mt_add_pages() sink into the plugin hook list for Continue reading Custom menu update

WP People version 2.0 getting closer

I am getting closer to finishing the WP People version 2.0. I have the administration page work. I have the install and upgrade buttons working. I also have the post replacement part working. All that is left is putting the link on a different menu so that Authors can update their WP People. Also, I need to format the css for the popup display. So, after getting the install/update feature working, I figured out that only the Admin could see the WP People link on the User page. I figured this wasn’t good, because I setup WP People so that Continue reading WP People version 2.0 getting closer