mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
15033667da
2 changed files with 33 additions and 1 deletions
|
@ -680,6 +680,34 @@ forumlist_body_category_header_row_prepend
|
||||||
* Since: 3.1.5-RC1
|
* Since: 3.1.5-RC1
|
||||||
* Purpose: Add content before the header row of the category on the forum list.
|
* Purpose: Add content before the header row of the category on the forum list.
|
||||||
|
|
||||||
|
forumlist_body_forum_image_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/forumlist_body.html
|
||||||
|
* Since: 3.2.2-RC1
|
||||||
|
* Purpose: Add content after the forum image on the forum list.
|
||||||
|
|
||||||
|
forumlist_body_forum_image_append
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/forumlist_body.html
|
||||||
|
* Since: 3.2.2-RC1
|
||||||
|
* Purpose: Add content at the start of the forum image on the forum list.
|
||||||
|
|
||||||
|
forumlist_body_forum_image_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/forumlist_body.html
|
||||||
|
* Since: 3.2.2-RC1
|
||||||
|
* Purpose: Add content before the forum image on the forum list.
|
||||||
|
|
||||||
|
forumlist_body_forum_image_prepend
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/forumlist_body.html
|
||||||
|
* Since: 3.2.2-RC1
|
||||||
|
* Purpose: Add content at the end of the forum image on the forum list.
|
||||||
|
|
||||||
forumlist_body_forum_row_after
|
forumlist_body_forum_row_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -42,7 +42,11 @@
|
||||||
</a>
|
</a>
|
||||||
-->
|
-->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
|
<!-- IF forumrow.FORUM_IMAGE -->
|
||||||
|
<!-- EVENT forumlist_body_forum_image_before -->
|
||||||
|
<span class="forum-image"><!-- EVENT forumlist_body_forum_image_prepend -->{forumrow.FORUM_IMAGE}<!-- EVENT forumlist_body_forum_image_append --></span>
|
||||||
|
<!-- EVENT forumlist_body_forum_image_after -->
|
||||||
|
<!-- ENDIF -->
|
||||||
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a>
|
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a>
|
||||||
<!-- IF forumrow.FORUM_DESC --><span class="forum-desc">{forumrow.FORUM_DESC}</span><!-- ENDIF -->
|
<!-- IF forumrow.FORUM_DESC --><span class="forum-desc">{forumrow.FORUM_DESC}</span><!-- ENDIF -->
|
||||||
<!-- IF forumrow.MODERATORS -->
|
<!-- IF forumrow.MODERATORS -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue