Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Trying to create db structure using db object (Gdn::Structure()) but "varchar" type is not working
The Column method's parameter list has changed. This is the outdated parameter list shown in the documentation you linked to: public function Column( $Name, $Type, $Length = '', $Null = FALSE, $Defau… (View Post)10 -
Re: ngnix 404 not found
This problem doesn't have to do with Nginx; this is a bug in the plugin. For Peregrine Reactions v2.4, open the /plugins/PeregrineReactions/default.php file. The following code within the DiscussionC… (View Post)2 -
Re: last reply getting worng
To put the problem in other words, the "most recent post" column in the categories list is supposed to show the latest comment from the category's discussions, but it's only showing the las… (View Post)2 -
Re: Flagg inbox PM
There is no way to flag and report PMs (conversations) because they are confidential. Users should contact an admin about any users who send bad PMs. (View Post)3 -
Re: Adding CSS-Class to title under 2.0.18.X
The MobileFriendly is set to FALSE by default for plugins that don't set it manually. The mobile theme in Vanilla 2.0.18.10 overrides the WriteDiscussion() function in the /themes/mobile/views/discus… (View Post)2