is there any way in Drupal to add drag and drop ordering functionality to CCK fields in a specific node ?
My customer would like sometimes to change the order of the items for some nodes.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t change the order for different nodes. You can only change the order across the node type.
Otherwise, you have to come up with sorting rules based on values and program it all in.