Search found 73 matches

by Pico88
Thu May 29, 2014 7:07 pm
Forum: [3.1/Ascraeus] Merged Event Requests
Topic: [PHP] core.acp_manage_groups_request_data
Replies: 14
Views: 52343

Re: [PHP] core.acp_manage_groups_request_data

Shall I create a ticket and PR? Or the ticket is already created?
by Pico88
Thu May 29, 2014 5:58 pm
Forum: [3.1/Ascraeus] Merged Event Requests
Topic: [PHP] core.acp_manage_groups_request_data
Replies: 14
Views: 52343

Re: [PHP] core.acp_manage_groups_request_data

The acp_group_options_display_form works fine but require important change - just replace group_data with group_row ;) The event code should look like: $template_data['GROUP_BYPASS_PCR'] = $event['group_row']['group_bypass_pcr'] ? 'checked="checked"' : ''; I have to go. Later I will check ...
by Pico88
Wed May 28, 2014 1:10 pm
Forum: [3.1/Ascraeus] Merged Event Requests
Topic: [PHP] core.acp_manage_groups_request_data
Replies: 14
Views: 52343

Re: [PHP] core.acp_manage_groups_request_data

I used it - not published yet. /** * Add reputation request data * * @param object $event The event object * @return null * @access public */ public function forum_reputation_request($event) { $forum_data = $event['forum_data']; $forum_data['reputation_enabled'] = $this->request->variable('reputatio...
by Pico88
Wed May 28, 2014 7:18 am
Forum: [3.1/Ascraeus] Merged Event Requests
Topic: [PHP] core.acp_manage_groups_request_data
Replies: 14
Views: 52343

Re: [PHP] core.acp_manage_groups_request_data

Have a look how it is done in acp_forums.php ;)
by Pico88
Sun May 25, 2014 7:59 pm
Forum: [3.x][Archive] RFCs
Topic: Sortable extension events
Replies: 33
Views: 111962

Re: Sortable extension events

That can solve core events, but the main aim of that topic is make a possibility to sort template events ;)
by Pico88
Fri May 23, 2014 5:24 am
Forum: [3.x] Discussion
Topic: 3.1 notifications somewhat difficult to read
Replies: 54
Views: 61578

Re: 3.1 notifications somewhat difficult to read

I like hanakin mockup. It is much readable than current.
by Pico88
Tue May 20, 2014 4:48 pm
Forum: [3.x][Archive] RFCs
Topic: Sortable extension events
Replies: 33
Views: 111962

Re: Sortable extension events

I cannot agree with you. For example: An admin uses 3 exts which each add diffrents link to navbar (such as rules, faq etc.) - so his board has 3 new links in navbar. Next the board admin want to change their order, because he thinks that i.e. rules should be the first or be the second, but now it i...
by Pico88
Tue May 20, 2014 4:11 pm
Forum: [3.x][Archive] RFCs
Topic: Sortable extension events
Replies: 33
Views: 111962

Re: Sortable extension events

Well, do you think each developer will care about that? I don't think so.
by Pico88
Tue May 20, 2014 2:08 pm
Forum: [3.x][Archive] RFCs
Topic: Sortable extension events
Replies: 33
Views: 111962

Re: Sortable extension events

Ok. That is for core events.

What about template events?