44 $title =
"Edit Forum: $forum->title";
49 $title =
"Add a New Discussion Forum";
54 $form->hide(
"created_date",
"owner_id",
"sort_order");
69 trace(
"***** CREATING NEW FORUM ******: ".now(), 3);
71 $_POST[
'created_date'] = now();
79 $jn->forum_id =
$form->data->forum_id;
80 $jn->site_id =
$site->site_id;
84 redirect(
"/admin/forums");
static using()
Import the datamodels, views and manifest for the specified component(s).
static usingFile()
Uses the specified framework file(s) from the framework directory.
static addTaxonomyFieldRenderers($form, $showSelectAll=true, $group=null, $limitTo=null)
$method
Pull out a simple reference to the request method.