Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: new vanilla theme - best one so far
First off: Great theme! I get why some of you mentioned the index page being too cluttered, but hey - it's entirely up to each individual whether or not he/she wants to keep the jumbotron. My biggest… (View Post)5 -
Re: knowing the current location
In 2.1, you can use InSection(): InSection("Dashboard");// ...or as an arrayInSection(array("Discussion", "DiscussionList")); (View Post)1 -
Re: Name of parent category
Glad to hear it worked out! I usually store as much stuff as possible in variables just to keep my code super DRY: $CategoryID = $this->CategoryID; (View Post)2 -
Re: Name of parent category
Had the same "issue" a couple of weeks ago, this should do the trick: CategoryModel::GetAncestors($CategoryID) (View Post)4 -
Re: Where to edit to add image under the "New Discussion" button?
To add an image beneath the "New Discussion"/"Ask a Question" button, you'll need to hook into the AfterNewDiscussionButton event in three different controllers (one for the categ… (View Post)3