hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Vanilla Porter and SMF 1.1.x
If you are getting the exact same error, I would verify that your configuration change took hold. Create a file called info.php in your webroot with the following contents: <?phpphpinfo(); Visitin… (View Post)2 -
Re: Translation for Activity items not getting picked up
You are correct. You write a plugin that looks at the activity type ID and use the translation code to display an updated headline. I don't know how messy that would be, but I would guess it wou… (View Post)1 -
Re: Why can guests react to posts?
I agree the permissions for reactions are unintuitive. I used a single namespace, 'Yaga.Reactions.', to reduce the confusion but I don't think I communicated what the permissions do ve… (View Post)2 -
Re: Is there a comprehensive "base" locale file we can localise on?
I learned a lot about languages just now. The MultiLingual addon supports locale preferences per user: http://vanillaforums.org/addon/multilingual-plugin (View Post)2 -
Re: Nice Module!
I am wondering why you put the birthday cache on the controller rather than in the module itself. Setting it in the data portion of the controller makes it visible in the json/xml view. Something to … (View Post)2
