This forum is for assistance with theme development.

unable to apply theme in drupal 6.x

hello drupal Team,

I am a new user in drupal and i really stuck with theming , i applied the following code for theme implemenatation, but its not working, plz check the code and let me know.where i am doing mistake.

function homecontroller_menu() {
$items['home'] = array(
'title' => 'Home Page',
'page callback' => 'homecontroller_home',
'type' => MENU_CALLBACK,
);

return $items;
}

help me in template customization

hi friends,
i am new to drupal..so sorry at first itself if this is not the right place to post this topic? i want to start with a custom template. i am wasting a lot of time now on this....can u please give me the steps in simple way to add a custom template for drupal6.x.

Right Sidebar issues in IE on zen sub-theme

First off check out the problem here >> http://bagwelloffice.techcenterboise.com

If the problem is that the right sidebar is showing up on top of the content.

HAML / SASS Drupal Theme - How to start it?

Hi,

im thinking about making a SASS theme for drupal, but im still quite new to SASS. If i was to convert the Zen theme CSS files into SASS, how would i name the files? styles.sass? or leave it as styles.css with the SASS coding in there? and if were to be .sass, how do you link them?

thanks

Drupal 6 - Clarification on views arguments?

So, I have a page setup under my view with the path: blog
I want to create two other pages, each of which will accept arguments: blog/yyyymm (year, month) and blog/x (x = category)

Can I create both of these pages under the original view? And just have 3 pages for one view, or do I need to create a separate view for each page?

Trouble with CSS positioning and IE

Hi Folks,

I was hoping someone would take a look at my site in IE for me and see if you can make sense of this problem.

Pages

Subscribe with RSS Subscribe to RSS - Theme development