Quote:
Originally Posted by agiacosa
I've changed the Links and Downloads Manager phrase to something else. However, in WOL, it still shows as Links and Downloads Manager. I can't seem to find the phrase that handles that. Is this hardcoded somewhere?
Thanks.
|
Unfortunately, in 2.1.0, this is hard coded in a plugin - I need to figure out how to grab uncached phrases from the database. You can change it either by editing the main product installer and then reinstalling or by going to your VB admin/Plugin system/Plugin Manager. In either case, you need to edit the plugin called Links and Downloads Manager - Handle Who's Online which is hooked into online_location_unknown.
You will find three lines in this plugin which look like this:
Code:
$userinfo['action'] = "Viewing Links and Downloads Manager";
...
$userinfo['action'] = "Listening to Content from Links and Downloads Manager";
...
$userinfo['action'] = "Viewing Links and Downloads Manager";
Change the text as you wish. I'll try to fix this in the next release.