Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Sub category not appearing in discussions
What is the "proper way"? I could imagine there are people who would not like their categories organized like Yahoo answers. If this was the only sane way to do it, it would probably be bui… (View Post)1 -
Re: Blog addon for 2.1?
When no blog category is chosen, it produces a fatal error (in_array, second parameter not array). Also, the styling is a little off, but that is no problem as there is the option to use disable the … (View Post)2 -
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: Vanilla Forums on Google App Engine
In theory vanilla should be compatible: https://developers.google.com/appengine/docs/php/#PHP_Enabled_extensions You could even use memcached However, as far as I understand, you cannot store files d… (View Post)1 -
Re: Get Recent Discussions
If you are using wordpress, use this plugin: https://wordpress.org/plugins/vanilla-forums/ If not, you could... * use the API to get the data in json format http://vanillaforums.org/discussions.json … (View Post)1
