Drupal Theming with the color module
Hey guys,
I found this very interesting page for integrating the color module into your theme. http://drupal.org/node/108459
Has anyone tried this yet? I haven't had a chance to, but I can't wait to see what I can do with it. As soon as I can, I'll post it here. Just curious if anyone else is into this or not.
Stylish Userstyle for Drupal's CVS Repository
Hey All,
I created a Userstyle for http://cvs.drupal.org with Firefox (and the Stylish plugin), and I wanted to share it with the community. If you're interested, you can download/install it here: http://userstyles.org/styles/9338. Before and after screenshots are also attached.
For those who don't know what "Stlyish" is, it's a Firefox plugin that allows you to change the appearance of any website/page, by overriding the CSS. You can download it here: https://addons.mozilla.org/en-US/firefox/addon/2108
Enjoy :)
Jacine
Questioning navigation source order
For the most part, I'm completely happy with the XHTML source ordering for Zen. I love that we've got the content ordered before the sidebars. However, I have to admit that on a regular basis, I have been frustrated by the way that the navigation works (and/or doesn't work).
Read moreGeneralizing node context
Been sitting on this idea for a while: curious to see what people think.
In a nutshell, the idea is to combine and generalize the various flags for a node that are available in node.tpl.php, and open them up to modules.
For example, instead of the $is_front, $page, $sticky, and $teaser booleans, you'd have an array with entries present if the flag is true. Something like this, for example:
$context = array(
'teaser' => array(),
'sticky' => array(),
'page' => array(),
);Core would take care of shoving those keys in; other modules would given a chance to add their own to a node.
That's the plan. Here's why I think it's cool:
Read moreHelp with Creating New Theme
Hi everyone,
Just proposing that we do something "productive" if it's of interest to anyone during our next Drupal social (May 26).
We have been using a combination of Layout Gala & Tripoli at northStudio. This has worked out very well for us and I have been very tempted to release the theme on Drupal.org. However, I have decided to hold off because I think that if we put our heads together we could create something that could dramatically change what most people think is possible with a theme.
Read moreDrupalCamp Vancouver 08 - Drupal Theming, from Design Draft to Theme
Hi Folks,
thanks for coming out to DrupalCamp Vancouver this past Friday and Saturday. It was great to see such a big turnout. I should give big thanks to Ariane, Dale, and Raincity's own DaveO for organizing this event.
Here are the files from the talk:
Read morehow to give diferent width to panels
Hello.
I hope some one can tell if what I have in mid can be done, or not.
I am trying to get different width in panels. I am working with Two column bricks, and the idea is this:
|______________|
|__________||___| (1)
|______________|
|____||_________| (2)
|______________|
I am checking the css, but I change the width of the number 1, it also change the numbre 2. My css code is this:
.panel-2col-bricks .panel-col-first{width:65%}
.panel-2col-bricks .panel-col-last{width:35%}Color.module - Questions for themers
I really need the help of the theming community on this one. It has to do with the way color.module fundamentally works and how it works with themes.
The comment here linked me to an implementation of a color-changing theme for joomla. It uses alpha-transparent PNG images and pure CSS to deliver theme changes on the fly. From the looks of it (I do not have an account there yet, but I'll buy one), essentially the layout is comprised solely of CSS and colorless transparent images.
Read moreFlorida Drupal User Group on the Move
Read the meeting notes from ultimike below. We are going to try to grow this group!!! Please help us -- even if you can't make a meeting help us by doing some PR for the group.... and just to show our smiling faces ... I caught most of the group in this picture.

Authors Role
I am still working on my directory http://justkansas.com.
I have used CCK to create the content type that is listed in the directory. I have a few fields that I would like to make available for paying memberships. I know that we can control the access to CCK fields by roles. But I am looking for a way to theme a node's display according to the author's role.
IF author role=role1 then use this code with all field entries displayed
IF author role=role2 then use this code without a certain field








