Closed (fixed)
Project:
Link
Version:
5.x-1.5
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2006 at 15:37 UTC
Updated:
6 Jun 2007 at 09:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchHi there. Link can already create an unlimited number of links per node. Just hit the 'Preview' button after filling in the available fields, and two more appear. Fill those in, and more appear, etc. This could definately be extended to using javascript, but we'll wait for 5.0 when we can count on using the new javascript features (like jQuery).
Comment #2
Speigei commentedgotcha, thanks for the heads up.
Comment #3
Laurentvw commentedAssuming that Drupal 5.1 is already out, will this feature be available soon? I'm really looking forward to it, I need it! Thanks.
Comment #4
quicksketchI've posted a feature request to CCK. The javascript portion really should be handled universally. If this code goes into CCK or core (or similar), link should be ready to utilize it.
http://drupal.org/node/128805
Comment #5
Laurentvw commentedI've been following your post for the past day and seen that you have already made a version for this feature request. I just wanted to thank you for your effort and for being so quick in responding to my post. Thank you :)
Comment #6
quicksketchI've gone ahead and included a Javascript dynamic adding of fields in CVS. This feature will be part of link module 1.6. Please try out the development version and report any problems you may find to this thread. Thanks!
Comment #7
(not verified) commentedComment #8
Laurentvw commentedOkay so I tested it. Seems to work fine here on Drupal 5.1. I've made a little image explaining some improvements that could be made though ( http://img505.imageshack.us/img505/5284/linkmoduleeimgwl4.jpg )
Comment #9
Laurentvw commentedOops sorry. Got something else that might interest you. Suppose you clicked 'More links' a lot of times but aren't using all the fields. So some fields stay blank. When submitting the node, and going back to the edit tab, all blank fields appear to be saved as well. I think it would be good if you would check if the field is empty, and, if it indeed is empty, not save it.
Anyway, good job on the development. I appreciate it.
Comment #10
druru commentedquicksketch...
how about a way to reorder (change the order of) the multiple links fields after they've been created? does that exist, can it be done and or are there any plans for that with cck in drupal 6?
i ask because reordering of multiple values is a great feature. otherwise you're limited to the order you enter the fields or through code only by either ascending or descending values only... either form based up down arrows or js drag and drop would be great. just curious.
thanks