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 have a javascript that resizes an iframe. I put my iframe html code into the body of a page, and (for now) the javascript into the head of my page.tpl.php file. When I load the page with the iframe in it, the javascript doesn't run until I click the browser's refresh button. I've been reading about addLoadEvent but I don't know how I'd use it in this context.
I'm sure I saw a post which talked about this, but I can't for the life of me find it now.
On my site, all users will be automatically assigned a blog and be able to post. I want to create a list under "Blogs" (preferably to display in a menu or a block) of all users who have ever posted to their blog. I want the name of the users to be shown, and I want their names to link to their own blogs.
I'm completely stuck as to how to do this automatically. I have the views module installed, but I don't think you can configure this kind of list from it (please tell me I'm wrong).
I've got a 4.7 install running, and my 'lovely' users have started uploading large filesize images. I recall that there used to be a way of limiting the filesize in the image module, but can't find much in the way of info as to how to do this since 4.6....
Can I place an upload filesize limit within drupal?
I have the e-commerce module installed and running smoothly, I'm just wondering if there're any examples of showing listing of the products in categories, and different features (such as size/colour of clothing)
I finally managed to get Clean URLs working, then I discoverd most of the header images (and some other gfx) of my website www.meffect.nl is not shown anymore. When I switch back to non-clean URLs, the images are shown again.
Because of usability-reasons and SEO matters I really need to get clean URLs working properly.
Is the someone who has experienced the same behaviour? Or do you have a clou what can be wrong in my configuration?
Any help is appreciated, keep up the good work,
I'm trying to override the way the description element of each RSS item is put together. I want it to have the body text from the node in the description and any image referenced in an enclosure tag (example at the bottom). Drupal seems to produce quite messy rss with a lot of html tags, any way of getting rid of these?