42 $page->page_title =
"Edit Forum: $forum->title";
47 $page->page_title =
"Add New Forum";
52 $form->required(
"identifier",
"title",
"teaser",
"description");
53 $form->hide(
"created_date",
"owner_id");
61 trace(
"***** CREATING NEW FORUM ******: ".now(), 3);
64 $_POST[
'created_date'] = now();
72 $jn->forum_id =
$form->data->forum_id;
73 $jn->site_id =
$site->site_id;
77 redirect(
"forum_list");
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.