Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Would like to use Markdown formatting, but with one feature borrowed from BBCode input formatter
There was a change in master some time ago to respect soft linebreaks in Markdown, but it was reverted: https://github.com/vanilla/vanilla/commit/8c7261278c05f31af23326b4fdb1effa11289302 But if you d… (View Post)4 -
Re: @ character prefix for username (@username)
Usernames linked as @mentions don't have a css class, so this might be a little tricky. If you only want real names to be displayed, maybe this is the plugin you are looking for: http://vanillaf… (View Post)1 -
Re: @ character prefix for username (@username)
Well, you could use the Mentions+ plugin to allow arbitrary characters to be atmentioned. The regex for username validation can be changed with the config setting Garden.User.ValidationRegex You woul… (View Post)1 -
Re: Strange Javascript Error (Screenshots)
In 2.0.18 I sometimes had similar random errors, where an error page (500) would get pulled into the informMessage and freeze. I wasn't using the Autorefresh, but I at least had the draft autosa… (View Post)1 -
Re: show latest topics outside the forum
Don't do that. You can retrieve the data in json Format by appending .json to the controller name in the url For example: http://vanillaforums.org/categories.json/vanilla-2-1 Take a look at the … (View Post)3
