Skip to content

Commit 781d0b4

Browse files
committed
update basic and elegance styles 3.2.8
1 parent 6943f1b commit 781d0b4

File tree

23 files changed

+48
-36
lines changed

23 files changed

+48
-36
lines changed

styles/basic/style.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# General Information about this style
2222
name = Basic
2323
copyright = Created by Arty (Vjacheslav Trushkin), http://www.artodia.com/, Modified by Gabriel Fischer
24-
style_version = 3.2.7
25-
phpbb_version = 3.2.7
24+
style_version = 3.2.8
25+
phpbb_version = 3.2.8
2626

2727
# Defining a different template bitfield
2828
# template_bitfield = lNg=

styles/basic/template/search_results.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ <h2 class="searchresults-title"><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE
117117
<div class="responsive-hide left-box">
118118
<!-- IF searchresults.S_HAS_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i><!-- ENDIF -->
119119
<!-- IF searchresults.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- ENDIF -->
120+
{% EVENT topiclist_row_topic_by_author_before %}
120121
{L_POST_BY_AUTHOR} <!-- EVENT search_results_topic_author_username_prepend -->{searchresults.TOPIC_AUTHOR_FULL}<!-- EVENT search_results_topic_author_username_append --> &raquo; {searchresults.FIRST_POST_TIME} &raquo; {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a>
122+
{% EVENT topiclist_row_topic_by_author_after %}
121123
</div>
122124

123125
<!-- IF .searchresults.pagination -->

styles/basic/template/ucp_agreement.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ <h2 class="sitename-title">{SITENAME} - {L_REGISTRATION}</h2>
6262
<div class="content">
6363
<h2 class="sitename-title">{SITENAME} - {AGREEMENT_TITLE}</h2>
6464
<p>{AGREEMENT_TEXT}</p>
65-
<hr class="dashed" />
66-
<p><a href="{U_BACK}" class="button2">{L_BACK}</a></p>
6765
</div>
6866
</div>
6967
</div>

styles/basic/template/viewforum_body.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED --
162162
<li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_POST_GLOBAL --> global-announce<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
163163
<!-- EVENT viewforum_body_topic_row_prepend -->
164164
<dl class="row-item {topicrow.TOPIC_IMG_STYLE}">
165-
<dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
165+
<dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url('{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}'); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
166166
<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
167167
<div class="list-inner">
168168
<!-- EVENT topiclist_row_prepend -->
@@ -204,7 +204,9 @@ <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED --
204204
<div class="topic-poster responsive-hide left-box">
205205
<!-- IF topicrow.S_HAS_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i><!-- ENDIF -->
206206
<!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- ENDIF -->
207+
{% EVENT topiclist_row_topic_by_author_before %}
207208
{L_POST_BY_AUTHOR} <!-- EVENT viewforum_body_topic_author_username_prepend -->{topicrow.TOPIC_AUTHOR_FULL}<!-- EVENT viewforum_body_topic_author_username_append --> &raquo; {topicrow.FIRST_POST_TIME}
209+
{% EVENT topiclist_row_topic_by_author_after %}
208210
<!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --> &raquo; {L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a><!-- ENDIF -->
209211
</div>
210212
<!-- IF .topicrow.pagination -->

styles/basic/theme/plupload.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
margin-bottom: 1em;
44
}
55

6+
.attach-row-tpl {
7+
display: none;
8+
}
9+
610
.file-list td {
711
vertical-align: middle;
812
}

styles/basic_aqua/style.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# General Information about this style
2222
name = Basic Aqua
2323
copyright = Created by Arty (Vjacheslav Trushkin), http://www.artodia.com/, Modified by Gabriel Fischer
24-
style_version = 3.2.7
25-
phpbb_version = 3.2.7
24+
style_version = 3.2.8
25+
phpbb_version = 3.2.8
2626

2727
# Defining a different template bitfield
2828
# template_bitfield = lNg=

styles/basic_darkblue/style.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# General Information about this style
2222
name = Basic DarkBlue
2323
copyright = Created by Arty (Vjacheslav Trushkin), http://www.artodia.com/, Modified by Gabriel Fischer
24-
style_version = 3.2.7
25-
phpbb_version = 3.2.7
24+
style_version = 3.2.8
25+
phpbb_version = 3.2.8
2626

2727
# Defining a different template bitfield
2828
# template_bitfield = lNg=

styles/basic_darkgreen/style.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# General Information about this style
2222
name = Basic DarkGreen
2323
copyright = Created by Arty (Vjacheslav Trushkin), http://www.artodia.com/, Modified by Gabriel Fischer
24-
style_version = 3.2.7
25-
phpbb_version = 3.2.7
24+
style_version = 3.2.8
25+
phpbb_version = 3.2.8
2626

2727
# Defining a different template bitfield
2828
# template_bitfield = lNg=

styles/basic_green/style.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# General Information about this style
2222
name = Basic Green
2323
copyright = Created by Arty (Vjacheslav Trushkin), http://www.artodia.com/, Modified by Gabriel Fischer
24-
style_version = 3.2.7
25-
phpbb_version = 3.2.7
24+
style_version = 3.2.8
25+
phpbb_version = 3.2.8
2626

2727
# Defining a different template bitfield
2828
# template_bitfield = lNg=

styles/basic_lightgreen/style.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# General Information about this style
2222
name = Basic LightGreen
2323
copyright = Created by Arty (Vjacheslav Trushkin), http://www.artodia.com/, Modified by Gabriel Fischer
24-
style_version = 3.2.7
25-
phpbb_version = 3.2.7
24+
style_version = 3.2.8
25+
phpbb_version = 3.2.8
2626

2727
# Defining a different template bitfield
2828
# template_bitfield = lNg=

0 commit comments

Comments
 (0)