phpBB

Code Changes

File: styles/prosilver/template/viewtopic_body.html

  Unmodified   Added   Modified   Removed
Line 211Line 211
			<!-- IF postrow.S_POST_HIDDEN -->
<!-- IF postrow.S_POST_DELETED -->
<div class="ignore" id="post_hidden{postrow.POST_ID}">

			<!-- IF postrow.S_POST_HIDDEN -->
<!-- IF postrow.S_POST_DELETED -->
<div class="ignore" id="post_hidden{postrow.POST_ID}">

						{postrow.L_POST_DELETED_MESSAGE}<br />
{postrow.L_POST_DISPLAY}

						{postrow.L_POST_DELETED_MESSAGE}<br>
<a class="display_post" data-post-id="{{ postrow.POST_ID }}" href="{{ postrow.U_MINI_POST_VIEW }}">{{ lang('POST_DISPLAY') }}</a>

					</div>
<!-- ELSEIF postrow.S_IGNORE_POST -->
<div class="ignore" id="post_hidden{postrow.POST_ID}">

					</div>
<!-- ELSEIF postrow.S_IGNORE_POST -->
<div class="ignore" id="post_hidden{postrow.POST_ID}">

						{postrow.L_IGNORE_POST}<br />
{postrow.L_POST_DISPLAY}

						{postrow.L_IGNORE_POST}<br>
<a class="display_post" data-post-id="{{ postrow.POST_ID }}" href="{{ postrow.U_MINI_POST_VIEW }}">{{ lang('POST_DISPLAY') }}</a>

					</div>
<!-- ENDIF -->
<!-- ENDIF -->

					</div>
<!-- ENDIF -->
<!-- ENDIF -->

Line 335Line 335
				<a href="{postrow.U_MCP_REPORT}"><i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><strong>{L_POST_REPORTED}</strong></a>
</p>
<!-- ENDIF -->

				<a href="{postrow.U_MCP_REPORT}"><i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><strong>{L_POST_REPORTED}</strong></a>
</p>
<!-- ENDIF -->

 

{% EVENT viewtopic_body_postrow_content_before %}


<div class="content">{postrow.MESSAGE}</div>



<div class="content">{postrow.MESSAGE}</div>


Line 367Line 369

<!-- IF postrow.BUMPED_MESSAGE --><div class="notice"><br /><br />{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->
<!-- EVENT viewtopic_body_postrow_post_notices_after -->


<!-- IF postrow.BUMPED_MESSAGE --><div class="notice"><br /><br />{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->
<!-- EVENT viewtopic_body_postrow_post_notices_after -->

			<!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->





{% EVENT viewtopic_body_postrow_signature_before %}
{% if postrow.SIGNATURE %}<div id="sig{{ postrow.POST_ID }}" class="signature">{{ postrow.SIGNATURE }}</div>{% endif %}
{% EVENT viewtopic_body_postrow_signature_after %}


<!-- EVENT viewtopic_body_postrow_post_content_footer -->
</div>


<!-- EVENT viewtopic_body_postrow_post_content_footer -->
</div>

Line 461Line 466
		<p>{LOGGED_IN_USER_LIST}</p>
</div>
<!-- ENDIF -->

		<p>{LOGGED_IN_USER_LIST}</p>
</div>
<!-- ENDIF -->

 

{% EVENT viewtopic_body_online_list_after %}


<!-- INCLUDE overall_footer.html -->



<!-- INCLUDE overall_footer.html -->