Drupal is up and running but how do I ...?

Cache troubles

Another topic - might be very seriouse bug. In cache module (and even without)
To reproduce in 4.7:
a) With cache on
1) Enable localization and change default language to localized, after
it disable english.
2) Enable caching with 1-2 minutes reload time
3) Load server with more then 1000 rps
4) Pages appears with wrong BOM and unrendable for any browser

Image strategy - some help?

Hello everyone,

I'm having some problems designing a strategy for handling images on our site (Drupal 4.6), and I'm hoping some of you who have been down this road already might lend some insight from your experience. This is what I want to do (but can't seem to figure out how):

1. Give each user their own private image gallery (to show on their profile page)

  • Problem: image module apparently used to provide personal galleries, but no longer does. I thought about creating a module to automatically add new usernames to the gallery vocabulary structure, and automatically set proper permissions using the taxonomy access module, but with thousands of users, the taxonomy permission page would be huge. Looked at acidfree a little, but don't seem to see an easy way to resolve this with that module either.

2. Allow users to insert inline images into their posts(forums, blogs)

  • I'm thinking that images a user wants to include in a post should be stored in that users personal gallery. If so, solving the prior problem would be a prerequisite. Would you agree, or is another solution recommended?

3. Allow administrators to insert images (ilustrations) into their posts (articles)

  • Right now we're using image.module and image_assist to do this. The problem is that we've got all the images in the same gallery, which is becoming unwieldly. We'd also like to keep these images somewhere where they are not browseable by the public. That means some galleries need to be private, and others public. Any suggestions on best practices or how to achieve this?

Flickr blog

Hello

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?

Thanks

Proxy IP always shows instead of Real IP

OK this one is going to be a bit of a problem.

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.

Please help.

Double path in feeds

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.

Can anybody help please?

Customized User Search

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.

Any suggestions?

Pages

Subscribe with RSS Subscribe to RSS - Post installation