Merge remote-tracking branch 'rxu3/ticket/12279' into develop

* rxu3/ticket/12279:
  [ticket/12279] Add memberlist_view.html template event to add custom info
This commit is contained in:
Joas Schilling 2014-03-17 15:58:33 +01:00
commit 772dd0def6
3 changed files with 12 additions and 0 deletions

View file

@ -160,6 +160,14 @@ memberlist_body_username_prepend
* Purpose: Add information before every username in the memberlist. Works in * Purpose: Add information before every username in the memberlist. Works in
all display modes (leader, group and normal memberlist). all display modes (leader, group and normal memberlist).
memberlist_view_content_append
===
* Locations:
+ styles/prosilver/template/memberlist_view.html
+ styles/subsilver2/template/memberlist_view.html
* Since: 3.1.0-b2
* Purpose: Add custom content to the user profile view after the main content
memberlist_view_user_statistics_after memberlist_view_user_statistics_after
=== ===
* Locations: * Locations:

View file

@ -119,6 +119,8 @@
</form> </form>
<!-- EVENT memberlist_view_content_append -->
<!-- INCLUDE jumpbox.html --> <!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html --> <!-- INCLUDE overall_footer.html -->

View file

@ -178,6 +178,8 @@
</form> </form>
<!-- EVENT memberlist_view_content_append -->
</div> </div>
<br clear="all" /> <br clear="all" />