Disabling Browse to Library in Media Upload Field

Disabling Browse to Library in Media Upload Field

I’m on d7.2 with the included Media Module. I’m also using WYSIWYG if that matters at all. I’m seeing that when a user clicks the image upload field, they have a choice of either ‘web’ or ‘library’. The Library option shows... read more
Disabling Browse to Library in Media Upload Field

Different bar colors for each poll choice?

I know how to change ALL of the bar colors – but how do I code it so each choice bar is a different color? I basically just need code to append the number to the “bar” class, so it would read “bar-1” , “bar-2” etc. read more
Disabling Browse to Library in Media Upload Field

How to hide a fieldset

I am trying to use hook_form_alter() to change the way a form is displayed. The form has 4 fieldsets and I only want to display one of them. How can I make these fieldsets invisible using hook_form_alter()? read more
Disabling Browse to Library in Media Upload Field

Select an Image style depending on external/dynamic factors (theme region or other field content)

I have a Bean (bundle that generates blocks) which I display in one of 2 different theme regions. Either in the header, or the footer. This Bean contains an Imagefield, which is rendered through an Image Style. I would like to be able to display the Image using a... read more
Disabling Browse to Library in Media Upload Field

Is adding indexes to a Drupal database safe?

I have been searching and reading about this, but I have not seen anything definitive about the topic of adding indexes to Drupal tables (both core and contrib). My main concern is what happens with any custom indexes when you update core or contrib code and there are... read more
Disabling Browse to Library in Media Upload Field

Blocks aren’t being assigned to a region

Is there any reason that these blocks wouldn’t be assigned to the regions specified? The only way I can get these to appear is to set them manually. Kinda defeats the purpose of defining a region in the first place. function custom_module_block_info() { $blocks... read more
Disabling Browse to Library in Media Upload Field

Views: List of recent months containing nodes

Using Drupal 7, views 7.x-3.0-beta3. I am trying to make a display containing a list of links which direct users to an archive page containing posts of that month (eg. all news messages posted in march 2011). Tried to solve this with a contextual filter ‘Created... read more