I want to start a new project with my favorite CMS and I want to do it with a good approach.
My question is: What's project management tool can be the best choice?
I want to understand if tools as Collabtive can improve my project and if these tools
can reduce the project reworking.
It's important to explain, if it's possible, your personal experiences.
I deleted the fb social module by mistake from FTP.
and the following error appears when I open my website
Fatal error: require_once() [function.require]: Failed opening required '/home/thefreak/public_html/sites/all/modules/fb_social/plugins/export_ui/fb_social_ctools_export_ui.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/thefreak/public_html/sites/all/modules/ctools/includes/plugins.inc on line 467
I'm trying to figure out how to create a webform and a classification table like this http://users.tkk.fi/~jtvehvil/Processmatrix2.PNG and I just can't wrap my head around what would be the correct way to do it to ensure that it's easy for users and views can handle the data and present it nicely.
So I'm trying to create a webform that users can fill out and the results should be presented as a table like above. A case has one main classification number (1-5) and it has N number of process flows (rows) which are also classified 1-5. Approaches that I've thought of:
1) A case is a node that has grouped fields (each process step is a field). How to group fields and can you assign taxonomy to a group of fields?
2) A more object oriented approach: A case is a "parent" node and each row is a "child" node that has taxonomy classification. Feels like this would be a better solution but how to construct a webform where you can create the parent node and all the child nodes at once? Needs some pop up functionality? And how to create 2 way relationships between nodes ( parent <-> child ) when the nodes don't exist yet? (which is the case in this solution I guess)
Hello
I m using drupal 7.2 and garland theme. I m using taxonomy for tag.
Problem is that tags are displaying line by line. But I want to show them side by side. How can I do that?