By sysspoof on
hi
i am searching a user vote module. i googled and used the search on drupal. i just found an old - 4.x one. none for 5.x.
and the category under downloads-> modules is linked wrongly.
is there really no module?
can someone show me one?
thank you
Comments
(no title)
Did you check this page?
http://drupal.org/project/Modules/category/60
There are several modules for Drupal 5 there.
link doesn't work
did you test your link?
for me it doesn't work. it refreshes the page i am on (category overview). i already mentioned that before.
thanks
=-=
after clicking on the link, scroll down and view the modules under the category listing. The are indeed listed there. Prior mentioning or not.
_________________________________________________________________________
This has been a broadcast of the public Drupal Search system. We thank you for watching! : )
yes, but
thank you. i had a closer look at all the modules. the only module i found for user voting is:
http://drupal.org/project/uservote
but this is just for 4.7...
may someone knows another module, which isn't located on drupal? i didn't find any suitable one...
(no title)
No, sorry, they are all there. There are only those 30 modules related to voting for Drupal 5 (if you selected it).
But the phrase "user voting" does not mean much. You need to check what you want the module to do.
=-=
to add to cog.rustys post:
if you use usernode.module, to turn your users into nodes. Then any of the voting modules can be used on users. Thus no need for a specific uservote.module any longer.
_________________________________________________________________________
This has been a broadcast of the public Drupal Search system. We thank you for watching! : )
okay, and now...
Thanks VeryMisUnderstod :)
But that made me some new problems. Now, the user profiles are nodes.... so the user list doesn't link to the new nodes, but to the "old" profile. Additionally i have the problem, that if you click on "My Account", you reach the site ?q=user/15 instead of ?q=node/XY. Is there a way to adjust that?
edit: additionally. I somehow thought, it would be a merge between profiles and nodes. Means, that there are no predefined fields for the user to input values... the user can create his profile as he wants. thats also not a need,, because all the profiles have to look similar.
thanks
=-=
This should really have been a new thread.
either way. I am not that familiar with the usernode.module. Only aware of it. That being said, If you don't want users to be nodes, then at this point I don't see a way you can vote on them.
For more information on usernode.module investigate the handbook, under conrtib modules, investigate the usernode project page, and if necessay the usernode issue query, where you can file a support request if your questions arean't answered.
_________________________________________________________________________
This has been a broadcast of the public Drupal Search system. We thank you for watching! : )
(no title)
If
- turning users into nodes with usernode or
- turning profiles into nodes with nodeprofile
doesn't suit you needs, you could go back to that page, select Drupal 5, and check some of the existing modules, depending on what you want to do:
- userpoints
- user_activity
- user_expertise
- karma
- simple_karma
- hof (Hall of Fame), especialy hof/contrib
Each one has a project page where you can find (or ask) more information.
thank you rusty! I already
thank you rusty! I already evaluated some of the modules, that you listed. But unfortunately all the modules do not fit to my needs. Hmm i didn't get it working as i wanted with the nodeprofile & usernode & node family modules. May it's because i do something wrong.
For clearance, what i want:
Customized profiles. There should be 2 kinds of profiles for two different roles. What means, that there should be a media player and some specific information about the user on one kind of profile and just a few information on a profile for the other role.
So, the user can select, what role he wants to use at the registration (module: rolesignup) and this will lead to another customized profile.
I hope it is clear now :)
Cheers!