Drupal 6.1 files being cached, even when cache is turned off

I have been working on a module for Drupal 6.1 and every time I change some code in the file, I have to go back to Administer > Site Configuration > Performance > Clear cached data.

I do NOT have caching turned on.
Caching mode: Disabled
Minimum cache lifetime:
Page compression: Disabled
Block cache: Disabled
Optimize CSS Files: Disabled
Optimize Javascript files: Disabled

Still, I am forced to clear cache with every little module code change. I am just playing with the example node module so it's very basic code. It looks like:

function mytestmodule_node_info() {
 return array(
       'mytestmodule' => array(
       'name' => t('Test'),
       'module' => 'mytestmodule',
       'description' => t("This is a test"),
       'help' => t("Help test"),
       'has_body' => FALSE,
       'title_label' => 'Name your test (for your reference)'
     )
}

The page that I am trying to see the change on is Create Content. I see there is a content type called "Test". Now, If I go into my code and change it to "Test2", and save the file, and I go back and reload the page, it still says "Test". I tried clearing my browser cache. Same. Tried logging out and back in. Same. Tried loading the page on a different browser, still says "Test".

Finally, I go into the "Clear cached data" in the Administer and finally it gets updated to Test2.

body tag unload and load

I need to use the unload and load events in the body tag.

Is there a suitable hook to enable me to do this?

eg., I want this ...

Hide taxonomy terms/tags in Chameleon?

Even though I use Drupal on day to day basis, I have very little experience in theming, except basic CSS stuff.

So, I've been dealing with this for couple of days now, and I still can't find solution - I want to hide taxonomy terms within Chameleon theme, rendering under all teasers and nodes - because they don't look very pretty and because of it is not necessary for me to use it since I plan to utilise Tagadelic module.

I would appreciate if someone would help me with this.

deleting...

hi
So I have a server, I downloaded drupal 5.7 I installed on my server, everything was ok
then I saw drupal 6.1 so I deleted whole folder drupal-5.7 (for ftp use total commander, and i use windows) and i upload drupal 6.1 but something was wrong and deleted this as well
my problem is now that i have on my server two folders:
1) drupal-5.7
2) drupal-6.1
and here is nothing there besides: sites/default/settings.php and I cannot delete this file, I cannot overwrite this file, i cannot touch it!

Inserting images into a post

Hello,

I would like to know how can I insert an image in a post's content without having to upload it using ftp software. I would like as well to create an automated thumbnail as well. I know tehre's such an option in wordpress, and I would like something like that.

Help Needed A newbie - How to align form elements in a single row

Hello,
I am new to Drupal , i am creating a new module in which i had a registration form created. When i insert form elements like the textbox, checkbox or radio buttons they all come in the next row. No two form elements come in same column. I am really confused.
Please help me to make to form elements come in single column.
Thanks

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x