Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Wordpress Facebook SSO Integration (and other integration questions)
You probably want to set your Registration method to "Connect" so that user accounts can only be created through SSO. To prevent confusion and duplicate content I would not serve the forum … (View Post)2 -
Re: Blatant typo in the installation instructions
http://docs.vanillaforums.com/developers/installation/ https://github.com/vanilla/vanilla/blob/master/README.md These are the relevant docs currently. The one you linked to is the old documentation t… (View Post)1 -
Re: Embeding issue
It should jump to the latest unread post, actually. You can disable this behaviour by adding this to your config.php $Configuration['Vanilla']['Comments']['AutoOffset'] = false; (View Post)4 -
Re: Replace link on Register and Login buttons
A view override would have to be done in a theme. But there is a much easier solution. $('a.SignInPopup').removeClass('SignInPopup').addClass('CustomSignInPopup'); Since it is live/delegated changing… (View Post)3 -
Re: Replace link on Register and Login buttons
The bootstrap theme also modifies the popup: https://github.com/kasperisager/vanilla-bootstrap/blob/master/less/components/modals.less (View Post)2