cck views project

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
mitchell's picture

A new standard in Drupal charting

mitchell's picture

Statistics Pro Released

The module creates statistics with aggregated data. The data will be stored in a new table, which will be updated with a cron run. This statistic module provides statistical results of nodes, comments and users. Those results will be stored even if the access-log or the watchdog table have been deleted. For the presentation the data views and charts module are used. The Drupal core statistics module is used for the raw data (actually it is required for statspro).

Read more
klewis's picture

View Not Displaying Fields

I created a page that has a form using CCK. It contains:
1. Title
2. start-end date
3. drop-down menu
4. check box (allow one)
5. radial
6. body

Then I have a view setup. The Page should show all of the gathered information above But the numbers 3,4 and 5 above will not display.

If I use ROW STYLE = NODE (Instead of fields) the display looks desirable as far as style / formatting but does not allow me to choose / add the additional custom fields.

Question 1:
Anyone know how I can get these custom fields to display?

Question 2:

Read more
mikey_p's picture

A complete solution for task/project/issue/case/ticket management with Drupal

I've been evaluating solutions for Project management (for the duration of this post, that includes what i describe as project, issue, ticketing, case tracking, and pretty much anything that falls in that category) solutions with Drupal, over a year actually. I keep being enticed by the features of each individual solution, and new promises that are announced for each module(s) and trying them out and coming to the same conclusion with each of them. And yes, all of them seem to have the same problems that I'm hitting repeatedly.

Read more
edrex's picture

CCK-based project management

I've been quite successful in implementing a project management site to track issues and time spent using TTW dev tools, namely CCK, Views and Workflow.

Some key pieces of the recipe:
There are three content types: Project, Ticket, and Work Log Entry.

  • Projects have a multiselect "Team Members" user reference field.
  • Tickets are associated with a project via a node ref field.
  • Work Log Entries are associated with a project and optionally one or more tickets via node refs.

Workflow is used to send email notifications on state change. The states are "Open", "In Progress", "Closed", "Deferred". The only missing feature here is a log field for recording the reason for each state change, to be used in the email notifications and elsewhere. See http://drupal.org/node/57905 for a patch which is beginning to address this need.

Read more
Subscribe with RSS Syndicate content