hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Accessing the body class
The master templates that come with the Vanilla install respect the $CssClass member for all controllers (since it is actually a member of Gdn_Controller). So you can modify the CSS class of any cont… (View Post)1 -
Re: Need some help with weird clicking issue (possibly JS) [2.2.4]
I think I have found the issue. ButtonBar.js binds the 'mousedown' event rather than the click event. I am sure they have their reasons. The problem with 'mousedown' is it is only… (View Post)2 -
Re: Accessing the body class
@Accent $CssClass is a member of the Gdn_Controller class. Hook into the profile controller, do your logic, and modify the CssClass as necessary. public function ProfileController_Render_Before($Send… (View Post)2 -
Re: Vanilla API
@lkj897 Welcome to the community! When I was working with the API for a client, I created a PHP script ran inside the Vanilla framework for testing. I set the expiration date to 24 hours so I would … (View Post)1 -
Re: What motivates you to contribute?
I came to Vanilla because my existing online community was looking for a better forum solution than phpBB. The old dev mentioned really liking Vanilla, so we booted that up. The design was... refresh… (View Post)4
