Kiori
New-
Re: Feed Discussions 1.2.1
@Caylus Typing any username in the input filed did not work for me, only System. This is on 2.2.1 also. (View Post)1 -
Re: Display uploaded image automatically in a markdown post
Yeah I guess it's more hardcoded, the above doesn't work. Now that you mentioned it, it would be awesome if gifs worked for profile pics. Maybe this is a feature that vanilla should add. Thanks for t… (View Post)2 -
Re: Building a Tags Extension Plugin
I had a problem, this code wasn't working: if (!property_exists($args['Discussion'], 'Tags')) { // No tags, nothing to do. return; } I solved it by using this: if (empty($args['Discussion']->Tags)… (View Post)1