I am building my own simple custom theme with drupal 6. For some reason I cannot get the dropdown menus to function. In my nav region in my page.tpl.php file I placed the following code:
I can't seem to get a page to serve all the content and cannot for the life of me work out why. I have a product page and when it serves, it leaves the rest of the page out and only serves the data from here:
node-product.tpl.php
So all my headers, navs etc are missing. Does anyone know where the main page is served in from? I thought it was the:
page.tpl.php
This is really baffling. I have the following files in my theme:
I searched drupal.org for handwriting, but could not find anything relevant.
I've been pushing Drupal for a project, but there's a handwriting requirement that Drupal does not seem able to meet, so it looks like we may have to go to InfoPoint, SharePoint, etc.
Can anyone tell me: is there a Drupal module that would support handwriting on a platform that supports it? Recognition / conversion to text not required - just capture, store and retrieve. If there is no such module, how hard would it be to create one?
I am a beginner Drupal user, and extremely new to coding etc. I am creating a custom report from Views and need to list an attribute that I created. The ultimate goal is to create shipping info with a combined product listing of what is in the shipments, so the packers can just pack the bags via the label. I am going to export the report to a csv file and then have UPS Worldship fetch the file to auto generate the labels.
I have a web form with my own style in html file.I converted that html file as a drupal7 template. now i want to add that webforum without changing its styles, as a node.Because i have lots of pages and some of pages should not show that webforum.how to crate web forum as a node in drupal7 without changing its styles?