Hello ! I am not soo new with Drupal, but i really do not get this to work:
I work with Drupal 5 and the newest CCK for Drupal5.
I need to create a musictrack-list, where one field holds the name of the track, and the second holds an other value(filepath). Now the user should be able to add as many of these pairs as he want, (quite like the "link-module"). For that, there should be something like a "add new values"-button under the the pair. Like uploading a file with the upload module, or like uploading images with the imagefield-module, now i want to have a field (or better a group) like "tracks" where the user is able to create as many tracks (in a textfield) as he wants.
Choosing multiple values just adds 3 more fields after having published the node...
Do I missed something? Please help ! I am really in urgent need for this function..
Comments
Hi, is there a way to
Hi,
is there a way to realise this?!
Tobi
Matrix module for D5, but not for D6
Hi. Its not perfect solution, but you can try Matrix Module for Drupal 5.
You specify number of rows/cols and it puts CCK field like table of txt inputs.
But you there define count of rows/cols beforehand, so user cant add rows(items) or cols(properties) like when you got classic multiple field.
And Matrix is not D6 compatible. http://drupal.org/node/232688#comment-946077
I thing We need something like Matrix 2.0 (multiple). D6 compatible. CCK field where you can specify:
- initial count of rows and cols
- user can add rows and/or cols dynamically when adding node (user with rules), similarly like adding new text input in standard multiple text field.
But Im non-programmer. Can anybody help?
Similar thing was already discussed here, but with no result.
http://www.lullabot.com/articles/an_introduction_to_the_content_construc...