aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-08-28 15:54:11 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-08-28 15:54:11 +0200
commita2838ad0b1a6ab25cf19da142c70ef875ae620b6 (patch)
treeecaa1797821a155737bf7ba4d74a1be12f4756fd /phpBB
parent7c79e7844cfc4e7c2fcd6b508fbbf596f7e10c00 (diff)
parenta019a86bfcd7c1ffe7b38449bc6d93c377d4662a (diff)
downloadforums-a2838ad0b1a6ab25cf19da142c70ef875ae620b6.tar
forums-a2838ad0b1a6ab25cf19da142c70ef875ae620b6.tar.gz
forums-a2838ad0b1a6ab25cf19da142c70ef875ae620b6.tar.bz2
forums-a2838ad0b1a6ab25cf19da142c70ef875ae620b6.tar.xz
forums-a2838ad0b1a6ab25cf19da142c70ef875ae620b6.zip
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/docs/events.md7
-rw-r--r--phpBB/styles/prosilver/template/viewforum_body.html4
2 files changed, 10 insertions, 1 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 7108254196..f2241228fe 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -2085,6 +2085,13 @@ viewforum_body_topic_row_prepend
* Since: 3.1.7-RC1
* Purpose: Add content at the end of the topic list item.
+viewforum_body_topicrow_row_before
+===
+* Locations:
+ + styles/prosilver/template/viewforum_body.html
+* Since: 3.1.10-RC1
+* Purpose: Add content before list of topics.
+
viewforum_buttons_bottom_before
===
* Locations:
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html
index 026c0b35cc..9824989687 100644
--- a/phpBB/styles/prosilver/template/viewforum_body.html
+++ b/phpBB/styles/prosilver/template/viewforum_body.html
@@ -126,6 +126,8 @@
<!-- ENDIF -->
+<!-- EVENT viewforum_body_topic_row_before -->
+
<!-- BEGIN topicrow -->
<!-- IF not topicrow.S_TOPIC_TYPE_SWITCH and not topicrow.S_FIRST_ROW -->
@@ -150,7 +152,7 @@
<ul class="topiclist topics">
<!-- ENDIF -->
- <!-- EVENT viewforum_body_topic_row_before -->
+ <!-- EVENT viewforum_body_topicrow_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 -->">
<!-- EVENT viewforum_body_topic_row_prepend -->
<dl class="row-item {topicrow.TOPIC_IMG_STYLE}">