How do I create a page like this?

yrre7 - March 26, 2008 - 23:55

http://www.athletesinaction.nl/projecten/albanie

I am looking for the solution to develop a block like the one on that site:

Details
Prijs: € 745,- (indicatief)
Projectleiding: AIA (Wouter de Vos)
Plaatsen: Tirana
Aantal teams: 3

I believe he groups all the CCK fields together in one block and placed on the right, which that's what I want to have for my every node. I tried using views, cck, and panels2, but I still can't achieve that kinda result. I am still not that experienced with those modules. Could anyone give me some hints or in more details instructions?

Thanks advance!

nodeblock?

zeta ζ - March 27, 2008 - 00:51

You’ve got the bit about cck: would http://drupal.org/project/nodeblock help with making it into a block?
___________________
It’s in the detaιls…

If I would do that, I would

hualahyja@drupal.org - March 27, 2008 - 00:59
  • create a new CCK type with the values you want
  • next, configure a new block view to display these values in a list
  • then create a new template for that new block (phptempate theme engine) to draw it exactly the way you want (examine the
    $block variable with print_r php function)

On how to theme a particular block see the phptemplate theme engine documentation: http://drupal.org/node/104319

Hope this will help (not tested, so no waranty)

 
 

Drupal is a registered trademark of Dries Buytaert.