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 create 2 Popurls-like blocks of image thumbnails, one for for most popular and one for recent images.
Can someone give me guidance in making a module that creates a block of cropped thumbnail images that link to the relevant full nodes (crop and resize to say 100x100px, not just the default image resize...so there would be no whitespace in the final cropped thumbnail)?
See http://www.popurls.com to get a sense of what I mean. It's basically a grid layout of square thumbnails from Flickr.
I have a theme-question about img_assist module.
When I run drupal with my selfcreated theme and click on the img_assist button to add an image to some content, the whole layout of the img_assist is screwed...
When I run my drupal installation with the standard bluemarine template, the img_assist layout (when clicking on the img_assist button) is perfect.
now for my question: is it possible to say that the popup that comes up after clicking the img_assist button must use the bluemarine theme instead of the currently active theme?
I'm using the video.module with the option to include a thumbail selected as well in my modules... (video_image Enable thumbnails support for video module.)
I want to submit a video (create content-> video) and select a thumbnail to go with it
when I click "preview" it already posts this image to my frontpage...
When I submit the video , the video + image is submitted to my frontpage, so I get two times the same image below eachother on my frontpage
Thanks for this module! As writing nearly all my articles in MS Words I regularly use Footnotes in my articles, which so far hasn’t been able to convert and use in Drupal.
As I use TinyMCE and it’s function to import MS Word documents in a fairly proper way, I wonder if the Footnotes module could be used in combination with TinyMCE?
I have a bookpage with many child page (30 page) and when i browse to this book it display a long list. I want to display limit 10 childpage in a bookpage. How can i do that? anybody help me please?
Manythanks
I'm trying to change the default "read more" link that is displayed at the bottom of trimmed posts. I searched the full sourcecode of my Drupal installation and didn't find "read more" or the alt text that displays when you hover over a "read more" link anywhere.
This leads me to think that this particular string is located in the DB somewhere?
I tried to implement a module made up of code from this page. But it didn't seem to work.