peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Sub category not appearing in discussions
http://vanillaforums.org/discussion/comment/215198/#Comment_215198 and category has to have viewing permissions at the very least. DisplayAs - needs to be default and not a root category and if you c… (View Post)1 -
Re: Vanilla 2.1.3 - security release
what about updating the add-ons pockets plugin so it is the same as the github version 1.1.2 . which works in vanilla 2.1.x unlike the current pockets.http://vanillaforums.org/addon/pockets-plugin-1.… (View Post)2 -
Re: Need to sort discussions by Date Created, not Most Recent Comment
2.0.18 discussionscontroller // Get Discussions $this->DiscussionData = $DiscussionModel->Get($Page, $Limit); 2.1 discussionscontroller // Get Discussions $this->DiscussionData = $Discussion… (View Post)2 -
Re: Need to sort discussions by Date Created, not Most Recent Comment
@Linc and @hgtonight. because if your forum was not > @Linc said: the Get has the configs but the GetWhere has no concept of the orderby from config statments. GetWhere always sorts by.... I see t… (View Post)2 -
Re: Need to sort discussions by Date Created, not Most Recent Comment
I can also do this $Configuration['Vanilla']['Discussions']['SortField'] = 'boo'; * one would think an error would appear it doesn't. (View Post)1
