Skip to content

Commit

Permalink
Style update to phpBB 3.3.8
Browse files Browse the repository at this point in the history
Style update to the recent phpBB versi{on
  • Loading branch information
melvingb committed Sep 25, 2022
1 parent 6f4a8d0 commit afe3c2a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions style.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
# General Information about this style
name = fisubice3
copyright = © Darren Burnhill, phpBBservice.nl 2007, © AS (Allan Style), © nextgen 2021
style_version = 3.0.0-RC1
phpbb_version = 3.3.5
style_version = 3.1.0-RC2
phpbb_version = 3.3.8

# Defining a different template bitfield
# template_bitfield = //g=
Expand Down
2 changes: 1 addition & 1 deletion template/forumlist_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_POSTS_UNAPPROVED_FORUM}</span>
</a>
<!-- ENDIF -->
<!-- IF forumrow.LAST_POST_TIME -->
<!-- IF forumrow.LAST_POST_TIME_RFC3339 -->
<dfn>{L_LAST_POST}</dfn>
<!-- IF forumrow.S_DISPLAY_SUBJECT -->
<!-- EVENT forumlist_body_last_post_title_prepend -->
Expand Down
2 changes: 1 addition & 1 deletion template/overall_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h3 class="alert_title">&nbsp;</h3><p class="alert_text"></p>
</div>
<div>
<a id="bottom" class="anchor" accesskey="z"></a>
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
{% if not S_IS_BOT %}{{ RUN_CRON_TASK }}{% endif %}
</div>

<script src="{T_JQUERY_LINK}"></script>
Expand Down
8 changes: 4 additions & 4 deletions template/viewtopic_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@ <h2 class="poll-title"><!-- EVENT viewtopic_body_poll_question_prepend -->{POLL_
<!-- IF postrow.S_POST_HIDDEN -->
<!-- IF postrow.S_POST_DELETED -->
<div class="ignore" id="post_hidden{postrow.POST_ID}">
{postrow.L_POST_DELETED_MESSAGE}<br />
{postrow.L_POST_DISPLAY}
{postrow.L_POST_DELETED_MESSAGE}<br>
<a class="display_post" data-post-id="{{ postrow.POST_ID }}" href="{{ postrow.U_MINI_POST_VIEW }}">{{ lang('POST_DISPLAY') }}</a>
</div>
<!-- ELSEIF postrow.S_IGNORE_POST -->
<div class="ignore" id="post_hidden{postrow.POST_ID}">
{postrow.L_IGNORE_POST}<br />
{postrow.L_POST_DISPLAY}
{postrow.L_IGNORE_POST}<br>
<a class="display_post" data-post-id="{{ postrow.POST_ID }}" href="{{ postrow.U_MINI_POST_VIEW }}">{{ lang('POST_DISPLAY') }}</a>
</div>
<!-- ENDIF -->
<!-- ENDIF -->
Expand Down
3 changes: 3 additions & 0 deletions theme/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,9 @@ fieldset.polls dd div {
margin-bottom: 10px;
}

.profile-rank img {
max-width: 160px;}

/* Post-profile avatars */
.postprofile .has-avatar .avatar-container {
margin-bottom: 3px;
Expand Down

0 comments on commit afe3c2a

Please sign in to comment.