Hi zoro,

May be this code helps: http://drupal.org/files/issues/nodeforum.module_0.txt. It is a tweaking of the forum module.
[generally copy paste forum to nodeforum] and [node-system integration with forum].
Could this be integrated in your module or should it be a seperate project on drupal (it is drupal 5)?
I took the code from cvs: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/nodeforum/ . Thanks to Eaton for initial releasing in cvs.

I don't know how to get this working though:

** 
* Create menu items for default content and views 
*/ 
function _nodeforum_add_menus() { 
  if (!$mid = profile_helper_menu_get_root_menu("Primary links")) { 
    $mid = profile_helper_menu_create_menu("Primary links"); 
  } 
  profile_helper_menu_create_menu_item('forum', 'Forums', $mid, 4); 
} 

may be you can assist in this and use the node-system integration or integrate the whole nodeforum functionality?

greetings,
Martijn
www.trekking-world.com

Comments

daniel.hunt’s picture

Status: Active » Postponed

Postponing this, as it has to do with the eventual move over to nodes for this module

Daniel

summit’s picture

Hi, for your info: the nodeforum module has been launched, may be integration of code possible?
www.drupal.org/project/nodeforum
It is working on www.trekking-world.com/forum

greetings, Martijn

daniel.hunt’s picture

I've thought about it, but was waiting for a release of the module before I went anywhere with it. We'll see :)

pomliane’s picture

Status: Postponed » Closed (won't fix)

This version of UIE Forum is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.