Icons are not shown on some pages after activating clear URL.
It is quite interesting that the image path is same before & after Clear URL..
It seems to be happening due to some tag missalignment.
It's really a pipe-dream, considering how deeply ingrained the present architecture is in the very core of Drupal.
But looking a bit more closely, there already is a kind of pseudo-object-orientation in the architecture: Function names are prefixed with category names (module name, theme name, "drupal_"), similar to static member functions of a class. Nodes are handled as objects already, it seems.
So the only real disadvantages (apart from changing all the code) would be:
I have just upgraded to v. 5
My problem is that when I for example write an article, in the menu below. These are suppose to be link tha expand when i click them, but it seemed they arent linked?
How can I check whether user is allowed to logout (close session) or not? In my project I have operators and messages (CCK nodes) assigned to them. I need to create a specific logic - something like 'operator may not close session until he specify _something_ in all his assigned messages'.
I found that user 'logout' hook will not help because it is called after the logout is already performed (just like login hook).