Search found 180 matches

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

Re: [PHP] core.acp_manage_groups_request_data

Ticket has already been created (PHPBB3-12606). I can push my changes and submit a PR if it looks correct to you on my branch on GitHub. I'll post a topic on .com about the event.
by tbackoff
Thu May 29, 2014 6:34 pm
Forum: [3.1/Ascraeus] Merged Event Requests
Topic: [PHP] core.acp_manage_groups_request_data
Replies: 14
Views: 53990

Re: [PHP] core.acp_manage_groups_request_data

Is this right now? updated branch As for the event in the listener:     'core.acp_group_options_initialise_data'    => 'group_options_data', // snip     public function group_options_data($event)     {         $test_variables = $event['test_variables'];         $test_variables['group_bypass_pcr'] = ...
by tbackoff
Thu May 29, 2014 3:04 pm
Forum: [3.x] Discussion
Topic: What Happened To The Report And Quote Buttons?
Replies: 60
Views: 80886

Re: What Happened To The Report And Quote Buttons?

I agree. The new buttons are fine, but having them disappear is annoying and will confuse some.
by tbackoff
Thu May 29, 2014 2:44 pm
Forum: [3.1/Ascraeus] Merged Event Requests
Topic: [PHP] core.acp_manage_groups_request_data
Replies: 14
Views: 53990

Re: [PHP] core.acp_manage_groups_request_data

Still having trouble. Can you check and see if I'm doing this right? I have a feeling one of the two is wrong, just not sure which one.

/includes/acp/acp_groups.php changes

Extension: Post Count Requirements
by tbackoff
Wed May 28, 2014 2:59 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Better Pagination for touch screens
Replies: 77
Views: 165798

Re: Better Pagination for touch screens

3.png [snip] And everybody understands arrows, so there's no need for words like "Next" and "Previous". Personally, I like this style better. The buttons don't look as "cartoony" as the ones posted on page 3 (by hanakin I believe). EDIT: Attachments still don't carry o...
by tbackoff
Wed May 28, 2014 1:20 pm
Forum: [3.1/Ascraeus] Merged Event Requests
Topic: [PHP] core.acp_manage_groups_request_data
Replies: 14
Views: 53990

Re: [PHP] core.acp_manage_groups_request_data

Thanks! I'll give it a go tonight or tomorrow.
by tbackoff
Wed May 28, 2014 12:44 pm
Forum: Chit Chat
Topic: Login without password
Replies: 24
Views: 70106

Re: Login without password

I've gone ahead and moved this to Chit Chat as it doesn't really pertain to phpBB's development.
by tbackoff
Wed May 28, 2014 12:38 pm
Forum: [3.1/Ascraeus] Merged Event Requests
Topic: [PHP] core.acp_manage_groups_request_data
Replies: 14
Views: 53990

Re: [PHP] core.acp_manage_groups_request_data

I did and still couldn't get it done. Side note - I may have made the correct edits to the PHP file, but when I clicked the checkbox that my extension adds, it would say it updated successfully, but the checkbox would remain unchecked. Is there an extension in development that utilized the forums PH...
by tbackoff
Wed May 28, 2014 5:13 am
Forum: [3.1/Ascraeus] Merged Event Requests
Topic: [PHP] core.acp_manage_groups_request_data
Replies: 14
Views: 53990

Re: [PHP] core.acp_manage_groups_request_data

Bump. The template event that was added to the core requires this PHP event. I imagine the above to sections will need one, along with the template->assign_vars section. I tried on my own and am failing miserably.