I'm working in an admin area of my web site. On this page of my web site: http://www.example.com/?q=node/add I see my menu items to create content on the left. Then in the body of the page I have
create content
Choose the appropriate item from the list:
I tried this method http://drupal.org/node/43888#comment-81687 and managed to get read more out of there, but could not get the others out so I can place them differently. Im not very good with PHP so if anyone can help me out I would greatly appreciate it.
Even suggesting a different method would be great as long as I can move those things around.
I've got a group that's spread out across the US and so I need to display timezones with events. I have flexinode events and have a flexinode-n.tpl.php file to show the content.
I have Drupal 4.7.2 and I tried to change the look of the menu.
I found out that, as far as I understand it, every link in the menu has a $mid.
The menu is sorted by these $mid
something like this:
1.
1.1
2.
2.1
I also have a function "menu_get_active_item()", which propably gives me the link, where I'm, so that it can be marked by css.
I have a flexinode for a newsletter that I created where I don't want to display the node title, rather I would like the user to create a custom title. Will node.tpl.php control that? If so, can I modify node.tpl.php to not show titles for a specific flexinode?
In node.tpl.php I have this, but I must have the syntax wrong because I can still see the title.