Theme files weirdly cached, and refuse to refresh

I'm developing a Zen sub-theme for a site, and I'm having some really frustrating cache problems. It began when I uploaded a new version of a PNG image, and I still saw the old one even after I've cleared the cache several times in both Drupal and all of my browsers. I even tried to delete the image, and rename the "images" directory of my theme, and the old image would still show! If I append a query string to the image url, the newest file is displayed correctly.

Node twice in menu

Hello,

I've got a node which is 3 times in my main menu, each time with a different argument.
When I click the node, it's always the same item which get the active state.

How can I solve this problem?

Thanks in advance,

many to many relations

Here is what i got:

Content types: product, creator.
My problem is that:
- Creator can own multiple products.
- Single product can have multiple creators (collaborating).

Ok so I need many-to-many relations. Normaly I'd create a table like product_to_creator and store relations there. Since I'm using Drupal on this project I can't do that :)

I have looked everywhere but can't seem to find the solution. I'm thinking since many-to-many relations are very common - Drupal must have a solution for it. So if you have any ideas, please...

Check for empty database entry?

I have a query on D7 as follows:

  $result=db_query("SELECT pid FROM {profile} WHERE uid=".$user->uid);
  foreach ($result as $record) {
    $value=$record->pid;
    $curr_lesson=db_query("SELECT field_current_lesson_value FROM {field_data_field_current_lesson} WHERE entity_id=$value");
}

I get the following error:

GoDaddy stuck at version 7.0, so what's the best way to manually upgrade to 7.2?

Hi all, I want to host a drupal site on godaddy server, but their installer only gives you 7.0. Tech support there said this:

Unfortunately you would only have the ability to do a manual update at the moment. Each new release has to be reviewed and tested before it can be added to the Hosting Connection area for quick installation. However, I will pass your request on to our developers for review.

Tag list in Bartik Drupal 7 theme - how to change the way the Tag list is being presented?

How can I edit the way the Tag list is being presented?

Like can I change the code? Where is it?
Can I change the location on the page?

Gert
GWCheck

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x