Sorry about this. I searched pretty widely for my answer, but couldn't find it.
I'm new to RoundCube since today. It's great! But I'm trying to add extra functionality, like the ability of the browser to retain the login username.
I downloaded the latest plugin bundle, and selected from this bundle two or three plugins that interested me (remember_me; remember_splitter; accounts; archive). Problem is, I can't see any way of actually initiating these plugins.
Remember_me, for example, is installed, but isn't showing up on the login page. I looked inside the file to see if there was anything obvious I should change, but I can't see it.
Same for the other plugins.
Can someone give me a quick heads up?
If there had been a Read Me I would have read it, but there wasn't, so I'm kinda lost as a newbie.
Thanks for your patience and any assistance!
Most likely you don't have registered the plugins in ./config/main.inc.php.
If you like to run the mentioned plugins, your config values has to be:
$rcmail_config['plugins'] = array(
'remember_me',
'remember_splitter',
'accounts',
'archive',
);
Read my generic installation guide (see my signature) for further assistence.
You are right! I'm so sorry, I didn't see that at all. Thank you!
Thank you for your work, and for such a great webmail interface!