Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Official Basic Pages Feedback Thread
Basic Pages Version 2.1.4 released. Changes from v2.1.3: * License changed from GPLv3 to GNU GPL2. * Page object property in PageController is now passed to the Sender data collection. (View Post)1 -
Re: Article link in sidebar with notification
@Ambo, give this a try: public function Base_AfterDiscussionFilters_Handler($Sender) { $ArticleModel = new ArticleModel(); $CountArticles = $ArticleModel->GetCount(array('Status' => ArticleMode… (View Post)4 -
Re: Removing the recent discussions and activity from page sidebars?
Looks like I forgot to pass the Page property to the Sender data collection in PageController. I just uploaded Basic Pages v2.1.4 to add this. @4311021X, you can now access the Page property from the… (View Post)3 -
Re: You did it!
Yeah, we did it! Thank you! :D (View Post)2 -
Articles v1.0.0
I've just released Articles v1.0.0. This application provides a way to publish articles or blog posts in Vanilla. All planned features in the first release milestone have been implemented. A few more… (View Post)22