Merge branch '3.1.x'

Conflicts:
	phpBB/styles/subsilver2/template/ucp_main_front.html
This commit is contained in:
Marc Alexander 2015-07-20 13:07:32 +02:00
commit 69c66db459
2 changed files with 16 additions and 0 deletions

View file

@ -1123,6 +1123,20 @@ ucp_agreement_terms_before
* Since: 3.1.0-b3 * Since: 3.1.0-b3
* Purpose: Add content before the terms of agreement text at user registration * Purpose: Add content before the terms of agreement text at user registration
ucp_main_front_user_activity_after
===
* Locations:
+ styles/prosilver/template/ucp_main_front.html
* Since: 3.1.6-RC1
* Purpose: Add content right after the user activity info viewing UCP front page
ucp_main_front_user_activity_before
===
* Locations:
+ styles/prosilver/template/ucp_main_front.html
* Since: 3.1.6-RC1
* Purpose: Add content right before the user activity info viewing UCP front page
ucp_pm_viewmessage_avatar_after ucp_pm_viewmessage_avatar_after
=== ===
* Locations: * Locations:

View file

@ -53,6 +53,7 @@
<h3>{L_YOUR_DETAILS}</h3> <h3>{L_YOUR_DETAILS}</h3>
<!-- EVENT ucp_main_front_user_activity_before -->
<dl class="details"> <dl class="details">
<dt>{L_JOINED}{L_COLON}</dt> <dd>{JOINED}</dd> <dt>{L_JOINED}{L_COLON}</dt> <dd>{JOINED}</dd>
<dt>{L_LAST_ACTIVE}{L_COLON}</dt> <dd>{LAST_VISIT_YOU}</dd> <dt>{L_LAST_ACTIVE}{L_COLON}</dt> <dd>{LAST_VISIT_YOU}</dd>
@ -61,6 +62,7 @@
<!-- IF ACTIVE_TOPIC != '' --><dt>{L_ACTIVE_IN_TOPIC}{L_COLON}</dt> <dd><strong><a href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></strong><br />({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})</dd><!-- ENDIF --> <!-- IF ACTIVE_TOPIC != '' --><dt>{L_ACTIVE_IN_TOPIC}{L_COLON}</dt> <dd><strong><a href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></strong><br />({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})</dd><!-- ENDIF -->
<!-- IF WARNINGS --><dt>{L_YOUR_WARNINGS}{L_COLON}</dt> <dd class="error">{WARNING_IMG} [{WARNINGS}]</dd><!-- ENDIF --> <!-- IF WARNINGS --><dt>{L_YOUR_WARNINGS}{L_COLON}</dt> <dd class="error">{WARNING_IMG} [{WARNINGS}]</dd><!-- ENDIF -->
</dl> </dl>
<!-- EVENT ucp_main_front_user_activity_after -->
</div> </div>
</div> </div>