mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch '3.1.x'
Conflicts: phpBB/styles/prosilver/template/viewforum_body.html phpBB/styles/subsilver2/template/viewforum_body.html
This commit is contained in:
commit
a0ba6b7dc6
2 changed files with 32 additions and 0 deletions
|
@ -1601,6 +1601,34 @@ ucp_friend_list_after
|
||||||
* Since: 3.1.0-a4
|
* Since: 3.1.0-a4
|
||||||
* Purpose: Add optional elements after list of friends in UCP
|
* Purpose: Add optional elements after list of friends in UCP
|
||||||
|
|
||||||
|
viewforum_body_topic_row_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewforum_body.html
|
||||||
|
* Since: 3.1.7-RC1
|
||||||
|
* Purpose: Add content after the topic list item.
|
||||||
|
|
||||||
|
viewforum_body_topic_row_append
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewforum_body.html
|
||||||
|
* Since: 3.1.7-RC1
|
||||||
|
* Purpose: Add content at the start of the topic list item.
|
||||||
|
|
||||||
|
viewforum_body_topic_row_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewforum_body.html
|
||||||
|
* Since: 3.1.7-RC1
|
||||||
|
* Purpose: Add content before the topic list item.
|
||||||
|
|
||||||
|
viewforum_body_topic_row_prepend
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewforum_body.html
|
||||||
|
* Since: 3.1.7-RC1
|
||||||
|
* Purpose: Add content at the end of the topic list item.
|
||||||
|
|
||||||
viewforum_buttons_bottom_before
|
viewforum_buttons_bottom_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -150,7 +150,9 @@
|
||||||
<ul class="topiclist topics">
|
<ul class="topiclist topics">
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT viewforum_body_topic_row_before -->
|
||||||
<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 -->">
|
<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 -->">
|
||||||
|
<!-- EVENT viewforum_body_topic_row_prepend -->
|
||||||
<dl class="row-item {topicrow.TOPIC_IMG_STYLE}">
|
<dl class="row-item {topicrow.TOPIC_IMG_STYLE}">
|
||||||
<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}">
|
<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}">
|
||||||
<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
|
<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
|
||||||
|
@ -226,7 +228,9 @@
|
||||||
</span>
|
</span>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
<!-- EVENT viewforum_body_topic_row_append -->
|
||||||
</li>
|
</li>
|
||||||
|
<!-- EVENT viewforum_body_topic_row_after -->
|
||||||
|
|
||||||
<!-- IF topicrow.S_LAST_ROW -->
|
<!-- IF topicrow.S_LAST_ROW -->
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue