Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: knowing the current location
I'm not sure how many "sections" are added in the alpha, but the latest beta version contains "sections" for every single view in Vanilla: .Section-DiscussionList.Section-Discussi… (View Post)1 -
Re: Changing header depending on login status
You can do it like this: {if $User.SignedIn} {* Header to display when logged in *}{else} {* Header to display when logged out *}{/if} (View Post)3 -
Re: Default photo
The Vanillicon and Gravatar plugins do it like this: class YourPlugin extends Gdn_Plugin { public function ProfileController_AfterAddSideMenu_Handler($Sender, $Args) { if (!$Sender->User->Photo… (View Post)3 -
Re: I need CSS help. Please.
...not yet at least, but the answer to your prayers is the CSS3 box model, which allows for equal height columns and other funky stuff: http://compass-style.org/examples/compass/css3/box/ (View Post)1 -
Re: Unable to see Reactions in the Activity Page (Hosted Version)*
Reactions to activity items are still anonymous. If you want, you can circumvent it by hiding the reactions menu in the activity section: .Section-ActivityList .Reactions { display: none;} Add this s… (View Post)2