hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Social login in guest module
These should be displayed in the guest module already. Although they look different out of the box, IIRC. (View Post)1 -
Re: Modules
When you say it doesn't work, do you mean it is throwing an error? Is it not spitting out any markup? (View Post)1 -
Re: Modules
You can add the guest module to the master template if you want it to appear on every page, regardless if it already exists. Or you can write a plugin that plugs into the specific controller you want… (View Post)1 -
Re: nginx error
Tail the nginx error log to see what is causing the bad gateway. tail /var/log/nginx/error.log Should give you the actual error. (View Post)1 -
Re: Form class
Are you looking to override the entire class, or just a specific method? You should be able to extend the Gdn_Form class and then install your custom class via Gdn::FactoryInstall() in /conf/bootstra… (View Post)3
