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 enabled the avatar gallery module, but when i click on ' see avatar gallery' the following error comes up -
* warning: Invalid argument supplied for foreach() in D:\local\xampp\htdocs\drupal5\modules\avatar_gallery\avatar_gallery.module on line 291.
* warning: Invalid argument supplied for foreach() in D:\local\xampp\htdocs\drupal5\modules\avatar_gallery\avatar_gallery.module on line 291.
also i cant see any pictures in the avatar gallery block.
i need the user to be able to see his/her own purchasing history. meaning that the user could see what they bought before. i thought i could do this using views but the purchases are not seen in the fields and filters. :( thanks. :p
Hi there! I'm new to Drupal after lots of experience with CMS commercially (not in PHP) as well as a hand-rolled system (written in PHP). I am working on a site for a non-profit group now and I am very impressed with the wealth of resources and tools here with Drupal. Thanks to all those who have dedicated so much to it.
For the past few weeks, I been trying to place a chatroom on my Drupal site. Can anyone help me? Is there anything that works? I tried the chatbox, chatroom, and even PhPFreechat. It's vital that I have a chatroom on my site. Please help. I'm using Drupal 5.X
I'm writing a custom module that consists of a few form fields and a submit buttion. I'd like to pass the results of the fields to a cgi script and have the output displayed in a new window. Can someone give me a hint as to how to do that? I've yet to figure out what hook is called when the submit button is pressed, if there is one and I can't figure out how to then open a new window using a specific url. I have figured out how to display the form in a block! :)