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.
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.
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 ?
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?