Download & Extend

Node-system support? Nodeforum integration?

Project:UIE Forum
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:postponed

Issue Summary

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

#1

Status:active» postponed

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

Daniel

#2

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

#3

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

nobody click here