5
I tried to get this working, but ran into problems:
1)
I downloaded the following files:
XOOPS2_mod_newbb_2.0Final.zip
main.php
modules-newbb-include-functions.zip
2)
I backed up
~modules/newbb and
~modules/system/admin/modulesadmin/main.php
3)
I removed ~modules/newbb, and replaced it with the new one I downloaded. I also copied in the new modules/newbb/include/functions.php which I downloaded in 1) above.
4)
I copied main.php to
~modules/system/admin/modulesadmin/main.php
5)
I went to my XOOPS administration menu, system admin, modules. I then clicked on the Update icon to the right of the Forum icon, which was displayed as version one. I confirmed the Update, and received Update output, and was told that th Update was successful. The Forum icon in the Modules administration menu now shows version 2.
6)
I went to look at my forums, but all I see is a list of forum categories, no forums. At the very top of the page, this is displayed in plain text:
NewbbForumHandler::getForums error::SELECT * FROM kt__bb_forums ORDER BY forum_orderand a couple of other weird html anomalies show up as well. I wonder if this is because i haven't updated the newbb templates as instructed in the readme file. However, the readme file doesn't say what or where the newbb templates are, or how to udpate them, which is a bit useless.
If anyone could tell me where to go from here, I'd appreciate any advice.
Thanks,
-b-
Edit: Now that I look at that error, its obvious that the forums aren't showing up because of the getForums error, but I'm not sure why that's happening or where to look for a solution. Advice appreciated...