Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: 2.2.4 - Manually adding user picture to a page
The default mobile theme does something similar with a themehook: https://github.com/vanilla/vanilla/blob/e91124/themes/mobile/class.mobilethemehooks.php#L107-L111 Don't use User->Photo directly. … (View Post)6 -
Re: FileUpload doesn't upload
https://github.com/vanilla/vanilla/pull/2488 This will hopefully be fixed with 2.1.9 (View Post)1 -
Re: File Upload on Vanilla Addons for 2.1.8
You don't have to be a coder. This is the attachment: https://us.v-cdn.net/5018160/uploads/editor/z7/2inse0x0dozz.zip It is a replacement for the class.fileupload.plugin.php edit: see above :D (View Post)1 -
Re: Plugin Installer (WIP)
Before you implement any validity checks, check out UpdateModel::AnalyzeAddon() in /applications/dashboard/models/class.updatemodel.php. This is also used by the addons repository here. (View Post)1 -
Re: How to create custom Smarty functions
Just wanted to point out a really elegant way of adding a function, that I just discovered through @Adrian's newest plugin: https://github.com/adrianspeyer/VanExtend/blob/master/Plugins/JustDucky/cla… (View Post)1