mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12323] Template Event search_results_postprofile_before
PHPBB3-12323
This commit is contained in:
parent
b60108dc78
commit
1c84cea394
2 changed files with 16 additions and 0 deletions
|
@ -499,6 +499,20 @@ quickreply_editor_message_before
|
||||||
* Since: 3.1.0-a4
|
* Since: 3.1.0-a4
|
||||||
* Purpose: Add content before the quick reply textbox
|
* Purpose: Add content before the quick reply textbox
|
||||||
|
|
||||||
|
search_results_postprofile_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/search_results.html
|
||||||
|
* Since: 3.1.0-b3
|
||||||
|
* Purpose: Add content after the post author and stats in search results (posts view mode)
|
||||||
|
|
||||||
|
search_results_postprofile_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/search_results.html
|
||||||
|
* Since: 3.1.0-b3
|
||||||
|
* Purpose: Add content directly before the post author in search results (posts view mode)
|
||||||
|
|
||||||
simple_footer_after
|
simple_footer_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -122,12 +122,14 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<dl class="postprofile">
|
<dl class="postprofile">
|
||||||
|
<!-- EVENT search_results_postprofile_before -->
|
||||||
<dt class="author">{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}</dt>
|
<dt class="author">{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}</dt>
|
||||||
<dd class="search-result-date">{searchresults.POST_DATE}</dd>
|
<dd class="search-result-date">{searchresults.POST_DATE}</dd>
|
||||||
<dd>{L_FORUM}{L_COLON} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></dd>
|
<dd>{L_FORUM}{L_COLON} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></dd>
|
||||||
<dd>{L_TOPIC}{L_COLON} <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd>
|
<dd>{L_TOPIC}{L_COLON} <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd>
|
||||||
<dd>{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></dd>
|
<dd>{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></dd>
|
||||||
<dd>{L_VIEWS}{L_COLON} <strong>{searchresults.TOPIC_VIEWS}</strong></dd>
|
<dd>{L_VIEWS}{L_COLON} <strong>{searchresults.TOPIC_VIEWS}</strong></dd>
|
||||||
|
<!-- EVENT search_results_postprofile_after -->
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<div class="postbody">
|
<div class="postbody">
|
||||||
|
|
Loading…
Add table
Reference in a new issue