hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Yaga Plugin dosn't work
Thanks for trying my addons! When you say installed, did you enable them in the dashboard? (View Post)1 -
Re: Social login in guest module
I am seeing three hooks in use for connect plugins: Base_SignInIcons_Handler, Base_BeforeSignInButton_Handler, and Base_BeforeSignInLink_Handler. The guest module fires the BeforeSignInButton event (… (View Post)2 -
Re: I Just Noticed a Strange Bug
Should be in the library of Yaga. * Copy /applications/yaga/library/rules/class.postcount.php to /applications/yaga/library/rules/class.discountedcount.php. * In your newly copied file, change the cl… (View Post)1 -
Re: Smarty problem
There is no reason to use smarty if you are going to use the {php} tag. Either make your output stateless (like the template wants) or make a function and register the smarty tag via a plugin (like m… (View Post)1 -
Re: Smarty problem
Enable debug mode by adding $Configuration['Debug'] = TRUE; to your /conf/config.php file. That will give you more information when you see a "Something has gone wrong" page. IIRC… (View Post)1
