Apparently we’ll be using more Drupal soon at work, so today I installed Drupal 7 onto my office machine. Holy crap, that was easy! I’m sorry, but I remember the very first time I installed Drupal on my home machine, and it took SIX HOURS of troubleshooting the MySql and the PHP, and then yes, […]
Tag Archives: drupal
Using CCK field variables
For future reference, this is where I found the answer: http://drupal.org/node/93622#comment-806753 (field_section[0][‘value’] *>)
Fixing the comment widths in drupal 6
So I finally fixed the comment widths, using the following in the style.css: #edit-comment{ width: 430px; } #comments { width: 430px; } #comment-form { width: 430px; } It’s the only thing I’ve been able to fix today. I still can’t make the fckeditor stop centering while also showing the custom styles. It’s very insane making.
Of Scarves and Drupal Devilry
So I’m knitting again. Woot! I finished a (unfortunately heavy) orange and tag-yarn scarf last week, and now I’m working on two scarves/shawls (stockinette to the end, then drop every third stitch). One is sparkly red yarn (Karabella Stardust) and will be this year’s holiday scarf, and the other is a tweedy Plymouth Encore that […]
Yay FireBug!
I found it! The problem that’s been making me crazy for three weeks has finally been solved, thanks to FireBug! Woot! Note for the future: When there’s a mysterious horizontal line appearing at the top of a table, in Drupal, in Firefox, go to modules/system/system.css and change the damned tbody border that’s hiding in there. […]