mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
Merge branch '3.1.x'
Conflicts: phpBB/docs/events.md phpBB/styles/subsilver2/template/mcp_forum.html
This commit is contained in:
commit
648389af6f
2 changed files with 10 additions and 6 deletions
|
@ -1211,7 +1211,9 @@ topiclist_row_prepend
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/search_results.html
|
+ styles/prosilver/template/search_results.html
|
||||||
+ styles/prosilver/template/viewforum_body.html
|
+ styles/prosilver/template/viewforum_body.html
|
||||||
|
+ styles/prosilver/template/mcp_forum.html
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
|
* Changed: 3.1.6-RC1 Added event to mcp_forum.html
|
||||||
* Purpose: Add content into topic rows (inside the elements containing topic titles)
|
* Purpose: Add content into topic rows (inside the elements containing topic titles)
|
||||||
|
|
||||||
topiclist_row_append
|
topiclist_row_append
|
||||||
|
@ -1219,7 +1221,9 @@ topiclist_row_append
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/search_results.html
|
+ styles/prosilver/template/search_results.html
|
||||||
+ styles/prosilver/template/viewforum_body.html
|
+ styles/prosilver/template/viewforum_body.html
|
||||||
|
+ styles/prosilver/template/mcp_forum.html
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
|
* Changed: 3.1.6-RC1 Added event to mcp_forum.html
|
||||||
* Purpose: Add content into topic rows (inside the elements containing topic titles)
|
* Purpose: Add content into topic rows (inside the elements containing topic titles)
|
||||||
|
|
||||||
ucp_agreement_terms_after
|
ucp_agreement_terms_after
|
||||||
|
|
|
@ -13,9 +13,9 @@
|
||||||
<div class="action-bar top">
|
<div class="action-bar top">
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
{TOTAL_TOPICS}
|
{TOTAL_TOPICS}
|
||||||
<!-- IF .pagination -->
|
<!-- IF .pagination -->
|
||||||
<!-- INCLUDE pagination.html -->
|
<!-- INCLUDE pagination.html -->
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
• {PAGE_NUMBER}
|
• {PAGE_NUMBER}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
<dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
|
<dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
|
||||||
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
|
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
|
||||||
<div class="list-inner">
|
<div class="list-inner">
|
||||||
|
<!-- EVENT topiclist_row_prepend -->
|
||||||
<!-- IF topicrow.S_SELECT_TOPIC --><a href="{topicrow.U_SELECT_TOPIC}" class="topictitle">[ {L_SELECT_MERGE} ]</a> <!-- ENDIF -->
|
<!-- IF topicrow.S_SELECT_TOPIC --><a href="{topicrow.U_SELECT_TOPIC}" class="topictitle">[ {L_SELECT_MERGE} ]</a> <!-- ENDIF -->
|
||||||
<!-- EVENT mcp_forum_topic_title_before -->
|
<!-- EVENT mcp_forum_topic_title_before -->
|
||||||
<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
|
<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
|
<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
|
||||||
{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
|
{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
|
||||||
</div>
|
</div>
|
||||||
|
<!-- EVENT topiclist_row_append -->
|
||||||
</div>
|
</div>
|
||||||
</dt>
|
</dt>
|
||||||
<dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
|
<dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
|
||||||
|
@ -109,9 +109,9 @@
|
||||||
<div class="action-bar bottom">
|
<div class="action-bar bottom">
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
{TOTAL_TOPICS}
|
{TOTAL_TOPICS}
|
||||||
<!-- IF .pagination -->
|
<!-- IF .pagination -->
|
||||||
<!-- INCLUDE pagination.html -->
|
<!-- INCLUDE pagination.html -->
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
• {PAGE_NUMBER}
|
• {PAGE_NUMBER}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue