Skip to content

Commit cc1a264

Browse files
committed
feat: update to phpbb 3.3.4
1 parent 422bbc5 commit cc1a264

4 files changed

Lines changed: 48 additions & 22 deletions

File tree

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 = subsilver2
2323
copyright = © 2005 phpBB Limited
24-
style_version = 3.3.3
25-
phpbb_version = 3.3.3
24+
style_version = 3.3.4
25+
phpbb_version = 3.3.4
2626

2727
# Defining a different template bitfield
2828
template_bitfield = //g=

template/mcp_forum.html

Lines changed: 42 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313
<td class="cat" colspan="6" align="center"><span class="gensmall">{L_DISPLAY_TOPICS}{L_COLON}</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" name="sort" value="{L_GO}" /></td>
1414
</tr>
1515
<tr>
16-
<th width="4%" nowrap="nowrap">&nbsp;</th>
16+
<th width="25" nowrap="nowrap">&nbsp;</th>
1717
<th nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
18-
<th width="8%" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
19-
<th width="17%" nowrap="nowrap">&nbsp;{L_LAST_POST}&nbsp;</th>
20-
<th width="5%" nowrap="nowrap">&nbsp;{L_MARK}&nbsp;</th>
18+
<th width="130" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
19+
<th width="50" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
20+
<th width="140" nowrap="nowrap">&nbsp;{L_LAST_POST}&nbsp;</th>
21+
<th width="40" nowrap="nowrap">&nbsp;{L_MARK}&nbsp;</th>
2122
</tr>
2223
<!-- BEGIN topicrow -->
2324
<tr>
@@ -30,24 +31,47 @@
3031
<!-- IF topicrow.S_SELECT_TOPIC -->
3132
<span class="genmed">[ <a href="{topicrow.U_SELECT_TOPIC}">{L_SELECT_MERGE}</a> ]&nbsp;</span>
3233
<!-- ENDIF -->
33-
<p class="topictitle">{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} <!-- EVENT mcp_forum_topic_title_before --><a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a><!-- EVENT mcp_forum_topic_title_after -->
34-
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
35-
<a href="{topicrow.U_MCP_QUEUE}" class="imageset">{topicrow.UNAPPROVED_IMG}</a>&nbsp;
36-
<!-- ENDIF -->
37-
<!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED -->
38-
<a href="{topicrow.U_MCP_QUEUE}" class="imageset">{topicrow.DELETED_IMG}</a>&nbsp;
39-
<!-- ENDIF -->
40-
<!-- IF topicrow.S_TOPIC_REPORTED and topicrow.U_MCP_REPORT -->
41-
<a href="{topicrow.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a>&nbsp;
42-
<!-- ENDIF -->
43-
<!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE -->
44-
[ <a href="{topicrow.U_DELETE_TOPIC}">{L_DELETE_SHADOW_TOPIC}</a> ]&nbsp;
45-
<!-- ENDIF -->
34+
<p class="topictitle">
35+
{% if topicrow.S_UNREAD_TOPIC %}
36+
<a href="{topicrow.U_NEWEST_POST}" class="imageset">{NEWEST_POST_IMG}</a>
37+
{% endif %}
38+
{topicrow.ATTACH_ICON_IMG}
39+
<!-- EVENT mcp_forum_topic_title_before -->
40+
<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a>
41+
<!-- EVENT mcp_forum_topic_title_after -->
42+
43+
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
44+
<a href="{topicrow.U_MCP_QUEUE}" class="imageset">{topicrow.UNAPPROVED_IMG}</a>&nbsp;
45+
<!-- ENDIF -->
46+
<!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED -->
47+
<a href="{topicrow.U_MCP_QUEUE}" class="imageset">{topicrow.DELETED_IMG}</a>&nbsp;
48+
<!-- ENDIF -->
49+
<!-- IF topicrow.S_TOPIC_REPORTED and topicrow.U_MCP_REPORT -->
50+
<a href="{topicrow.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a>&nbsp;
51+
<!-- ENDIF -->
52+
<!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE -->
53+
[ <a href="{topicrow.U_DELETE_TOPIC}">{L_DELETE_SHADOW_TOPIC}</a> ]&nbsp;
54+
<!-- ENDIF -->
4655
</p>
4756
<!-- EVENT topiclist_row_append -->
4857
</td>
58+
<td class="row1" width="130" align="center">
59+
<p class="topicauthor">
60+
{% EVENT mcp_forum_topic_author_username_prepend %}
61+
{topicrow.TOPIC_AUTHOR_FULL}
62+
{% EVENT mcp_forum_topic_author_username_append %}
63+
</p>
64+
</td>
4965
<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
50-
<td class="row1" width="120" align="center"><p class="topicdetails">{topicrow.LAST_POST_TIME}</p></td>
66+
<td class="row1" width="120" align="center">
67+
<p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p>
68+
<p class="topicdetails">
69+
{% EVENT mcp_forum_last_post_author_username_prepend %}
70+
{topicrow.LAST_POST_AUTHOR_FULL}
71+
{% EVENT mcp_forum_last_post_author_username_append %}
72+
<!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a><!-- ENDIF -->
73+
</p>
74+
</td>
5175
<td class="row2" align="center">
5276
<!-- IF not topicrow.S_MOVED_TOPIC and not S_MERGE_SELECT --><input type="checkbox" class="radio" name="topic_id_list[]" value="{topicrow.TOPIC_ID}"<!-- IF topicrow.S_TOPIC_CHECKED --> checked="checked"<!-- ENDIF --> /><!-- ELSE -->&nbsp;<!-- ENDIF -->
5377
</td>

template/search_results.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<th nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
2929
<th nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
3030
<th nowrap="nowrap">&nbsp;{L_LAST_POST}&nbsp;</th>
31+
{% EVENT search_results_topic_header_lastpost_after %}
3132
</tr>
3233
<!-- BEGIN searchresults -->
3334
<!-- EVENT search_results_topic_before -->
@@ -75,6 +76,7 @@
7576
<a href="{searchresults.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a>
7677
</p>
7778
</td>
79+
{% EVENT search_results_topic_row_lastpost_after %}
7880
</tr>
7981
<!-- EVENT search_results_topic_after -->
8082
<!-- BEGINELSE -->
@@ -159,6 +161,8 @@
159161

160162
<br clear="all" />
161163

164+
{% EVENT search_results_jumpbox_before %}
165+
162166
<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
163167

164168
<!-- INCLUDE overall_footer.html -->

template/ucp_reset_password.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
<td class="cat" colspan="2" align="center">
4848
{{ S_HIDDEN_FIELDS }}
4949
<input type="submit" name="submit" value="{{ lang('SUBMIT') }}" class="btnmain" />
50-
&nbsp;&nbsp;
51-
<input type="reset" name="reset" value="{{ lang('RESET') }}" class="btnlite" />
5250
</td>
5351
</tr>
5452
</table>

0 commit comments

Comments
 (0)