Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
How to Disable Commenting on Custom Activity Types?
I would like to disable commenting on Article and ArticleComment activity types. I have defined those activity types in the Article app's structure.php file with: $ActivityModel = new ActivityModel()… (View Post)2 -
Re: Deleting change log?
You can remove the activity link from the main menu by removing {activity_link} from your theme's /views/default.master.tpl file. To hide the activity link on the profile menu, add this config line t… (View Post)2 -
Re: Translate "{USER} joined." on activity wall?
$Definition['HeadlineFormat.Registration'] should work, but it will only be applied to new activity postings since the headline is stored in the database. See: https://github.com/vanilla/vanilla/blob… (View Post)2 -
Re: I am Closing Down My Vanilla Forum
Whether you close it down or not, it looks like you've had a good run. Is one reason for closing it down also due to costs of keeping it running? Also, check out the Vanilla Forums blog. There's some… (View Post)3 -
Re: javascript error
Probably a different issue, but looks like the localized text isn't showing up, so you should clear the Vanilla cache by deleting any .ini files in the /cache directory. (View Post)1