drupal
Admin page block fix
if($user_page == $user->uid && !($user->uid == 0))
for unregistered user with uid of 0
Multisite Drupal Hosting on MediaTemple
PHP Block Snippet for Block Display
< ? php
global $user;
if(arg(0) == "user" && arg(1) == $user->uid && arg(2) == NULL){ return true; }
? >
Great Interview with Dries about Drupal
A great interview here with Dries the founder of Drupal. A good read.
http://www.pcworld.idg.com.au/index.php/id;1398641189;pp;1;fp;2;fpid;4
Drupal Conference Barcelona
The weather is warm but not sunny. The conference is 99% percent male, the wifi is very fast and the conference is about to begin. There are more Drupal shirts and laptops than you can poke a stick at. The schedule looks good starting with a review of the New York Observer, then a little multi-lingual Drups.
[img_assist|nid=70|title=Drupal One|desc=|link=none|align=left|width=300|height=200]
Drupal and Server Crashes
Drupal is crashing our server. It could be the server isn't spec'ed properly, or it could be Drupal is doing something weird. It goes up for about...a few hours but slowly slows down and crashes...I don't get it.
Not the most exciting thing to write about but what else can I do sitting at work at 7pm on a Friday staring at an Apache process...
