Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.5
Component:
Usability
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2009 at 07:02 UTC
Updated:
8 Nov 2009 at 11:00 UTC
I don't know if I should post my question here, but I'll give it a try.
For a charity website I'm looking for a solution to have a cck (number or money) sum up in the header.
Explan.: users can give a idea (title,text,saved money) to the website. If published by editor the node is published and the number of the "savedmoney" field should increase in the header.
I could do it with a query but i was wondering if there was a more elegant way?
Kind Regards,
Roemer80
Comments
Comment #1
roemer80 commentedComment #2
markus_petrux commentedCCK does not have an API that provides something like this, so you need to code something that builds the query.
The following should give you the information that you need to query CCK fields, but you need to build the query itself.
Comment #3
roemer80 commentedThank you so much for the quick reply! I will struggle a bit with query's and publish them here. Again thanks!