Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Delegate request
For Settings_category_edit.php
Line 65
Line 34
Vanilla.Control.CategoryForm.php
Line 46
Not sure about this one. its too deep inside, making it very specific, rather than a general delegate.
RowNumber delegate Parameter for DiscussionGrid, just like the one for CommetGrid
If anyone has other delegate requests, post it here.
If u do not have a suggestion or a request, don't post
Line 65
echo $sRoles;
$this->CallDelegate('PostRolesRender');
echo '</ul>
Line 34
</li>';
$this->CallDelegate('PreRolesRender');
echo '<li>
Vanilla.Control.CategoryForm.php
Line 46
if ($this->CategoryManager->SaveCategory($this->Category)) {
$this->CallDelegate('PostSaveCategory');
header('location: '.GetUrl($this->Context->Configuration, $this->Context->SelfUrl, '', '', '', '', 'PostBackAction=Categories&Action='.$Action));
Not sure about this one. its too deep inside, making it very specific, rather than a general delegate.
RowNumber delegate Parameter for DiscussionGrid, just like the one for CommetGrid
$this->DelegateParameters['RowNumber'] = &$RowNumber;
If anyone has other delegate requests, post it here.
If u do not have a suggestion or a request, don't post
0
This discussion has been closed.
Comments
thats cool