Hi all !

With Views2 and drupal 6.X, I would like to change this :

| field 1 | field 2
----------------------------
Node #1 | x | x
Node #2 | x | x

in this :

| Node #1 | Node #2
----------------------------
field 1 | x | x
field 2 | x |x

There are solutions in this links, but it's all for drupal 5.x :

http://drupal.org/node/289093

http://drupal.org/node/174578

http://drupal.org/node/231393

It's in order to compare software, as http://www.wikimatrix.org/compare/DokuWiki+MediaWiki+PmWiki ...

Someone has an idea ?

Thanks a lot !!!!

Comments

zlay3r’s picture

Just added my drupal 6 solution to http://drupal.org/node/174578

You can see the result at: http://mindnet.nl/webhosting

pepeelfrances’s picture

Hi zlay3r,

Great, it's perfect, thanks a lot !