[Template] ucp_zebra_friend_list_before/after

These requests for events in core phpBB have been merged into 3.1/Ascraeus and will be available with the next release.
Post Reply
Lucifer4o
Registered User
Posts: 23
Joined: Wed Dec 11, 2013 6:50 pm

[Template] ucp_zebra_friend_list_before/after

Post by Lucifer4o »

Identifier: ucp_zebra_friend_list_before
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>
Allow adding of custom information to be added before friend list.

---------------------------------------------

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>
Allow adding of custom information to be added after friend list.

------------------------------------------------

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.

User avatar
Pony99CA
Registered User
Posts: 986
Joined: Sun Feb 08, 2009 2:35 am
Location: Hollister, CA
Contact:

Re: [Template] ucp_zebra_friend_list_before/after

Post by Pony99CA »

Unless having the table name is a coding standard, remove "zebra". Whoever came up with that name probably thought that it was clever, but it really is just confusing unless you look at the definition to see what's stored in it.

ucp_friend_list_before/after seems sufficient.

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.

Lucifer4o
Registered User
Posts: 23
Joined: Wed Dec 11, 2013 6:50 pm

Re: [Template] ucp_zebra_friend_list_before/after

Post by Lucifer4o »

RFC Implemented ... could mode move it to appropriete forum?

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1905
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: [Template] ucp_zebra_friend_list_before/after

Post by DavidIQ »

The developer that reviewed and merged your PR would do that. Who did the review and merge?
Image

Lucifer4o
Registered User
Posts: 23
Joined: Wed Dec 11, 2013 6:50 pm

Re: [Template] ucp_zebra_friend_list_before/after

Post by Lucifer4o »

Hi - EXreaction in github.

User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: [Template] ucp_zebra_friend_list_before/after

Post by EXreaction »

Moved

Post Reply