Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
I think this nice Chameleon theme (and it's marvin css which I love) really misses "mission" box for a front page. Can somebody tell me how to implement it? I spent half a day but no result. Lack of programming skils.
My openion is that, the most people have ocassion for looking websites (which powered by drupal of course) with their favourite palm.
My question: AvantGo kind of theme will be expected in future?
[Editor's note: In the 8 years since this was written, all but a few of the links have rotted. To preserve the original sense of what is/isn't meant to be linked, these dead links have been changed to "example.com" rather than completely removed.]
I am in the process of designing a new approach to the themeing system currently employed by Drupal. But first I feel I might need to explain a bit about the approach I am leaning towards. If you are interested in Drupal themeing, I would greatly appreciate if you read the entire post, as I would like as much input about what I am planning, as to better try to help Drupal designers. This is a rather in depth post, but contains some insights into the new system I am currently developing.
I feel that most of what we consider a 'Drupal theme' at this stage, is too complex, and too rigid a framework for most web designers attempting to work with our platform. I propose we rethink the theme system as it currently stands to be a more generic templating system. Specifically , most of cruft in themes can be attributed to completely separate configuration settings and capabilities for each. This leaves us with a set of themes which are incompatible and different from each other, and if a designer wants a feature only another theme supports .. he is left with the choice of porting the feature to his current theme (not that easy for non programmers), or rebuilding his work on the new theme. The designer might even be faced with judgment calls regarding which set of features he would rather have.
Anyone have any recommendations on good resources for XTemplate syntax? In particular I'd like to know about control statements for the xtmpl files. TIA,
i have seen some posts about theming different node types but while some of the explanations refer to the 4.3.x theme system, others that DO deal with 4.4.x don't seem to explain it in enough detail for me to get it to work.
can someone post a way to have various nodes display different attributes? also, how does flexinode work with this? i would like to have different content types created with the flexinode module be themable in different ways. is this possible?