By pepeelfrances on
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 :
It's in order to compare software, as http://www.wikimatrix.org/compare/DokuWiki+MediaWiki+PmWiki ...
Someone has an idea ?
Thanks a lot !!!!
Comments
My drupal 6 solution
Just added my drupal 6 solution to http://drupal.org/node/174578
You can see the result at: http://mindnet.nl/webhosting
Hi zlay3r, Great, it's
Hi zlay3r,
Great, it's perfect, thanks a lot !