Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Deleting change log?
If changes you make to the config.php file directly and to your theme's default.master.tpl file don't take effect after you save them, it's probably because there is some sort of caching on your serv… (View Post)1 -
Re: Translate "{USER} joined." on activity wall?
You can update past user joined activity headlines by running this SQL command: UPDATE GDN_Activity SET HeadlineFormat = "{ActivityUserID,You} joined2." WHERE HeadlineFormat = "{Activi… (View Post)1 -
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: 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: Redis Cache Layer
It seems that Redis can basically replace Memcached entirely in practice because it's more robust and actively developed, while having more functionality and still being able to do the same thing. No… (View Post)1