This forum is for assistance with theme development.

Theme for panels module??

I'm looking for a way to customize the page layout for the panel's page I created. I've created a new page by panels named "blogindex" and the url looks similar to this http://www.example.com/blogindex. Is there any way to customize that specific page only? something like creating another blogindex.tpl.php.

I'm using PHPTemplate Theme btw.

Thanks

question for the forms gurus

I'm playing with theming forms, and put the following in my theme's template.php file:

function mythemename_node_form($form) {		
  $output = form_render($form);
  return $output;
}

As I understand it, this should do nothing at all... my output form xhtml should be identical with or without the above code.

However, without this template.php function, my page structure goes like this:

What is a .tpl.php file

Hi,
I am new to drupal. i am not aware what are these .tpl.php files for?
By creating a new .tpl.php file how can it be invoked in a module.
For example I have found that by defining a profile.tpl.php within the current theme's directory , the profiles are displayed in a different way.

Is it predefined that if a .tpl.php file is created with the name module_xx.tpl.php then every time the module_xx is
invoked this file will be called?

is theming something that's done once or repeatedly?

Is theming something that is usually done once, or does it need a lot of continual upkeep as new modules are added?

is it easy to copy a theme from a site I like?

I see a site with theming that I like. Do I have enough info from the html source and the css files to sort of replicate? Is it fairly easy to copy a site, or is it hard?

expert themers - -might have a gig for ya

Hey - I've got a weird application I was building in flash -- had a builder spitting out xml, and a playback app playing back all these screens - but I'm thinking about switching it to drupal..

The basics are there are 2 types of screens - home and subscreen -- where

home screens
-- has 2- 8 'slices' where there's a different background img for each slice, multiple buttons per slice
subscreen
-- full background image
-- 1 - 3 columns of text with a translucent color over the background.

Pages

Subscribe with RSS Subscribe to RSS - Theme development