hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: I can't see any discussions in my categories pages.
Welcome to the community! Try running index.php?p=/dba/counts (View Post)1 -
Re: Migration Vanilla 2 : Bug Categorie : Oops - Didn't saver order properly
Yes. This is a known issue. https://github.com/vanilla/vanilla/issues/1888 With the default PHP config, 200 categories is the soft limit. (View Post)1 -
Re: how to sort the span elements in meta
You never, ever, modify core files unless you are comfortable maintaining that forked file. Copy the entirety of the writeDiscussion function from /applications/vanilla/views/discussions/helper_funct… (View Post)4 -
Re: The plugin folder was not properly defined.
@gpapin what folder did you put it in? (View Post)1 -
Re: Avatar First Letter Cyrillic
Is that a multibyte character? On line 160 in the plugin file, they use substr instead of mb_substr. Barring that, the font being used might not support that character. (View Post)5