I've been combing the site, but I'm actively looking for a module that will allow me to set-up some sort of capability for site members to PM each other, and if they choose, invite new parties into the private conversation, or create some sort of hidden private "thread". This is different from a private live chat, since it'll behave like a PM and be persistent. Does anyone know of any modules that work like this?
http://DrupalCamp24x7.org is an community effort to help Drupal beginners to learn Drupal online. It also tries to help drupalites from all over the world to share and communicate among themselves in a way Drupal.org suggests for DrupalCamp but in an online mode. It also tries to help people interested in Drupal to share their ideas with others who are unable to taste the fun of DrupalCamp in any way. We welcome all who love Drupal and want to be part of this great community.
This is on a default Drupal 7 installation. I would like an extremely simple set up. a) anonymous users b) authenticated users (to post comments c) a new role called Article creators, where these users can create content.
I've managed to create Article creators, got all the permissions correct (so the authenticated user's don't get a block to add content), but where I'm falling down is that I would like a block on each "article creator's" user page, only showing the content that they generated.
Hi,
Contextual Links are a great new addition to D7. However they do not appear by default on a node. From what I understand, default vars $title_suffix & $title_prefix contains code for contextual links.
How do I add contextual links by default on nodes. It works for blocks, views and so on !