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 (SearchForm)
I need a new delegate for the DefaultIcon extension so that default icons can be shown with the results of a search of users.
Can you please insert the following into line 217 of Vanilla.Control.SearchForm.php:
That's between the following two lines:
Thanks
Simon
Can you please insert the following into line 217 of Vanilla.Control.SearchForm.php:
$this->DelegateParameters['User'] = &$u;
$this->CallDelegate('PreRenderUserSearch');
That's between the following two lines:
$u->FormatPropertiesForDisplay();
if ($Counter < $this->Context->Configuration['SEARCH_RESULTS_PER_PAGE']) {
Thanks
Simon
0
This discussion has been closed.
Comments