Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Vanilla 2.2 beta 1 is now available
That will be overwritten on every update. Better copy the manifest.php to your own plugin and hook into the emojiExtender like this: public function emojiExtenderPlugin_init_handler($sender) { $sende… (View Post)5 -
Re: Marking on "words" not strings within words
I "inherited" this plugin from peregrine and had not changed anything until now, so when I applied the fix I also adapted it to the new coding standard and shortened the function a little. … (View Post)2 -
Re: Marking on "words" not strings within words
I don't know, probably. I wrote it like that, because it's shorter and that is all that counts. Minimal performance improvements are neglible if you can achieve cleaner code that is easier to maintai… (View Post)3 -
Re: parseerror with jsconnect and vanilla 2.1|master branches
@hicham jQuery doesn't like it because you are probably not setting application/javascript as mentioned above: header('content-type: application/javascript; charset=utf-8'); (View Post)1 -
Re: For Vanilla 2.1
@hgtonight Chaining on newly created objects too, unfortunately. :/ But 5.3 got EOL'd 10 months ago, so I just added a note. @DmcBoos You may wanna try this plugin, which was written for 2.0 or wait … (View Post)1