Hello Sevi,

Your module work pretty well but I think that I can't do what I would like to do.
I would like that each user could use the same draggable views in order to make his own ranking.
I think this is not possible...
I have to use for each user one draggable views with a Weight L1 field different for each user...
So, If I have 10.000 users, I have to have 10.000 draggable views and 10.000 Weight fields in my content type.
And I have to do this as soon as possible when the user creates his account... because this is the first interest for most of users (to have his own ranking).

So this is not simple in fact...

What do you thing about it?
Have you got another solution to do this?

Thanks!

Julien

Comments

sevi’s picture

Status: Active » Closed (fixed)

I think your problem doesn't really deal with draggableviews.

You need each user to have it's own nodes that link to the originial node (CCK-nodereference) you want to rate on. You could accomplish this by using the rules module. Missing nodes have to be created if
+ you create new issues to comment on
+ a new user is created.

Furthermore you'll need views arguments to show only the user's nodes.

junro’s picture

Ok, I think I understand what you mean.

I'm going to try this way.

Thanks again. ^^