Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Plugin localizations
I really @ozonorojo 's idea of just asking people on the forum to translate your plugin. Most plugins introduce very few locale strings but would really benefit from being available in multiple langu… (View Post)1 -
Re: Changing Username URL in threads
Are you using 2.2a? Looks like you need to implement getMentions. Copy over this: https://github.com/vanilla/vanilla/blob/master/library/core/class.format.php#L1472-L1503 to a new function called get… (View Post)1 -
Re: Vanilla 2.2 beta 1 is now available
I guess it was never filed: http://vanillaforums.org/discussion/29924/cannot-delete-pms-on-mobile-devices I have not encountered the bug, but I do not own an iOS device. From the look of the screensh… (View Post)3 -
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 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