50 $table->column(
"Forum Title",
"{Forum.title}",
true,
"width: 40%")
52 ->column(
"Subscription Type", array(
SubscriptionManager, renderSubscriptionType),
false,
"width: 25%");
54 $table->emptyMessage =
"You are not subscribed to any forums or topics.";
64 redirect(
"forum_subscription_preferences");
70 <form name=
'forum_subscriptions' method=
'POST' action=
''><br>
78 <input
class=
"button" type=
'submit' name=
'save' value=
'Save Preferences'/>
86 if($subscription->topic_id)
88 $title = $subscription->ForumTopic()->FirstPost()->title;
91 $title =
"All Topics in Forum";
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).
$method
Pull out a simple reference to the request method.
if(count($subscriptions) > 0) getTopicTitle($subscription)
static updateSubscription($subscription, $subscription_type)