Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Profile Extender fields blank when editing profile
Yes, they are stored in the UserMeta table I can reproduce this on 2.1 Change line 229 in class.profileextender.plugin.php to this: $this->UserFields = Gdn::UserModel()->GetMeta($Sender->Use… (View Post)6 -
Re: Is the Lithe mobile theme available in the open source version?
It's your lucky day, for some reason the screenshot I put on the theme page some time ago went missing, so I made new ones. Emulated in Firefox 360x480: Like the name suggests, it's basically the def… (View Post)4 -
Re: starter topic gets the wrong class
I would consider this a bug. Could you file it on github? Create a new plugin with an empty classbody and add the function to the end of the file to override it. Your code above would be if ($Discuss… (View Post)1 -
Re: Fresh install - Discurssion Blank Page
Please verify that your PHP installation was compiled with the mbstring extension. Also see: http://vanillaforums.org/discussion/comment/208595#Comment_208595 (View Post)4 -
Re: starter topic gets the wrong class
I did not check your logic, I just implemented your pseudocode. Try && instead of || (View Post)3