FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Plugins and Code Hacks » FUDAPI: Creating a forum?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: FUDAPI: Creating a forum? [message #187816 is a reply to message #187810] Sun, 17 November 2019 03:54 Go to previous messageGo to previous message
BugLaden is currently offline  BugLaden   Canada
Messages: 216
Registered: February 2002
Location: Westminster, MD
Karma:
Senior Member
So this statement seemed to work in my code:

        //Create the forum
        require_once "/home2/bugladen/cake/tobacconerd/FUDforum/include/GLOBALS.php";
        require_once "/home2/bugladen/cake/tobacconerd/FUDforum/scripts/fudapi.inc.php";
        $id = db_qid('INSERT INTO 
			'. $GLOBALS['DBHOST_TBL_PREFIX'] .'forum (
				cat_id,
                name,
                date_created
            ) VALUES (
            '. GroupsController::FORUM_CATEGORY .',    
            '. _esc($group->name) .',
            now()
			)
		'); 

FORUM_CATEGORY is a constant set to the id of an existing category in the forum

The forum appears in the Admin->Forum Management just fine.

It just doesn't appear in the forum index page at all. Not sure why.


-=BugLaden

[Updated on: Sun, 17 November 2019 03:55]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: FIX: FUDAPI niggles
Next Topic: Map BBCode
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed May 08 12:20:56 GMT 2024

Total time taken to generate the page: 0.03926 seconds