Can I disallow drupal from caching node.tpl.php?
Like I posted earlier;
In my node.tpl.php I take control from ubercart's product content type(i.e. a node) if a certain field(which i introduced) is active.
This poses certain problems, those being
:-
Once the field is activated via manual query update in node.tpl.php the display in node.tpl.php doesn't change until the drupal cache is cleared. This ALL HAPPENS WHILE DRUPAL CACHING IS TURNED OFF.
Now I have few questions :-
1) Is caching node.tpl.php for a single node's page echo part of drupal policy even if all sorts of caching are turned off?
2) If forceful caching of node.tpl.php is not a drupal bug rather a drupal feature ; how can I disable it preferably without having to alter the drupal core or there is no other way?
I will be glad to get any answer whatsoever. Throw in anything you think might concern the case.

I have somehow solved the
I have somehow solved the issue with cache_disable , node.tpl.php's results are not cached. However, I can feel the website slowing down now! In the near future I will definitely have to make my code work without altering the node.tpl.php for showing rapidly changing results/queries.
Ali Hammad Raza
WordsValley.org
_
Please don't post duplicate threads. I've deleted the dupe, thanks.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
no hard feelings
no hard feelings
Ali Hammad Raza
WordsValley.org