Bugs fixed
- Missing Icon
- Wierd double loading issue
- 1px bug

- Missing Icon
- Twitter Login
- Placeholder bug
- Avatars autoresize not working in topics
- Provide a feature to deactivate avatars on board index
- Padding problems here and there
- Elegant in IE 8 and Opera - bad views
How to update
Since we know you guys hate to completely reinstall the skins...
In globalTemplate, find:
<span title='{$this->lang->words['sign_in']}' id='sign_in' class='rounded'>
<a href='{parse url="app=core&module=global&section=login" base="public"}' class='left' data-target-collapsible="login">{$this->lang->words['sign_in']}</a>Replace with
<span title='{$this->lang->words['sign_in']}' id='sign_in' class='rounded' data-target-collapsible="login">
<a href='{parse url="app=core&module=global&section=login" base="public"}' class='left'>{$this->lang->words['sign_in']}</a>In _loginPanel, find:
<form action="{parse url="app=core&module=global&section=login&do=process" base="public"}" method="post" id='login'>Replace with
<form action="{parse url="app=core&module=global&section=login&do=process" base="public"}" method="post" id='login' autocomplete='off'>Find:
<input placeholder="{$this->lang->words['enter_pass']}" id='password' type='password' class='input_text input pass' name='password' size='22' />Replace with
<input placeholder="{$this->lang->words['enter_pass']}" id='password' type='password' class='input_text input pass' name='password' size='22' autocomplete='off' />In userInfoPane, find:
<a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}" style="background-image: url({$url})">{$url}</a>Replace with
<a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}" style="background-image: url({$url})">{$author['avatar']}</a>In boardIndexTemplate, find:
Skinbox::avatars()->in_forums($cat_data, true);
Replace with
Skinbox::avatars()->in_forums($cat_data);
In globalTemplate, find:
1.5.0
Replace with:
1.5.1
Add this to features.ini (before [ie])
; Avatars (turn this to off to prevent them from being shown on board index) avatars_in_forums=on
In ipb_styles.css, find:
padding: 4px 26px 5px 10px; margin: 3px 5px 0 5px; min-width: 118px; outline: 0px; display: inline-block; overflow: hidden;
Replace with:
padding: 4px 26px 5px 10px; margin: 3px 0 0 5px; min-width: 118px; outline: 0px; display: inline-block; overflow: hidden;
Completely reinstall the image set. You should also compare elegant_general.css in both versions (2.2.0 - 2.2.1).

Sign In
Create Account


Back to top












