hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Auto Embed from typing URL Link in discussion box
I think @TownFish is looking to gnab the Open Graph image and insert a link into the discussion. Assuming you can detect when a URL has been entered, firing off an AJAX request that loads up the avai… (View Post)1 -
Re: Compare an user password
Password hashing is accomplished via the Gdn_PasswordHash class. This will check the supplied password against a stored hash. https://github.com/vanilla/vanilla/blob/2.1/library/core/class.passwordha… (View Post)1 -
Re: Override method Gdn_Email->Send();
Incoming... (View Post)1 -
Re: Changing the Discussion Button and Header Colour
Chris Coyier has a great write-up about CSS specificity here: http://css-tricks.com/specifics-on-css-specificity/ (View Post)2 -
Re: Identifying Unread Messages
You can simply remove the following from /plugin/StatsBox/design/statsbox.css: div.Meta span.CommentCount, .ItemContent .Meta .HasNew { display: none;} Should start on line 57 if you haven't mod… (View Post)1
