This forum is for assistance with theme development.

How To add links to $submitted from node/edit?

i would like to be able to add links to the "submitted by" line of each node, by specifying it in node/edit.. what would be the best way to do that?

Mixing static defined menu items with items by taxonomy :)

Hi there,

I want to create a menu with items maden manualy by menu-module
(administer->site building->menus) and items from category (taxonomy).

I just got it to work, but with a huge problem: the taxonomy category
is listed in menu as parent-container so I get this:

MENU
#####
_ item a
_ item b
_ tax-categorie
____ item c
____ item d

what I want is:

MENU
#####
_ item a
_ item b
_ item c
_ item d

Additional css only on main page

I would like to have additional line in the head section of main page
<style type=„text/css“ media=„handhel­d“>@import „additional-css-vidible-only-on-mainpage.css“;</sty­le>

Any suggestion how can I do it?

Embedding Open type Fonts in Drupal (or TrueDoc)

Hello all

I'm having problems trying to embed an external font for my drupal site.. The font is Castellar... I managed to get the open type for this font through MS WEFT converter... and I get 2 files which I try to import from inside the page header in my theme...

Modyfication of main page

Hi, I would like to modify only my main page.
In the middle of the page I would like to have two blocks with some text (close to each other, not one under another) .

Is it possible somehow to disable the text "Welcome to your new Drupal website! " when there is no added content in the site (this will help me a lot, because then I will put only normal blocks in that place?

Could you give me some tips how can I do that?

drupal 6 theming help

I'm getting started on my first Drupal 6 theme, and am stuck with what I think is a trivial issue. I'd like to get the sidebar information (e.g. front, logged-in, sidebar-left, no-sidebar, etc).

I've tried:
<body<?php print phptemplate_body_class($left, $right); ?>>
(Same as 'Garland' theme.) Which just generates <body>.

Pages

Subscribe with RSS Subscribe to RSS - Theme development