I need to build some system that shows datas of product 'idproduct' when I type something like: drupalsite/products/productid
Products datas are stored externally from Drupal.
I've actually done a module that render a page with game's data but I can't change the title because it's cached by menu 'MENU_CALLBACK'.
Is this (using menu callback) the right way to do this type of content?
hello,
when i create a custom menu item (or a existing menu item) with 'admin' as parent, drupal show it for all users.
i want to show it only in admin context.
Having an odd occurance with my site. I've got short URLs enabled, which work fine throughout the site, except... when anyone returns to the home page. At this point the session id appears to get dropped and the user is logged out. I'm a bit baffled, so any suggestions appreciated.
i am looking for a way that allows the admin to apply permissions at the object level (each individual post or article or page or story ) in a more detailed way.
For example, the admin will be able to create multiple viewers groups or roles (front end), add different users to each group or role, and be able to select stories, pages, or posts, articles, sections and categories that are viewable only to certain groups/roles.
when one publishes content (stories/posts), the admin will be able to select from a menu which group will be allowed to view it/access it.