mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/16724] Add some template events
PHPBB3-16724
This commit is contained in:
parent
b3edc0884f
commit
9417c1803e
2 changed files with 6 additions and 6 deletions
|
@ -65,7 +65,7 @@
|
||||||
<!-- EVENT topiclist_row_topic_title_after -->
|
<!-- EVENT topiclist_row_topic_title_after -->
|
||||||
<div class="responsive-show" style="display: none;">
|
<div class="responsive-show" style="display: none;">
|
||||||
<!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF -->
|
<!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF -->
|
||||||
{L_LAST_POST} {L_POST_BY_AUTHOR} <!-- EVENT mcp_forum_last_post_author_username_prepend -->{topicrow.LAST_POST_AUTHOR_FULL}<!-- EVENT mcp_forum_last_post_author_username_append --> « {topicrow.LAST_POST_TIME}<br />
|
{L_LAST_POST} {L_POST_BY_AUTHOR} {% EVENT mcp_forum_last_post_author_username_prepend %}{topicrow.LAST_POST_AUTHOR_FULL}{% EVENT mcp_forum_last_post_author_username_append %} « {topicrow.LAST_POST_TIME}<br />
|
||||||
</div>
|
</div>
|
||||||
<span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span>
|
<span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span>
|
||||||
|
|
||||||
|
@ -87,14 +87,14 @@
|
||||||
<div class="responsive-hide">
|
<div class="responsive-hide">
|
||||||
<!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF -->
|
<!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF -->
|
||||||
{% EVENT topiclist_row_topic_by_author_before %}
|
{% EVENT topiclist_row_topic_by_author_before %}
|
||||||
{L_POST_BY_AUTHOR} <!-- EVENT mcp_forum_topic_author_username_prepend -->{topicrow.TOPIC_AUTHOR_FULL}<!-- EVENT mcp_forum_topic_author_username_append --> » {topicrow.FIRST_POST_TIME}
|
{L_POST_BY_AUTHOR} {% EVENT mcp_forum_topic_author_username_prepend %}{topicrow.TOPIC_AUTHOR_FULL}{% EVENT mcp_forum_topic_author_username_append %} » {topicrow.FIRST_POST_TIME}
|
||||||
{% EVENT topiclist_row_topic_by_author_after %}
|
{% EVENT topiclist_row_topic_by_author_after %}
|
||||||
</div>
|
</div>
|
||||||
<!-- EVENT topiclist_row_append -->
|
<!-- 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>
|
||||||
<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} <!-- EVENT mcp_forum_last_post_author_username_prepend -->{topicrow.LAST_POST_AUTHOR_FULL}<!-- EVENT mcp_forum_last_post_author_username_append --><br />{topicrow.LAST_POST_TIME}</span></dd>
|
<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {% EVENT mcp_forum_last_post_author_username_prepend %}{topicrow.LAST_POST_AUTHOR_FULL}{% EVENT mcp_forum_last_post_author_username_append %}<br />{topicrow.LAST_POST_TIME}</span></dd>
|
||||||
<!-- IF not S_MERGE_SELECT -->
|
<!-- IF not S_MERGE_SELECT -->
|
||||||
<dd class="mark">
|
<dd class="mark">
|
||||||
<!-- IF not topicrow.S_MOVED_TOPIC --><input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}"<!-- IF topicrow.S_TOPIC_CHECKED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --> <!-- ENDIF -->
|
<!-- IF not topicrow.S_MOVED_TOPIC --><input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}"<!-- IF topicrow.S_TOPIC_CHECKED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --> <!-- ENDIF -->
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
<dd class="posts">{L_REPLIES}</dd>
|
<dd class="posts">{L_REPLIES}</dd>
|
||||||
<dd class="views">{L_VIEWS}</dd>
|
<dd class="views">{L_VIEWS}</dd>
|
||||||
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
|
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
|
||||||
<!-- EVENT search_results_topic_header_lastpost_after -->
|
{% EVENT search_results_topic_header_lastpost_after %}
|
||||||
</dl>
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -154,7 +154,7 @@
|
||||||
<br /><time datetime="{searchresults.LAST_POST_TIME_RFC3339}">{searchresults.LAST_POST_TIME}</time>
|
<br /><time datetime="{searchresults.LAST_POST_TIME_RFC3339}">{searchresults.LAST_POST_TIME}</time>
|
||||||
</span>
|
</span>
|
||||||
</dd>
|
</dd>
|
||||||
<!-- EVENT search_results_topic_row_lastpost_after -->
|
{% EVENT search_results_topic_row_lastpost_after %}
|
||||||
</dl>
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
<!-- EVENT search_results_topic_after -->
|
<!-- EVENT search_results_topic_after -->
|
||||||
|
@ -196,7 +196,7 @@
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<div class="postbody">
|
<div class="postbody">
|
||||||
<!-- EVENT search_results_post_subject_before -->
|
{% EVENT search_results_post_subject_before %}
|
||||||
<h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3>
|
<h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3>
|
||||||
<div class="content">{searchresults.MESSAGE}</div>
|
<div class="content">{searchresults.MESSAGE}</div>
|
||||||
<!-- EVENT search_results_content_after -->
|
<!-- EVENT search_results_content_after -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue