I am interested in a module which enables priority voting. To be able to prioritize between data in a community is essential for a good democratic function.
Also openness in the voting must be an option by choice so that results can not be questioned.
Work for this will probably be awarded richly both by increasing number of communities using it and by our organization for pure thankfulness.
I have a strange problem.
I tried to move my forums to root, cause i wanted to remove my containers, but now i have at problem with new posts. They are not in any forum, and it is not possible to choose the Categories: Forum, when submitting a new post.
ALL submitted forum topics are submitted to the /node/add/forum/0, and there are no forum 0. Only 6 to 18 or so. http://www.linuxin.dk/forum try submit a new Post (sry, you need to be a member to post).
The users can register using the form. The form has new fields with Drupal's profile module. I need to redirect the user after register if he choose an option.
Then I need to set roles if the user pay or not. (the payment suscription is optional).
I'm fairly new to drupal but am getting up to speed with it fairly quickly. Basically, I am trying to create a simple contact form which added to the bottom full page node. The node is a cck content type which custom fields etc.
The catch is, I need the contact form to be unique for each individual post. When you submit it, ideally, I need it to post an email to the data in the email field of the node item.
I want to be able to allow users who register to assign themselves a permalink that links to their profile (e.g. www.domain.co.za/user1), or perhaps if that isn't possible have Drupal automatically assign the permalink and allow users to rename it after their profile has been created. How would I go about seeting this up, The entire registration and profile creation process works already I just need some help figuring out the best way to get the permalinks working.