@@ -48,11 +48,14 @@ <h2 class="memberlist-title">{PAGE_TITLE}</h2>
48
48
<!-- IF S_USER_INACTIVE --> < dt > {L_USER_IS_INACTIVE}{L_COLON}</ dt > < dd > {USER_INACTIVE_REASON}</ dd > <!-- ENDIF -->
49
49
<!-- IF AGE !== '' --> < dt > {L_AGE}{L_COLON}</ dt > < dd > {AGE}</ dd > <!-- ENDIF -->
50
50
<!-- IF S_GROUP_OPTIONS --> < dt > {L_USERGROUPS}{L_COLON}</ dt > < dd > < select name ="g "> {S_GROUP_OPTIONS}</ select > < input type ="submit " name ="submit " value ="{L_GO} " class ="button2 " /> </ dd > <!-- ENDIF -->
51
+ <!-- EVENT memberlist_view_non_contact_custom_fields_before -->
51
52
<!-- BEGIN custom_fields -->
52
53
<!-- IF not custom_fields.S_PROFILE_CONTACT -->
53
54
< dt > {custom_fields.PROFILE_FIELD_NAME}{L_COLON}</ dt > < dd > {custom_fields.PROFILE_FIELD_VALUE}</ dd >
54
55
<!-- ENDIF -->
55
56
<!-- END custom_fields -->
57
+ <!-- EVENT memberlist_view_non_contact_custom_fields_after -->
58
+ <!-- EVENT memberlist_view_zebra_before -->
56
59
<!-- IF S_USER_LOGGED_IN and S_ZEBRA -->
57
60
<!-- IF U_REMOVE_FRIEND -->
58
61
< dt > </ dt > < dd class ="zebra "> < a href ="{U_REMOVE_FRIEND} " data-ajax ="zebra "> < strong > {L_REMOVE_FRIEND}</ strong > </ a > </ dd >
@@ -67,6 +70,7 @@ <h2 class="memberlist-title">{PAGE_TITLE}</h2>
67
70
<!-- ENDIF -->
68
71
<!-- ENDIF -->
69
72
<!-- ENDIF -->
73
+ <!-- EVENT memberlist_view_zebra_after -->
70
74
</ dl >
71
75
72
76
</ div >
@@ -83,6 +87,7 @@ <h3>{L_CONTACT_USER}</h3>
83
87
<!-- IF U_EMAIL --> < dt > {L_EMAIL_ADDRESS}{L_COLON}</ dt > < dd > < a href ="{U_EMAIL} "> {L_SEND_EMAIL_USER}</ a > </ dd > <!-- ENDIF -->
84
88
<!-- IF U_PM --> < dt > {L_PM}{L_COLON}</ dt > < dd > < a href ="{U_PM} "> {L_SEND_PRIVATE_MESSAGE}</ a > </ dd > <!-- ENDIF -->
85
89
<!-- IF U_JABBER and S_JABBER_ENABLED --> < dt > {L_JABBER}{L_COLON}</ dt > < dd > < a href ="{U_JABBER} " onclick ="popup(this.href, 750, 320); return false; "> {L_SEND_JABBER_MESSAGE}</ a > </ dd > <!-- ELSEIF USER_JABBER --> < dt > {L_JABBER}{L_COLON}</ dt > < dd > {USER_JABBER}</ dd > <!-- ENDIF -->
90
+ <!-- EVENT memberlist_view_contact_custom_fields_before -->
86
91
<!-- BEGIN custom_fields -->
87
92
<!-- IF custom_fields.S_PROFILE_CONTACT -->
88
93
< dt > {custom_fields.PROFILE_FIELD_NAME}{L_COLON}</ dt >
@@ -93,6 +98,7 @@ <h3>{L_CONTACT_USER}</h3>
93
98
<!-- ENDIF -->
94
99
<!-- ENDIF -->
95
100
<!-- END custom_fields -->
101
+ <!-- EVENT memberlist_view_contact_custom_fields_after -->
96
102
<!-- IF S_PROFILE_FIELD1 -->
97
103
<!-- NOTE: Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
98
104
< dt > {PROFILE_FIELD1_NAME}{L_COLON}</ dt > < dd > {PROFILE_FIELD1_VALUE}</ dd >
0 commit comments