I have found a couple of modules on the drupal.org site which i thought might form the foundation for what i wanted to acheive. (previous posts... http://drupal.org/node/25448)
The forms modules appears to offer some radio selection functionality but i can't see how to this modules once it has been activated and there is no documentation
to help. As for the smileys modules this appears not to work after activation,
I was unable to get the ldap working with the latest version of drupal. I have been creating my own. I have ldap working and the ability to return if a user exists and verify the password. The problem I have is how do I create a user in drupal in PHP? I looked at several other modules and the code looks like below:
I am currently looking at writing some drupal code that will allow a user on his 'account information' page
,ie Home > user account > Paul, to select an emoticon icon that will be attributed to his account and will be displayed
at various positions on the page such as under Online users.
Can anyone offer any guidance in getting started in particular
1. How is the various content on 'account information' page generated
2. For example how/where would i find the code that generates the Online users content.
I just created a new project for the Node vote module.
It allows users with the appropriate role to vote of nodes, assigning each a score from 1 to 10. By design, users do not see the score for a node untl they have voted but that could be changed if needed.
I am making some design decisions for a module I am working on, but I don't know enough about Drupal access control to make the right decisions...
Briefly, I want to be able to prevent anonymous access to some content generated by my module, but allow anonymous access to other content. I also want to have a search function operate on my module.