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 want each of my users to get their own image gallery. They can create multiple gallerys and people can view their gallerys from their profile page.
I am using a few modules to upload images into articles and these images are available to users as well for some reason. Which modules should I use that will seperate the websites images from their images.
Also, is there a way for users to trade images? Like push an image to another users inbox?
I've installed drupal 4.7.3 and subscriptions.module.
But Drupal's mail function has problems sending messages with cyrillic letters in the subject field. I receive following message:
warning: mail(): Bad parameters to mail() function, mail not sent. in /www/example.com/www/root/drupal47/modules/user.module on line 410.
So i need to change the default text of the subject to only non-cyrillic letters.
When I try to configure any content type I now get this message:
Fatal error: Cannot pass parameter 1 by reference in /home/ourworld/public_html/drupal/sites/default/modules/ecommerce/product/product.module on line 426
When I disable ecommerce it is fine. Obviously, I've done something wrong. Any ideas?
When i post video with a t/nail the I get two content entries 1 video with thumbnail and 1 image post.
Have I missed something in setting up/enabling modules.
I have decided to use taxonomy to create the structure of a new website.
It is mostly a brochureware, but with some dynamic content here and there. For example, I have a might have a "about us" section, with a list of subpages, with one of them being a list of useful links. So I cannot really use a book, as then I cannot dynamically display all the links in that useful link page.