-
I'm trying to install this message label plugin:
https://plugins.roundcube.net/packages/kreapptivo/message_labelI've tried to follow the instructions at:
https://cloudron.io/documentation/apps/roundcube/#pluginsI went into the Roundcube web terminal and did:
cd /app/data/plugins git clone https://umount@github.com/umount/message_label.git message_label chown -R www-data:www-data /app/data/pluginsBut then, if I paste:
array_push($config['plugins'], 'message_label');Into
/app/data/customconfig.phpWell, then the app doesn't work at all - I just get a blank white screen.
However, if I change it to:
array_push($rcmail_config['plugins'], 'message_label');Then the app works, but the plugin doesn't appear to be have been installed/ working.
Help!

-
@jdaviescoates Most likely it's some bug in the plugin. It's not been developed for 5 years...
@girish ah, damn. I was alerted to it by @necrevistonnezr who said it was new (I guess because it appears in new list here https://plugins.roundcube.net/explore/ ) but now I see what you mean.
But, just for info, should
array_push($config['plugins'], 'myplugin');in the instructions actually bearray_push($rcmail_config['plugins'], 'myplugin');(i.e. $config or $rcmail_config).Thanks.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login