Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free: $s->AddSelect('Icon', 'r', 'RoleIcon');
$this->DelegateParameters['SqlBuilder'] = &$s;
$this->CallDelegate('PreDefineSearch');
$s->DefineSearch();
$this->DelegateParameters['DiscussionList'] = &$DiscussionList;
$this->DelegateParameters['DiscussionID'] = $Discussion->DiscussionID;
$this->CallDelegate('extendDiscussionList');
$this->DelegateParameters['Discussion'] = &$Discussion;
$this->DelegateParameters['DiscussionList'] = &$DiscussionList;
$this->CallDelegate('PostDiscussionOptionsRender');
$Context->AddToDelegate('DiscussionGrid',
'PostDiscussionOptionsRender',
'YourFunctionName');
$Context->AddToDelegate('SearchForm',
'PostDiscussionOptionsRender',
'YourFunctionName');
1 to 10 of 10