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

WP3 Side Menu Issue #23

Open
benabus opened this issue Feb 11, 2011 · 0 comments
Open

WP3 Side Menu Issue #23

benabus opened this issue Feb 11, 2011 · 0 comments

Comments

@benabus
Copy link
Contributor

benabus commented Feb 11, 2011

on the dev install (http://rtvs92.rtv.indiana.edu/wp-admin) that uses Wordpress 3, on the left hand side menu, in the IPM Plugins sub-menu, a lot of the links don't work.

I fixed the slideshow manager by using

    add_submenu_page($myutils->main_page_path(), 'Slideshow Manager', 'Slideshow Manager', 7, ABSPATH.PLUGINDIR.'/ipm-wordpress-slideshow/wordpress_slideshow.php',  array(&$wp_slideshow, 'manage_slideshows'));

making sure that the 'slug' parameter (ABSPATH....) is a link to the actual plugin script.... Before it was just using "Slideshow Manager" as the slug which caused problems. I'm sure the other links have a similar problem. Will fix the rest next time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant