Prosilver Location:
BEFORE
Code: Select all
<dl>
<dt><label <!-- IF S_USERNAME_OPTIONS -->for="usernames"<!-- ENDIF -->>{L_YOUR_FRIENDS}{L_COLON}</label><br /><span>{L_YOUR_FRIENDS_EXPLAIN}</span></dt>
<dd>
<!-- IF S_USERNAME_OPTIONS -->
<select name="usernames[]" id="usernames" multiple="multiple" size="5">{S_USERNAME_OPTIONS}</select>
<!-- ELSE -->
<strong>{L_NO_FRIENDS}</strong>
<!-- ENDIF -->
</dd>
</dl>
---------------------------------------------
Identifier: ucp_zebra_friend_list_after
Prosilver Location:
AFTER
Code: Select all
<dl>
<dt><label <!-- IF S_USERNAME_OPTIONS -->for="usernames"<!-- ENDIF -->>{L_YOUR_FRIENDS}{L_COLON}</label><br /><span>{L_YOUR_FRIENDS_EXPLAIN}</span></dt>
<dd>
<!-- IF S_USERNAME_OPTIONS -->
<select name="usernames[]" id="usernames" multiple="multiple" size="5">{S_USERNAME_OPTIONS}</select>
<!-- ELSE -->
<strong>{L_NO_FRIENDS}</strong>
<!-- ENDIF -->
</dd>
</dl>
------------------------------------------------
Extension:
I'm working on ZEBRA enhancement extension allowing friend request confirmation, and adding special sub-group of friends (special friends) which can have special access to some information in profile.