Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Access Custom Profile Fields (Profile Extender Fields) from Plugin
This may help you: http://vanillaforums.org/discussion/comment/217216/#Comment_217216 (View Post)2 -
Re: Ikon für plugin ?
Like I would reject an icon of such an iconic icon maker! Thanks (View Post)1 -
Re: Disabling Post Count in Cetrain Categories or Discussions
How about $CountQuery = DBAModel::GetCountSQL('count', 'User', 'Discussion', 'CountDiscussions', 'DiscussionID', 'UserID', 'InsertUserID');$AndNotIn = ' and c.CategoryID not in (3)';Gdn::Database()-&… (View Post)1 -
Re: Vanilla comment embed and wordpress related post plugins
Looks like the ThankfulPeople plugin is incompatible with embedded comments. See if disabling it fixes the problem. (View Post)2 -
Re: Override BadgesModule
Just fyi, I found another way to switch out the modules, reusing the already fetched data: public function ProfileController_Render_Before($Sender) { if (C('Yaga.Badges.Enabled')) { $Data = $Sender-&… (View Post)2