pequefocus Posted May 26, 2019 at 04:37 PM Posted May 26, 2019 at 04:37 PM Hello @Ehren Is it possible update to IPS 4.4.4? Thank you.
Ehren Posted May 27, 2019 at 12:06 AM Posted May 27, 2019 at 12:06 AM Hello, 4.4.4 is only in beta. Themes will be upgraded once the final version of 4.4.4 is released 1
The Heff Posted May 27, 2019 at 09:34 PM Posted May 27, 2019 at 09:34 PM For what it's worth, I'm on 4.4.4 beta 1 and I've experienced no issues. 2
pequefocus Posted May 28, 2019 at 07:23 PM Author Posted May 28, 2019 at 07:23 PM 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!
Guest Posted June 5, 2019 at 06:04 PM Posted June 5, 2019 at 06:04 PM 4.4.4 is out now, and Chameleon Dark is being flagged as incompatible due to the following: core → front → widgets → guestSignUp
pequefocus Posted June 5, 2019 at 06:07 PM Author Posted June 5, 2019 at 06:07 PM 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.
Guest Posted June 5, 2019 at 08:30 PM Posted June 5, 2019 at 08:30 PM Oh, of course - just wanted to post it in case anybody else using this excellent skin is eager to upgrade to 4.4.4
ajmboy Posted June 6, 2019 at 12:50 PM Posted June 6, 2019 at 12:50 PM 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?
ajmboy Posted June 6, 2019 at 12:59 PM Posted June 6, 2019 at 12:59 PM 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
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