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 currently looking for a gallery module. I've found some in the modules section using the search but I wasn't able to find the one I'm looking for. I'm not even sure it already exists but maybe you can help me to find something. :-)
It would be nice if it could display the pictures like its done on pr0gramm.com or similar sites. To build kind of a closed wall of pictures. The ajax stuff on those sites is nice but not a must.
I'm trying to us the theme hook the style some checkboxes. I have used the form_alter hook to make some changes to the labels of each checkbox and now i would like to interact with the checkbox theme function to style the labels.
In the form array it says
#theme (String, 20 characters ) select_as_checkboxes
is this the function i need to override? And how do i do this? I tried stuff like
function mymodule_select_as_checkboxes()
Maybe it is very easy but after hours of search (and not that found as i aspected) i will try it with a post.
For a commerce site i have to import the products and news-articles from another system. The prefered way is to import it from a database table which contains all new products and news-articles i have to import.
I searched for a module (like feeds) that i could use for that, but all modules i have found could import an entity from rss, csv, aso but not from a database table.
I want a section where user with certain role will be able to access the uploaded files for that node in the one of the block section of the page
For which I have
1.Created a custom content type
2. Added a cck field to upload the files
3.Created a custom theme page to manage the content display
4.Created a block which will be accessed by user with specific role using authentication option of block
5.Created a view which will list the list of files associated with that node.
Looking for guidance on if I should us the module "Email Field CCK Module" or use default text field which changes txt to clickable link if html is selected in Drupal 7. I was trying to do some importing using feeds and it didn't recognize the field as an option to import to when using Email field, but that was not critical anyways. Any thoughts on which one is the best way to go about it as well as related future drupal upgrades and capability?