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 trying to post images to my Drupal blog from Flickr, but I'm not getting the images to show up. The "Blog This" from a picture in my Flickr account works, but only puts a link in place instead of the image. Any suggestions on how to get pictures to show up?
I run a local niche site and almost all the members will be using the same ISP (namely NTL). Unfortunately Drupal is recording the proxy address and not the real IP so all entries, regardless of user, are 213.105.224.15 which is our local hub.
This means annon members cannot vote and i cannot obtain log information on a member if the needs to ban on an IP level are needed.
Is there a solution to this ? I'm running the latest 4.7.2.
In some feed readers the articles linked with double path: http://site.com/taxonomy/node/taxonomy/node
instead of correctly as: http://site.com/taxonomy/node
I found this issue with no apparent resolution, but I don't think it is related.
I have a project that I'm working on that is almost complete, but I'm not happy with a choice I felt I had to make that involved a small hack to user.module.
I extended the SQL query to include some custom fields I had added (long story, but profile.module wasn't appropriate).
all of my CRUD actions are located in a custom module, and it's working fine, but I couldn't figure out how to to extend user_search/hook_search so that I could just replace the default SQL with my custom SQL.