Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Again UniqueID is required. Facebook oauth login problem.
No, you want to pay for hosting. Free hosts usually have all curl functions disabled, bad bandwidth and generally low quality of service. (View Post)1 -
Re: MySQL configuration question
No, this won't help with the problem, but the fix for your problem is in the plugin description :D (View Post)3 -
Re: "assetModel_styleCss_handler" for JS
I have opened an issue about a JS-event similar to styleCSS before: https://github.com/vanilla/vanilla/issues/3020 I believe this is going to be unified at some point when asset minification is going… (View Post)1 -
Re: Does not work when Advance Editor is set to BBcode
You could also match the rendered output: preg_match('#\<img.+?src="([^"]*).+?\>#s', Gdn_Format::to($Sender->EventArguments['Discussion']->Body, $Sender->EventArguments['Disc… (View Post)2 -
Re: Doesnt work correctly with infinitescroll plugins
Yes. InfiniteScroll already has this functionality. It could be triggered by simulating a click on the button: $('.JTB').click(); @vanillawhisky You would have to wrap line 24-26 of reply.js between … (View Post)2