Thank you a lot !Meis2M wrote:Hello and thanks for your choice...
there is no security issue in my style. u can use it and enjoy it. u can change every thing in my style but please don't remove the"copyright link"
i am planing to upgrade my style to 3.1.3 as soon as release. i will report what files changed in my style.
Thanks
Style.cfg
Code: Select all
style_version = 1.0.2
phpbb_version = 3.1.2
Code: Select all
style_version = 1.1.0
phpbb_version = 3.1.3
template/overall_footer.html
Code: Select all
<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
{$SCRIPTS}
</body>
Code: Select all
<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
{$SCRIPTS}
<!-- EVENT overall_footer_body_after -->
</body>
</html>
template/overall_header.html
Code: Select all
<meta charset="utf-8">
Code: Select all
<meta charset="utf-8" />
template/viewtopic_body.hmtl
Code: Select all
</div>
<!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
</dt>
Code: Select all
</div>
<!-- EVENT viewtopic_body_post_author_before -->
<!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
<!-- EVENT viewtopic_body_post_author_after -->
</dt>
Code: Select all
<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
Code: Select all
<div class="back2top"><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
bidi.css
colours.css
Code: Select all
.pagination li.next a, .pagination li.previous a, .pagination li.page-jump a {
background-image: url("./images/icons_pagination.png");
}
Code: Select all
.dropdown-page-jump li {
color: #FFFFFF;
}
.pagination li.next a, .pagination li.previous a, .pagination li.page-jump a {
background-image: url("./images/icons_pagination.png");
}
common.css
Code: Select all
.navbar {
padding: 3px 10px;
border-radius: 2px;
}
Code: Select all
.navbar {
padding: 3px 10px;
border-radius: 1px;
}
Code: Select all
.hidden {
display: none;
}
Code: Select all
.avatar img:hover {
-moz-box-shadow:0px 0px 5px #999;
-webkit-box-shadow:0px 0px 5px #999;
box-shadow:0px 0px 5px #999;
}
.hidden {
display: none;
}