This forum is for assistance with theme development.

with icons and only icons menu

hi. i want to make a menu with icons and another only icons. thanks.

How does the block visibility logic work?

I can configure Drupal so that it shows certain menus on pages that are "(section)*" and then on all pages whose URL are like "section/1" etc all show the menu.

This is really nice, but now I want to know how it processes the URL because on all pages that are "section/*" I want the body class to include "section" ......

Is this possible?

Menu problem

I'm trying to create a menu style but I'm having a little problem, hope someone can help.

I want to know if there is anyway I could put a PHP script on a onclick event. The menu is getting build in a php script

[code]
function dune_primary_links($title) {
$links = menu_primary_links();
$i = 1;

if ($links) {
foreach ($links as $link) {
if ($i == 1)
if ($title == "title")
$output .= '

' . $link . '

' . '

User Login and Admin Menu Help

Hi Id like to customize the User Login menu. Ive taken it off all pages except the homepage to make a nice minimal site. Id like to have the User and Password fields displaying inline across the top of my site (above the header and right of the logo). without the 'User Login' <h2> title, 'Create new account' or 'Request new password' links.

getting started

newb here. I'm sure this has been asked and answered several times across the life of this forum, but where's the best place (best set of resources/tutorials/whatever) to get started on theme development? (I have visited the handbooks.)
TIA

Adding my own styles

I only recently got into Drupal and am trying to build a site for which i have been supplied a design for.

The design has its own css file. Having added this to the site, it doesn't look as it should. E.g. The list tags look different. I assume this is as a result of the admin css styles causing a conflict.

What is the preferred way of adding your own style? Should i rename all mine to something unique?

Pages

Subscribe with RSS Subscribe to RSS - Theme development