Hello!
I am currently developing a site dedicated to let users themselves create their own forums and invite their friends. This have proven to be a bit hard for me, since I've got limited php-knowledge.
I've got organic groups, some forum module and some other relevant stuff installed, but they don't seem to be doing the magic.
Is it possible to create a custom forum creation page where the users (as mentioned above) can create forums and invite their friends?
I don't really know where to begin to tackle this problem, since there's not really any modules or documentation about it.
I've read a couple of articles about creating private forums, but they dealt with admin versus normal user forums.
If I'll have to make this thing myself, can anyone recommend what I should read and learn?
/Emil
Comments
I don't have any clear
I don't have any clear answer in mind but maybe some links will help you...
http://drupal.org/project/og_forum
http://drupal.org/node/128266
http://drupal.org/node/80307
http://drupal.org/node/141158
http://drupal.org/project/forum_access
http://drupal.org/project/taxonomy_access
http://drupal.org/node/53738
http://drupal.org/project/advanced_forum
http://drupal.org/project/uieforum
I think that you will have to manually write a forum creation page with all links you need including some invitation system (e.g. private messages?), possibly with pieces of PHP.