This forum is for assistance with theme development.

Create a custom 'home', main or indexing page ...

Hi all,

I'm working on a 4.4/cvs theme on a 4.4/cvs core and want to be able to customise the display of the home page.

The specific effect I'm after is being able to display the first, say, 3 nodes (teasers) (ordered however) on a main page in one way - ie by one them method, then pass the rest to be displayed a different way.

In fact almost exactly as described in another post called 'Best way to fix nodes on a page'.

Modify Marvin Theme

I am working at a modified version of the Marvin theme. I am now interested in changing the background color of block titles, but I cannot find how. Could anybody help please?

chameleon versus xtemplate ?

I’m writing a new template and wonder if I should base it on chameleon or xtemplate?

So in general, what are the pros and cons between these two template systems?

 

FYI: The only thing the site needs special are taxonomy icons and maybe a gallery.  And myself I am a very capable programmer and only so-so designer.

ADC theme node display problem fix

I love the ADC theme, but with IE6 it seems to display the first node on a multi-node listing page incorrectly, with the left side open and the bottom not closing until the columns on either side were done (hard to explain the effect).

in any case, the fix was a simple change to the CSS file:

1) Open adc.css in a text editor

2) Find ".nodeLinks { font-size: 80%; clear: both; }"
(Without quotes)

3) Change it to:
".nodeLinks { font-size: 80%; /* clear: both; */}"
(Without quotes)

can themes still output HTTP headers ?

I'm updating our theme to the new 4.4/cvs architecture ... it's a mish mash of print and echo statements together with raw HTML.

Converting the functions to only return makes sense .. except one of the things our current header function is doing is calling the php header() to output raw HTTP headers, something like

New Template: Pushbutton

I'm developing a new theme for Drupal called Pushbutton.

It's a 'hybrid' design, which means it's standards compliant (XHTML 1.0 Transitional), is backwards compatible with older browsers, and complies with accessibility guidelines (Section 508 and WCAG Priority 1).

I need to test this baby in as many browsers, systems, and devices as possible.

Pages

Subscribe with RSS Subscribe to RSS - Theme development