You are here

themeing

IMCE CKEditor Style

Attached is a module that styles the IMCE module to match the CKEditor module. This is based on the previous work that Mike the Coder and Danny Joris before him. I made it so that you don't have to modify your theme to get it working, and more specifically, two themes since I'm using admin theme. The only thing you have to do for it to work is to put the "sprites.png" from the CKEditor download into the "images" folder of the module.

DrupalCon Topics!

Two of my topics were chosen for DrupalCon 2010 in San Francisco!


DrupalCon 2010, San Francisco

More details soon.

Theme Ubercart presenation today at DrupalCon

Here is the slides to follow along with today's presentation, Theme Ubercart: Make your store shine.

Here is the CSS snippet for CSS buttons.

.node-add-to-cart{
   display: block;
   cursor: pointer;
   cursor: hand;
   width: 150px;
   height: 50px;
   border: 0;
   color: transparent;
   text-indent: -9000em;
   overflow: hidden;
   background: url('../images/add_to_cart.png');
}

The customcart module is attached below.

jQuery, Views, and View Themeing presentation

I'm about to start my session and figured I should follow in Bevan's footsteps and provide a link to the slides.

Click here to follow along with the slides.

Also, attached is a pdf version as well as some snippets.

Subscribe to RSS - themeing