When I submit a node and its status is "unpublished", I get a view of the node with a pink background (I guess the color depends on the theme) if I am an admin.
When I am not an admin and I am doing the same thing (submitting a node with status "unpublished") I am redirected to the front page with a message that my node was successfully submitted (and it was).
Is this by design ?
I would like to get the "view node in pink" feature for all editors of nodes, not just the admin.
I have created 5 pages, one of them is a root page (i.e. 'Information'), 4 others are detailed information on different topics. I've created menu items for all of them so that menu items for 4 info pages are childs of the menu item for the root page. Now, they are displayed in the block and root page item is collapsible as usual.
What I want is to display 4 tabs (LOCAL_MENU_ITEM) on the root page each of which will correspond to the child page and displays its content. The title will always be a title of the root page.
How can i create new form without having above given settings on the form. please help me if someone can.
i am using hook_form but it gets all the above given settings by default on the page. while i need a page without these settings and preview button. I tried much more but all in vain.