Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer error #1

Open
mvldebian opened this issue Aug 7, 2022 · 4 comments
Open

Composer error #1

mvldebian opened this issue Aug 7, 2022 · 4 comments

Comments

@mvldebian
Copy link

Version check failed! bluelama/rc-login-background requires Roundcube version <= 1.3.9.0, 1.6.0.0 was detected.

Would it be possible to adjust it to work with the current version?

@Dmitry422
Copy link

Dmitry422 commented Nov 23, 2022

Hi, mvldebian.
Plugin not correct work on modern version of Roundcube. I install it manually by downloading to ...roundcube/plugin/rc_login_background.

Now I test it with 1.5.3. and plugin required modification in custom.php like this:
.......
$img=date("n").".jpg";
echo "
#layout-content {
background-color: transparent !important;
}

body
{..........

and another one in rc_login_background.php you must replace custom.css to custom.php:

function render_page($p)
{
$this->include_stylesheet('custom.php');
}

so now it work for me on 1.5.3

Снимок экрана 2022-11-23 в 18 25 32

@Kea-hash
Copy link

In RC version 1.6.3 doesnt work even after addition edits from Dmitry422 message

@mvldebian
Copy link
Author

Hi, mvldebian. Plugin not correct work on modern version of Roundcube. I install it manually by downloading to ...roundcube/plugin/rc_login_background.

Now I test it with 1.5.3. and plugin required modification in custom.php like this: ....... $img=date("n").".jpg"; echo " #layout-content { background-color: transparent !important; }

body {..........

and another one in rc_login_background.php you must replace custom.css to custom.php:

function render_page($p) { $this->include_stylesheet('custom.php'); }

so now it work for me on 1.5.3

Снимок экрана 2022-11-23 в 18 25 32

Thanks man

Working fine in 1.6.5 after the suggested changes.

Roundcube Webmail :: Bem-vindo ao Roundcube Webmail - Google Chrome_001

@Kea-hash
Copy link

In RC version 1.6.3 doesnt work even after addition edits from Dmitry422 message
Missed "#" in rc_login_background. Works now !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants