With authenticated members or members with different roles
The admin role is the only one that handles adding/editing/deleting questions in which members can choose from, the admin is a little control freak but this happens in real world where a site owner wants to have unified and approved survey questions.
Authenticated members or specific roles, on other hand, can choose from these PREDEFINED QUESTIONS for their pages, which they, authenticated members, can also add PREDEFINED ANSWERS to, if the questions are set to have multiple answers.
Lastly, the site visitors or other users can rate, vote on questions, choose answers and add comments.
Vinculum is a Drupal 7 replacement for pingback and trackback. Version 7.x-2.x does also contain support for Webmention.
Merging the 2 modules into 1 solves the problem of supporting both protocols, but only wanting to register one pingback or trackback per URL when a node is saved.
The module will:
- support pingback and trackback
- register one pingback/trackback per node per link
- abstract actions when linkbacks are received: choose to create a comment, create a node, fire off a firework...
- provide integration points for anti-spam tools such as mollom
Is it ready for production use?
It's still in development and test coverage is sparse for some features. It's pretty close to API-freeze and db-structure-freeze: the public functions and table-structure aren't likely to change unless a significant serious issue is discovered which demands the change.
There are probably a few bugs and issues, so I'd suggest caution with production-use unless you're happy to deal with the occasional issue. Patches, tests, comments and support all welcome!