This forum is for assistance with theme development.

burnt theme puts horizontal bars between each paragraph

Does anyone have advice for getting rid of the horizontal lines between each paragraph in a book node when using the Burnt 4.6 theme? Here is an example on the Community Case Studies website.

rounded corner box

Hey,

i want to know how to make a rounded box but i know how to do it with no border so just colour but how would i do something like the grey box showing the releases of drupal on the homepage?

i need it dynamic widths exactly like the drupal homepage one.

what is the css and html for it?

dave.

Valign and SpreadFireFox theme

I am using Drupal 4.7 and the SpreadFireFox theme. I cannot get my table data to vertically align. I have set the

tag with valign="middle" and all my text still stays at the top of the cell. I have not noticed this with any other theme. Any thoughts?

Thanks,

Chris

SpreadFireFox Theme and Menus

I am creating new menus within Drupal 4.7 using the SpreadFireFox theme. I want the menus to be placed within their own block that has the same style as the User Block (with the rounded corners, background color, etc). How can I do this?

Thanks,

Chris

Display Alternative Theme based on Role (template.php)

I was wondering if anyone has been able to setup alternative themes based on role?

I've tried with the following code (in my template.php):

   global $user;
   if (in_array('Author/Staff Writer',$user->roles) or $user->uid=='1') {
      $vars['template_file'] = 'page-admin';
  }

In the code above, I'm determining if an author or administrator is logged in, and if so display the admin theme.
Unfortunately, it only works for admins and not for those logged in as users under the 'Staff Writter' role.

multiflex and flatforum template.php

How do i merge multiflex and flatforum template.php file's.
If i just c/p the code from flatforum template.php, into multiflex template.php, i get an error, that says Fatal error: Cannot redeclare _phptemplate_variables() (previously declared in .

Kims

Pages

Subscribe with RSS Subscribe to RSS - Theme development