Search found 5 matches

by vipaka
Thu Feb 05, 2015 3:27 am
Forum: [3.x] Event Requests
Topic: [PHP] core.acp_attachments_add
Replies: 0
Views: 25777

[PHP] core.acp_attachments_add

Identifier: core.acp_attachments_add
Prosilver Location (if applicable): Honestly this file should probably have 2 or 3 event dispatch locations, one for the php loops, one for the template loops, etc.
Explanation: Mods like the points mod require a new value be added individually for each ...
by vipaka
Thu Feb 05, 2015 3:23 am
Forum: [3.x] Event Requests
Topic: [Template] acp_attachment_append
Replies: 0
Views: 25572

[Template] acp_attachment_append

Identifier: acp_attachment_append
Prosilver Location (if applicable): after <td>{extensions.GROUP_OPTIONS}</td> in adm/styles/acp_attachments.html
Explanation: Mods like the points mod require a new value be added individually for each attachment type, so that they can be adjusted individually.
by vipaka
Tue Dec 09, 2014 8:14 am
Forum: [3.x] Event Requests
Topic: [Template]Message Box/Post Template Event
Replies: 0
Views: 15396

[Template]Message Box/Post Template Event

Identifier: posting_editor_message_inside

Immediately after
<textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" style="height: 9em;"<!-- ELSE -->name="message" id="message"<!-- ENDIF --> rows="15" cols="76" tabindex="4" onselect="storeCaret ...
by vipaka
Tue Dec 09, 2014 8:11 am
Forum: [3.x] Event Requests
Topic: [Template] Notifications Event
Replies: 2
Views: 10321

Re: [Template] Notifications Event

And while this one is being (hopefully) added so we can have announcement notifications and so forth...

Would it also be possible to add ucp_prefs_notification events for the same thing so that user's can have the same controls over any new notifications added easily via ext.
by vipaka
Mon Dec 08, 2014 8:26 am
Forum: [3.x] Event Requests
Topic: [Template] Notifications Event
Replies: 2
Views: 10321

[Template] Notifications Event

Identifier: notification_dropdown_before
<div class="header">
{L_NOTIFICATIONS}
Prosilver Location (if applicable): ./styles/prosilver/template/notifiation_dropdown.html
Subsilver Location (if applicable): ./styles/subsilver/template/notification_dropdown.html
Explanation: For adding additional ...