Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am trying to make a simple module to show a media block. I would like to take video or audio and allow users to upload one video and one audio file. The interface would be extremely simple, title, body, and media.
I have looked at a few modules but they all seem to be either extremely complex or support only video or only audio. I am using D 4.7 with a lot of custom code but I should be able to make any changes needed.
I have embedded gallery2 in my drupal, in admin i have activated blocks (left-side) so that i can see gallery navigation and that works good but if i click on Add Album or one of those functions, i still see my title "Gallery Navigation" and no actions links in the blocks. Those actions are now in subview and that's now good according to what i want.
Can you help me know how to keep actions links active in the left-side block no matter of what action is taken?
Hi there
I'm working on this video share site www.clipz.net .There is a custom content type that allow users to attach one file to each node. I need a proggresBar the let the user know the life is being uploaded (and not stuck.
There is a nice proggressBar attached to the "attach" button but I hided the attach button (CSS) since its double action on the user side - its the same as submit. there is no point in attach them submit if you only upload one file.
Drupal newbie here, starting to understand the concepts now so really seeing some big advantages of converting to Drupal. Just wondered if someone could spare me 5 to push me in the right direction with a module I would like to make :)
I am building a site which will be predominantly of images only. Now I can create nodes and start embedding imgaes in it but is there any better way ? I am sure there will be some modules which can cater my need far better and make the site more flexible.