I want to make an e-commence plugin used only by admin and not accessible/visible to users.
So that they don't mess about or see private data.
How is it done?
I want to make an e-commence plugin used only by admin and not accessible/visible to users.
So that they don't mess about or see private data.
How is it done?
I use Filter-Plugin
http://wpmu.org/wordpress-mu-plugin-filter/
http://wpmudevorg.wordpress.com/project/Wordpress-MU-Plugin-Filter
it's as easy as just putting "SiteAdminOnly" in the Plugin Name: section of the plugin
Thanks I want to use wp-e-commerce plugin, When you say plugin name,do I just rename the folder SiteAdminOnly or what?
well, instead of modifying the plugins you could use plugin commander.
otherwise I noticed gp01 asked for admin not site admin... if you want to restrict to side admin plugin commander or the above mentioned plugin might help, if you are talking about admin I don't know how to make that...
@gp01: you "edit" the plugin, open it with an editor then change the plugin name like explained and it'll work...
btw. I bet your next question will be which file to edit, right? :-)
@Ovidiu - i did all this and the plugins are hidden in the plugin pages in the footer. however, they are still visible when the user clicks on the "settings" tab. they appear on the top horizontal bar. how do i hide them?
Are you sure that it is still visible? Have you logged in AS USER and checked?
Which method is better Filter-Plugin or plugin commander?
I prefer plugi ncommander as you don't have to edit the plugins as that means editing the plugins each time a new version comes out. But thats just my personal preference.
I prefer plugin commander :)