StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-22-2011, 06:38 AM
zenessa zenessa is offline
Registered User
Genesis Member
 
Join Date: May 2009
Posts: 21
Default remove media library tab

Hi
I have opened up my blog to guest posting and am trying to set up contributor profiles and permissions and a dashboard with limited access.

So far I have achieved a limited dashboard using Adminimize
And have allowed the contributor role to upload files via the plugin capability manager

I would now like to hide the media library tab in the flash uploader, but cannot get this to work.

I found the following code listed on several tutorial sites that is supposed to go in the functions.php file to remove the media library tab

PHP Code:
function remove_medialibrary_tab($tabs) {
unset(
$tabs['library']);
return 
$tabs;
}
if(!
current_user_can('edit_others_posts')) add_filter('media_upload_tabs','remove_medialibrary_tab'); 
I tried that yet it made no difference. I am using “lifestyle” theme, could this mean I need to put the code somewhere else or try a completely different method.

thanks for any help

Vanessa

Last edited by CharlesClarkson; 07-22-2011 at 12:33 PM. Reason: Added PHP tags to PHP code.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Better way to upload images to Media Library? btickler General Discussion 2 06-18-2011 04:16 PM
Import Media Library yannibmbr General Discussion 5 03-21-2011 01:15 PM
Video Thumbnails from Media Library? Sejjr General Discussion 1 01-21-2010 03:10 AM
media library error message? lissa General Discussion 2 12-02-2008 07:08 PM


All times are GMT -5. The time now is 07:47 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.