Door clemens op ma, 2008/02/25 - 4:57pm
I want to create a edit node into a block with ajax submit.
I wanted to try panels 2 minipanel with a node%/edit override together. But some hour later ... nothing found yet.
This raw view may be handy: http://drupal.org/node/48816
But why not using some php? Below is a raw version
<?php
global $user;
$sql = "select nid from {node} where uid == %d";
$result = db_query( db_rewrite_sql( $sql), $user->uid);
$row = db_fetch_array( $result);
if( isset( $row) && isset( $row['nid']){
$node = node_load( 30);
print drupal_get_form($node->type .'_node_form', $node);
}
Door clemens op ma, 2008/02/25 - 2:16pm
When making these images about modules i use graphviz to render them. But just ran into http://drupal.org/project/hypergraph which looks great.
So I have to study this one!
Commands to render a .dot file are ie with non overlapping nodes
neato -Goverlap=false -o my.neato.png -T png my.dot
or for a top down graph.
Door clemens op ma, 2008/02/25 - 2:13pm
Door clemens op ma, 2008/02/25 - 2:00pm
Door clemens op vr, 2008/02/22 - 10:32am
Using drush with a strict server design makes my drupal maintence much more relaxed. I have this tiny script as a runner for drush.
$ cat drush
Door clemens op wo, 2008/02/20 - 6:06pm
Installing modules with drush is easy.
# drush pm install ubercart
My drush patch for a module manager makes it more easier to SEE what's installed.
listing# drush mm list
imagary# drush mm dot | dot -T png -o ~/graph.png
shows a module in error. (I deleted workflow_ng) scroll to the right for red
Door clemens op di, 2008/02/19 - 10:46am
Just installed some modules. It eventually becomes overwhelming. So many modules.
This is an installation while building a callcenter website.
Door clemens op vr, 2008/02/08 - 8:50pm
With a shop at hand one needs to get payed.
There are a lot of payment methods and payment gateways.
This page is not about completeness but about making notes about
Payment methods
I for now need Direct Payment within ubercart.
Door clemens op vr, 2008/02/08 - 4:59pm
To grasp the shop one first has to now the contestants.
I hope this image will help.

Door clemens op vr, 2008/02/08 - 4:29pm
This story is about the cool tools and modules drupal offer.
I will use drush as a command tool. This only works if you have shell access.
Steps taken
- Install drupal.
- Install drush module
- Install update_status module
Now the fun part starts.
- configure drush
- run drush ...
drush pm install token workflow_ng tapir ubrowser cck imagefield imagecache google_analytics ubercart
Pagina's