pequefocus Posted May 26, 2019 Share Posted May 26, 2019 Hello @Ehren Is it possible update to IPS 4.4.4? Thank you. Link to comment Share on other sites More sharing options...
Ehren Posted May 27, 2019 Share Posted May 27, 2019 Hello, 4.4.4 is only in beta. Themes will be upgraded once the final version of 4.4.4 is released 1 Send PM Link to comment Share on other sites More sharing options...
The Heff Posted May 27, 2019 Share Posted May 27, 2019 For what it's worth, I'm on 4.4.4 beta 1 and I've experienced no issues. 2 Link to comment Share on other sites More sharing options...
pequefocus Posted May 28, 2019 Author Share Posted May 28, 2019 On 5/27/2019 at 2:06 AM, Ehren said: Hello, 4.4.4 is only in beta. Themes will be upgraded once the final version of 4.4.4 is released True! Sorry! Link to comment Share on other sites More sharing options...
Guest Posted June 5, 2019 Share Posted June 5, 2019 4.4.4 is out now, and Chameleon Dark is being flagged as incompatible due to the following: core → front → widgets → guestSignUp Link to comment Share on other sites More sharing options...
pequefocus Posted June 5, 2019 Author Share Posted June 5, 2019 2 minutes ago, Joyrex said: 4.4.4 is out now, and Chameleon Dark is being flagged as incompatible due to the following: core → front → widgets → guestSignUp Patience. Version 4.4.4 has come out today and I'm sure @Ehren will soon offer it to us. Link to comment Share on other sites More sharing options...
Guest Posted June 5, 2019 Share Posted June 5, 2019 Oh, of course - just wanted to post it in case anybody else using this excellent skin is eager to upgrade to 4.4.4 Link to comment Share on other sites More sharing options...
ajmboy Posted June 6, 2019 Share Posted June 6, 2019 18 hours ago, Joyrex said: 4.4.4 is out now, and Chameleon Dark is being flagged as incompatible due to the following: core → front → widgets → guestSignUp Can't you just revert it to the default? Link to comment Share on other sites More sharing options...
ajmboy Posted June 6, 2019 Share Posted June 6, 2019 Actually that will mess up the styling. Looks like the update template is: {{$buttonMethods = $login->buttonMethods();}} {{$usernamePasswordMethods = $login->usernamePasswordMethods();}} {{if $orientation == 'vertical'}} <div class='ipsWidget_inner ipsPos_center ipsPad'> <div class="ipsAreaBackground_light ipsPad"> <h2 class="guest-widget-header">{$title}</h2> <div class="ipsType_richText ipsType_contained"> {$text|raw} </div> {{if $buttonMethods}} <form accept-charset='utf-8' method='post' action='{$login->url}' data-controller="core.global.core.login"> <input type="hidden" name="csrfKey" value="{expression="\IPS\Session::i()->csrfKey"}"> <input type="hidden" name="ref" value="{expression="base64_encode( \IPS\Request::i()->url() )"}"> {{endif}} <div class='guest-widget-footer'> <ul> {{if $usernamePasswordMethods}} <li> <a href='{url="app=core&module=system&controller=login" seoTemplate="login"}' class="ipsButton ipsButton_primary ipsButton_verySmall ipsPos_right">{lang="sign_in_short"}</a> </li> {{if \IPS\Login::registrationType() != 'disabled'}} <li>{lang="or"}</li> <li> <a href='{url="app=core&module=system&controller=register" seoTemplate="register"}' class="ipsButton ipsButton_primary ipsButton_verySmall ipsPos_right">{lang="sign_up"}</a> </li> {{endif}} {{endif}} {{if $buttonMethods}} <li>{lang="or"}</li> {{foreach $buttonMethods as $method}} <li> {$method->button()|raw} </li> {{endforeach}} {{endif}} </ul> </div> {{if $buttonMethods}} </form> {{endif}} </div> </div> {{else}} <div class='ipsWidget_inner ipsPos_center ipsPad_half'> <div class="ipsAreaBackground_light ipsPad"> <h2 class="guest-widget-header">{$title}</h2> <div class="ipsType_richText ipsType_contained"> {$text|raw} </div> {{if $buttonMethods}} <form accept-charset='utf-8' method='post' action='{$login->url}' data-controller="core.global.core.login"> <input type="hidden" name="csrfKey" value="{expression="\IPS\Session::i()->csrfKey"}"> <input type="hidden" name="ref" value="{expression="base64_encode( \IPS\Request::i()->url() )"}"> {{endif}} <div class='guest-widget-footer'> <ul> {{if $usernamePasswordMethods}} <li> <a href='{url="app=core&module=system&controller=login" seoTemplate="login"}' class="ipsButton ipsButton_primary ipsButton_verySmall ipsPos_right">{lang="sign_in_short"}</a> </li> {{if \IPS\Login::registrationType() != 'disabled'}} <li>{lang="or"}</li> <li> <a href='{url="app=core&module=system&controller=register" seoTemplate="register"}' class="ipsButton ipsButton_primary ipsButton_verySmall ipsPos_right">{lang="sign_up"}</a> </li> {{endif}} {{endif}} {{if $buttonMethods}} <li>{lang="or"}</li> {{foreach $buttonMethods as $method}} <li> {$method->button()|raw} </li> {{endforeach}} {{endif}} </ul> </div> {{if $buttonMethods}} </form> {{endif}} </div> </div> {{endif}} 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now