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'm using flickr_cck (4.7.x-1.x-dev) along with drupal 4.7 and latest 4.7 version of 'Flickr' module from CVS.
The "flickr photoset" widget works like a charm-- very impressive! But the badge widget is unresponsive to tags. That is, when I create a page with that widget on it and specify a tag to search for, the photos displayed are as though no tag at all was specified.
Any ideas what would be wrong? Is this known to work in 5.0 or with the 5.x version of flickr.module?
I'm trying to integrate with a php-based sign-up service we already have in place.
I need to programmatically create accounts for our existing users - and I need to fire some code with each new Drupal signup to create a matching code in the legacy system.
Is there a standard API in 5.x for adding users?
How can I fire some code with each Drupal signup?
Thanks,
Chad
note: I've just installed the actions and workflow modules guessing that they might help but haven't quite figured them out yet. ;)
My site seems to be laid out correctly, but when you switch to the calendar view in the event module, the logo on top and picture in the left sidebar do not appear. What could be causing this? Is there a seperate template that the Event module follows? Or is it unrelated to the module entirely? Help!
I'm developing a drupal site and I want the users to be limited to a predefined set of avatars, because of the usual reasons (obscene avatars, limited web space, etc...).
I tried Avatar Selection, but still I have either enable pictures giving the users the ability to upload their own or disable pictures completely, which returns me to square one.
Is there anyway to enable pictures and disable uploading pictures in the same time?
When I create a content, I got this error message "warning: mail() [function.mail]: SMTP server response: 501 Syntax error, parameters in command ........". But the contents are still created anyway. The problem is I can not edit those content which I have problem when creating. In my php.ini file, I am pretty sure smtp settings are correct, because I did receive emails from drupal website. Does anybody know what happended?