Closed (won't fix)
Project:
UIE Forum
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2008 at 10:40 UTC
Updated:
3 Feb 2013 at 17:52 UTC
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
Comment #1
daniel.hunt commentedPostponing this, as it has to do with the eventual move over to nodes for this module
Daniel
Comment #2
summit commentedHi, 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
Comment #3
daniel.hunt commentedI've thought about it, but was waiting for a release of the module before I went anywhere with it. We'll see :)
Comment #4
pomliane commentedThis 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.