Hi all.
I'm quite new to drupal, but I've managed to create something interesting with drupal.
Now I'm going to get rid of the Language block, and create my own in the header of my own theme.
The menus that are displayed on the top and bottom of the page are configured in administer > themes. Select the configure tab and scroll down to Menu Settings. The primary and secondary links can be defined here, using straight HTML. If the primary links are left blank your navigation will be created based on your installed modules.
yet no matter what theme I am on this does not seem to be an option. is this outdated?
HI there , i have installed the module taxonomy term,
right now i have some terms defined, and this calls up a certain theme.
each page has a term which falls on a certain theme
like this i can make sub sites in one site.
Now that i have the terms defind and make the pages, i get title of the page as page title on the site.
for instance i have the term "clean" and i make a page called "clean_main". I Get clean_main as title of the page.
i gave the page also a discription like : "Intro to the clean site."
Using the slash kin I am trying to get a right sidebar active. I was going to hand jam it in but I noticed on the page.tpl.php template that they already have
Okay, basic skinning issue I am running into just trying to get the quick and dirty bits down. I am using the slash theme but I am pretty sure this may apply across the board.
I am trying to make the header bar (with the logo) loose it's vertical height (I am embedding this within my normal site under the header so trying to buy some realestate here)
HTML wise it is expanded because there is a <br class="clear" /></div> at the end, causing the expanded header bar.
I read the page [found here: http://drupal.org/node/52389] about modifying Drupal themes but I'm having trouble creating a stand alone login/register page for my site. I'm new to this so I don't know if I am following the instructions incorrectly or if something was leftout because it's supposed to be obvious and I'm just clueless. I created the page-login.tpl.php file and added the code to the template.php file then placed them both into my site's theme folder, but it doesn't seem to be working.