I'm having real problems trying to create a new menu for a new section on my website. I've just created a new section called "fantasy Football" and this needs to appear on the site with its own menu option - home, league table, registration, rules. this menu is different to the homepage menu. Please see the site here: www.blusource.co.uk new section called www.blusource.co.uk/fantasy-football
I have a number of field--field-whatever.tpl.php files that are all working fine when displaying a custom content type node. I have one that is attempting to display some content that I generate dynamically with the code in the tpl.php file. The content in MYFIELD in the node is NULL by design ie. nothing stored in the database at all. The code in field--field-MYFIELD.tpl.php is not running and I am thinking it is because there is no data and Drupal is assuming that nothing should be rendered.
Can anyone confirm this? I believe it is a limitation if that is so.
I would like to know how to make a custom login form for my landing page to get into my drupal website. I have posted an image below to show you what the login form looks like.
EDIT: Upon further investigation it seems this has something to do with my .css. Because by disabling it, I managed to get content to render. However, this is extremely strange as there are no issues with my static html version of the site. Is there some weird array render interaction with stylesheets that I'm unaware of?
Okay, so I've read the documentation, went through tutorials, and yet I'm still sitting here looking at a my basic html/css document with no content.
In my page.tpl.php I start straight from my tag and one of the elements is:
I use many of modules using javascript/css files, and many of these files called by first page (home), and I never use these modules in my home page .. so how can I prevent these files called in the home page???