Automatically provide an icon for those users who have not set an account icon.
Using your own iconIt is possible to upload your own graphics from the DefaultIcon settings page.
Default Icon on the search pageTo display a default icon on the search pages requires a small change to one of the
Vanilla files. I have requested a new 'delegate' which will hopefully be available
in the next version of Vanilla.
In the meantime it will be necessary to insert the following lines into the
/library/Vanilla/Vanilla.Control.SearchForm.php file at line 217:
$this->DelegateParameters['User'] = &$u;
$this->CallDelegate('PreRenderUserSearch');
NB If you are not happy about doing this, Default Icon will still function but
the default icon will not appear when searching for users.
An edited version of this file is included in:
DefaultIcon/libary/VanillaRemove the Default Icon or Account PictureThe current version does not include an option to remove an icon or picture that you have uploaded. If you wish to remove one or both just set either or both of the following (in yourforum/conf/settings.php) to an empty string:
$Configuration['DEFAULT_ICON_ICON'] = '';
$Configuration['DEFAULT_ICON_PICTURE'] = '';SamplesThe 'Samples' folder contains sample default icons and account pictures. It is not necessary
to upload this folder to the DefaultIcons folder.
Things I'm working on:- Different default icons for guests and members
- Method of removing an icon or picture
ThanksThanks to
Neverender for the idea of a
Default Icon extension.
DonationsIf you find this extension useful please consider making a donation. Then at least I would have something to show my wife for all the hours I spend writing Vanilla Extensions!
