Theme development

Events happening in the community are now at Drupal community events on www.drupal.org.

This is a special interest group dedicated to improving and expanding the Drupal theme system including theme functions and templates, CSS, markup, and how contrib modules add in their functions, CSS, and markup.

for example, we'll take stock of the location and number of CSS files and discuss if the architecture can be improved through emerging frameworks like Object Oriented CSS.

We will consider the questions "What do themers need from Core in terms of CSS? Module developers? SEO specialists?" and "What's new in CSS? What does Drupal support? What's the roadmap for CSS support?"

Zenko's picture

feedback needed for new company...

I have starting a Drupal theme design company which I hope to launch this upcoming year but I wanted to get some feedback and possible your experiences with buying themes, theme support, quality and so fort. Here are some topics to get our discussion started.

-For professional top quality themes what is the average price you would pay? (per theme and custom theme)
By top quality themes I mean those designs that follow web design procedures (professionally)
http://en.wikipedia.org/wiki/Web_design#Website_Planning

Read more
dboeke's picture

Drupal User Interface Guide for Creative Agencies

Is anyone aware of a good guide for creative agencies with regard to creating user interfaces/web site designs that are easly implemented with drupal?

Read more
hankpalan.com's picture

Voting and Reviews in Theme Categorization

As a preface, this discussion goes along with this wiki page over at the Drupal Redesign Group: Improve Theme Categorization

I've been pondering a voting and a review system for the themes for a while now. For many reasons really, but here is my quick conclusion: it won't work the way most voting systems work. Here is why...

Simply put the reason a voting and review system won't work easily is because of change.

Read more
hankpalan.com's picture

Allow customizing themes from the UI

I recently posted over here http://drupal.org/node/337797, about a different approach to themeing in Drupal. I wanted to get the opinion of this group, because it is comprised of everybody that would potential be using this concept.

I vote for really hammering out all the ideas, before beginning and not rushing this if you think this is a good idea, or at least the beginning of a good idea. So long story short, I'm thinking Drupal 8.

Read more
webchick's picture

Testing the theme system: how?

http://drupal.org/node/333060 is the perfect example of something completely tweaky that is likely to get broken in the future when some well-meaning person goes through here trying to "optimize" the flow of things. AKA, something we really ought to have automated tests for.

In order to write a proper test, we would need the following:
a) The ability to make hidden themes like we have hidden modules.
b) The ability to enable those themes even though they're not in the UI.

Read more
gvanhoof's picture

Selecting a theme for an online community

Hi there,

I have built my first site with Drupal and now need to select a theme. The site is an online community around social media and community management. Can anyone recommend me a few good themes that would be suitable for my site?

Thanks in advance,

Greg

Read more
dvessel's picture

Theme candidate for 7 core : 960 Grid System

This post is related to the project plan to get in a few new themes into Drupal 7 core. It will list some of the pros and cons of using the 960 Grid System. If you didn't know, it's what most might define as a "CSS framework". This specific framework was created by Nathan Smith. He states that it was started before Blueprint. I have mistaken it myself as a Blueprint derivative since it is a very similar system. But they both were inspired I believe by the same sources.

Read more
ngcoders's picture

JTemplate - Joomla templates on Drupal

Im working on a templating engine for drupal called Jtemplate. The basic idea is to allow joomla templates to run on Drupal (especially premium templates). The basic is done but now need more of the drupal templates to be rewritten for full integration.
Im looking for 1 - 2 people who would like to help me with its development, programmers only.
If you are interested you can read more about it at my blog , you can check a demo here Jtemplate Demo.

Read more
mattmm's picture

Theme maintenance page

Is there a how-to/guide/mod to apply a custom theme to the maintenance page? Any help would be appreciated.

Read more

Project Plan for a new default Drupal 7 theme

The initial project plan is based on the one from Angie (webchick), our illustrious D7 maintainer, on http://drupal.org/node/293540#comment-1076165

Before modifying this project plan, please first read the discussion about this plan below.

Read more
markus_petrux's picture

Font families for the web

Hi,

I'm trying to compile a set of CSS classes for using in WYSIWYG editors to let users choose different fonts, but these classes would have to be as cross-browser / cross-platform as possible.

