This forum is for assistance with theme development.

How to make primary menu sublinks appear

I have a theme in development with the primary links appearing properly as list elements. Now, I want to add submenus for each top level menu points as nested list elements. I can add the menupoints to the system with the menu module, but they don't seem to appear with the code I have at the moment. How shall I modify the php template code to make the submenus appear?

Dropdown menu in friendselectric

Hi there!

I wanted to create a dropdown menu for the theme "friendselectric" instead of the primary links in the default version, so I can display multiple levels of menu items - do you have any idea how to achieve that?
It would be great if anyone could outline me the process.

Thank you very much!
Dominik

Poll module view on popup window.

Hi all. Help me.
Sry My english :)

I want [ poll module ] view on popup window. No blocks.

Thanks all ;)

How to determine in php if a user is logged in?

Hi, can someone tell me how to set up a conditional for if a visitor is logged in? I tried something like this, and it doesn't work for me:

<?php
global $user;
if (return (bool) $user->uid){
 echo 'logged in'; }
 else {
 echo 'logged out'; }
?>

I got this code from here: http://drupal.org/node/64854

Manji for 4.7 / 5.0?

Anybody out there willing to port Manji to 4.7 and 5.0? I spent a lot of time building a theme around the Manji base for 4.6 and now I'm left with no upgrade path.

Are there any others who also want to see this theme ported?

Thanks,
Nick

Taxonomy menu in a block

how i can put the taxonomy menu in a diferent block? i want a separate menu and dont see taxonomy therms in navigation menu.

Pages

Subscribe with RSS Subscribe to RSS - Theme development