hi everyone,
does anyone know how to style the submenus separately from the main menus?
for example, let's say i want my main menus to have white text on black background, but any submenus (fly-out menus) to be red text on green background.
Hey guys im trying to split the front page up so that it shows the content in the specific catagories. Right now i can get them to show almost, but i need to also be showing the actual term name or catagory name above the specific news... i know it can be done but the question is how... I also know it can be done with views but again how
hi everyone,
how would i be able to tell if a person who is viewing a given page (or node) is logged in to drupal? basically i want a page to act differently depending on whether or not the user is logged in, like:
if user_logged_in {
// execute code for logged in users
}
else {
// execute code for non-authenticated users
}
i couldn't find anything in the drupal api to do this with. any tips?
When folks are on the Services page, I want to create a dynamic menu that will print the children of that term. Right now if I try to print terms based on vocabulary, I get