See the Mailing lists or Drupal Issue queue. There are also various working groups on groups.drupal.org

statistics not working on some node type

Hi there,
Do you know if the core statistics module allow some node type to be excluded from being logged ?

Since a few days, one of my CCK node type doesn't seem to execute statistics_exit() anymore, and I just can't figure out why !

I use a custom theme using a node-mycck_theme_name.tpl.php file, and everything works fine except that stats are not recorded anymore.

I search in all administration pages, google & drupal search, but couldn't find where this could come from... :-(

_Any_ ideas welcome...

Ahah enable menu path callbacks

Okay so I have a question.

Suppose I have a MENU_CALLBACK that is intended to be called via an Ajax call from client side JavaScript. Using Drupal 6.x's new menu system, how can I ensure that only the html/data produced by my callback is the only thing sent back to the browser after a request from the browser has been processed server side? It looks like I have to print the output myself from my callback, and then exit() from Drupal.

Menu Link to Selected Exposed Filter, problem???

Fof Example I have exposed filter with several values.
When i selected some value("ZM") I have a link:
http://localhost/property_view?filter0=ZM
I need to add this link path into menu.

path "/property_view?filter0=ZM" doesn't work. Page Forbidden.
But full path http://localhost/property_view?filter0=ZM works (I think it works as external), but this is bad way.

I also have problem with code:

Theming a Menu

Hello.

Is it possible to exclusively implement a theme/style for a particular menu?

Thanks.
Pol

Where can I modify the date variable of a node?

Hello
I tried to add in my node page the date variable but the thing is that I want to add only the date that the node had created and not the date which had update.
Where can I modify the date variable ?

Thank you.

I would like some help on how to make something like a sitetree

Hello
I have a menu witch haves 2 levels of submenus (for example menu>submenu>submenu2).
I want to create a page for the main menu which will have a list with the submenus and submenus2.
Do you have any idea how can I do this ?

Also I want to find a way to hide the submenu2 in the left_sidebar menu?

Please help
Thank you

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core