@@ -110,7 +110,7 @@ <h2 class="searchresults-title"><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE
110
110
111
111
<!-- IF not S_IS_BOT -->
112
112
< div class ="responsive-show " style ="display: none; ">
113
- {L_LAST_POST} {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL} « < a href ="{searchresults.U_LAST_POST} " title ="{L_GOTO_LAST_POST} "> {searchresults.LAST_POST_TIME}</ a >
113
+ {L_LAST_POST} {L_POST_BY_AUTHOR} <!-- EVENT search_results_last_post_author_username_prepend --> {searchresults.LAST_POST_AUTHOR_FULL}<!-- EVENT search_results_last_post_author_username_append --> « < a href ="{searchresults.U_LAST_POST} " title ="{L_GOTO_LAST_POST} "> {searchresults.LAST_POST_TIME}</ a >
114
114
< br /> {L_POSTED} {L_IN} < a href ="{searchresults.U_VIEW_FORUM} "> {searchresults.FORUM_TITLE}</ a >
115
115
</ div >
116
116
<!-- IF searchresults.TOPIC_REPLIES --> < span class ="responsive-show left-box " style ="display: none; "> {L_REPLIES}{L_COLON} < strong > {searchresults.TOPIC_REPLIES}</ strong > </ span > <!-- ENDIF -->
@@ -119,7 +119,9 @@ <h2 class="searchresults-title"><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE
119
119
< div class ="responsive-hide left-box ">
120
120
<!-- IF searchresults.S_HAS_POLL --> < i class ="icon fa-bar-chart fa-fw " aria-hidden ="true "> </ i > <!-- ENDIF -->
121
121
<!-- IF searchresults.ATTACH_ICON_IMG --> < i class ="icon fa-paperclip fa-fw " aria-hidden ="true "> </ i > <!-- ENDIF -->
122
- {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} < a href ="{searchresults.U_VIEW_FORUM} "> {searchresults.FORUM_TITLE}</ a >
122
+ {% EVENT topiclist_row_topic_by_author_before %}
123
+ {L_POST_BY_AUTHOR} <!-- EVENT search_results_topic_author_username_prepend --> {searchresults.TOPIC_AUTHOR_FULL}<!-- EVENT search_results_topic_author_username_append --> » {searchresults.FIRST_POST_TIME} » {L_IN} < a href ="{searchresults.U_VIEW_FORUM} "> {searchresults.FORUM_TITLE}</ a >
124
+ {% EVENT topiclist_row_topic_by_author_after %}
123
125
</ div >
124
126
125
127
<!-- IF .searchresults.pagination -->
@@ -144,7 +146,7 @@ <h2 class="searchresults-title"><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE
144
146
< dd class ="posts "> {searchresults.TOPIC_REPLIES} < dfn > {L_REPLIES}</ dfn > </ dd >
145
147
< dd class ="views "> {searchresults.TOPIC_VIEWS} < dfn > {L_VIEWS}</ dfn > </ dd >
146
148
< dd class ="lastpost ">
147
- < span > < dfn > {L_LAST_POST} </ dfn > {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL}
149
+ < span > < dfn > {L_LAST_POST} </ dfn > {L_POST_BY_AUTHOR} <!-- EVENT search_results_last_post_author_username_prepend --> {searchresults.LAST_POST_AUTHOR_FULL}<!-- EVENT search_results_last_post_author_username_append -->
148
150
<!-- IF not S_IS_BOT -->
149
151
< a href ="{searchresults.U_LAST_POST} " title ="{L_GOTO_LAST_POST} ">
150
152
< i class ="icon fa-external-link-square fa-fw icon-lightgray icon-md " aria-hidden ="true "> </ i > < span class ="sr-only "> {VIEW_LATEST_POST}</ span >
@@ -183,7 +185,7 @@ <h2 class="searchresults-title"><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE
183
185
<!-- ELSE -->
184
186
< dl class ="postprofile ">
185
187
<!-- EVENT search_results_postprofile_before -->
186
- < dt class ="author "> {L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}</ dt >
188
+ < dt class ="author "> {L_POST_BY_AUTHOR} <!-- EVENT search_results_post_author_username_prepend --> {searchresults.POST_AUTHOR_FULL}<!-- EVENT search_results_post_author_username_append --> </ dt >
187
189
< dd class ="search-result-date "> {searchresults.POST_DATE}</ dd >
188
190
< dd > {L_FORUM}{L_COLON} < a href ="{searchresults.U_VIEW_FORUM} "> {searchresults.FORUM_TITLE}</ a > </ dd >
189
191
< dd > {L_TOPIC}{L_COLON} < a href ="{searchresults.U_VIEW_TOPIC} "> {searchresults.TOPIC_TITLE}</ a > </ dd >
@@ -196,6 +198,7 @@ <h2 class="searchresults-title"><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE
196
198
< div class ="postbody ">
197
199
< h3 > < a href ="{searchresults.U_VIEW_POST} "> {searchresults.POST_SUBJECT}</ a > </ h3 >
198
200
< div class ="content "> {searchresults.MESSAGE}</ div >
201
+ <!-- EVENT search_results_content_after -->
199
202
</ div >
200
203
<!-- ENDIF -->
201
204
0 commit comments