Here's a site with lots of information about this subject:

http://www.codestyle.org/css/font-family/index.shtml

And here's what I have compiled to date:


.font-arial {
font-family: Arial, Helvetica, sans-serif;
}
.font-lucida {
font-family: "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
}
.font-tahoma {
font-family: Tahoma, sans-serif;
}

Read more
Brian294's picture

Looking for Good Resources for Drupal 6 Themes

Hey Theme Gurus,
I'm a theme newbie looking for good how-to resources for the theme engine in Drupal 6. I'm just starting to learn PHP, but I've been web programming with other modern OO languages for the past 10 years. I've hacked around with some of the themes freely available on drupal.org to try to learn it myself, but it's proving to be a little overwhelming.

Read more

Theme system improvements

Chris Charlton's picture

CS4 Party site launched with Zen Theme

Earlier this week I launched http://cs4party.com to promote the celebration our Los Angeles Adobe User Groups are holding for Adobe. I used Strata 3D, exported to H.264 video which I converted to FLV with Flash CS3, and made a SWF header to play and loop the FLV video. Zen was used entirely, so I have a cs4party sub-zen-theme that is literally my first public Zen theme, ever. FYI, the site is Drupal 6.

http://cs4party.com

Read more
Bèr Kessels's picture

Theme Configuration options are

..really nice. They allow me to build a theme that I can alter from Drupals admin area.
45% (10 votes)
...quite alright. But I use only the core settings in my themes.
23% (5 votes)
...nice. I extend them all the time.
0% (0 votes)
...a thing I always forget. In my theme toggling "search box" has no result at all.
5% (1 vote)
...a feature I could do without. When I build my HTML I decide what to print; and when that changes, I change my HTML.
27% (6 votes)
Total votes: 22
cuxi's picture

Which i can use theme?

I only can layout frontpage. I a newbie drupal. i want a theme like image blow:
http://timbandocthan.com/timbandocthan.jpg
I use drupal 5.x . I try use a few theme framework.. but i can't modify like theme in images.
Can you help me?

Read more
davidwebguy's picture

Lists or Portfolios of Good E commerce / Ubercart Themes?

Does anyone know of any place to get free or paid e commerce themes? I'd like to have a list of "templates" so to speak to show people who are interested in doing e commerce with drupal and ubercart.

Thanks!

Read more
Etanol's picture

How much of the theme development time do you spend solving problems in Internet Explorer 6 (IE6 rendering bugs)?

< 5% of total time spent converting theme project to drupal theme
18% (8 votes)
5-10% of total time spent converting theme project to drupal theme
36% (16 votes)
10-20% of total time spent converting theme project to drupal theme
14% (6 votes)
20-30% of total time spent converting theme project to drupal theme
23% (10 votes)
> 30% of total time spent converting theme project to drupal theme
9% (4 votes)
Total votes: 44
webchick's picture

Workflow for engaging designers/themers in core patch reviews?

At Drupalcon Szeged, I had some discussions with the documentation team and the usability team regarding workflow for getting their feedback injected early into the core development process. I'd like to start a similar discussion here with you folks.

Drupal 7 with its code freeze date of "When it's ready" represents a great opportunity for us all to collectively "kick it up a notch." Key to this is involving many more people in the core development process than we normally have. There are always several relatively minor core patches that affect themers in the queue at any given time, such as add $node_classes to node templates, as well as huge, over-arching efforts such as administration theme in core.
But unfortunately, a lot of these patches stagnate and die, because designers have not traditionally been a group of people that we've served particularly well. I'd like to see that changed.

Read more
alanburke's picture

CSS Coding Standards

Hi all,
I'm at the documentation sprint.
I would like to propose some CSS coding standards, to accompany the PHP coding standards, along with the proposed Javascript standards.

I've added a handbook page at
http://drupal.org/node/302199
Discussion should be in this thread, and the handbook page updated as necessary.

Stella, the Coder module maintainer, has promised to add this to Coder module, once the dust settles on the dissussion.

Read more
Subscribe with RSS Syndicate content

Theme development

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: