Search found 15 matches

by omniError
Thu Jun 18, 2015 5:56 pm
Forum: phpBB Discussion
Topic: PHP7 and the preg_replace problem
Replies: 84
Views: 59301

Re: PHP7 and the preg_replace problem

Otherwise, 3.2 should be released at the end of the year, around November. This version should already be compatible with php7 for a new board but it's not for an existing board which already have some posts (they all have to be converted and this part isn't already available). Is it planned to be ...
by omniError
Thu Dec 11, 2014 7:43 am
Forum: Extensions in Development
Topic: [DEV] Holiday Flare
Replies: 64
Views: 12418

Re: [DEV] Holiday Flare

It should be "Flair" nor flare :ugeek:
by omniError
Thu Dec 11, 2014 7:36 am
Forum: Abandoned Extensions
Topic: [RC] Hide BBcode
Replies: 191
Views: 40153

Re: [DEV] Hide BBcode

For any missing events please make a request for it either on area51 or directly on the tracker. Thanks
by omniError
Tue Dec 02, 2014 8:03 pm
Forum: [3.1.x] Support Forum
Topic: Clearing IP Address History
Replies: 7
Views: 354

Re: Clearing IP Address History

The OP does need to justify why they would want something like this. They are asking if it can be done.
by omniError
Wed Nov 26, 2014 4:48 am
Forum: phpBB Discussion
Topic: the updates. always the updates.
Replies: 3
Views: 358

Re: the updates. always the updates.

Instead of modifying prosilver, make your own style directory and set prosilver to be its parent style. Thus you can just add template/css files you need to change to your custom style and any other file which you don't include in your style will be inherited automatically from prosilver. You can se...
by omniError
Fri Nov 21, 2014 10:05 pm
Forum: [3.1.x] Styles Support & Discussion
Topic: Override / replace ACP style?
Replies: 2
Views: 421

Re: Override / replace ACP style?

To add some functional tweaks.

So changing the core files is the only way to go then I guess.
by omniError
Fri Nov 21, 2014 8:23 pm
Forum: [3.1.x] Styles Support & Discussion
Topic: Override / replace ACP style?
Replies: 2
Views: 421

Override / replace ACP style?

This may seem like a simple question but I didn't see anything to explain this. How do you change the style of the ACP itself? The core ACP style is defined in [root]/adm/style but can this only be changed with core file mods? Thanks
by omniError
Tue Nov 11, 2014 5:25 pm
Forum: phpBB Discussion
Topic: the future of phpbb3.0
Replies: 14
Views: 3605

Re: the future of phpbb3.0

BTW if there are any missing "hooks" now called events that anybody needs to get an extension working, please post about it as events can still be added to the code (I have done a couple so far which should be in the next point release). The goal is that we should be able to modify as much...
by omniError
Thu Nov 06, 2014 1:33 am
Forum: Extension Writers Discussion
Topic: Custom Auth
Replies: 7
Views: 3415

Re: Custom Auth

generally it's good practice not to try to add it to the core files since i imagine it could be marked for deletion during a version update. i also forgot the step about the services yaml file. it would need to be "ext/<author>/<name>/config/services.yml". In that you would need to make an...
by omniError
Wed Nov 05, 2014 8:13 pm
Forum: Extension Writers Discussion
Topic: Custom Auth
Replies: 7
Views: 3415

Re: Custom Auth

unfortunately the wiki article is outdated (i'm exploring the same issue) there should be a file in "ext/<author>/<name>/auth/provider/" in this example i'll call it myauth.php it should look like: <?php namespace <author>\<name>\auth\provider; class myauth extends \phpbb\auth\provider\bas...
by omniError
Wed Nov 05, 2014 5:53 pm
Forum: Extension Writers Discussion
Topic: Template events in PHP
Replies: 1
Views: 257

Re: Template events in PHP

bump
by omniError
Mon Nov 03, 2014 8:54 pm
Forum: Extension Writers Discussion
Topic: Template events in PHP
Replies: 1
Views: 257

Template events in PHP

This is going to sound bizarre but bear with me. :) I'm tinkering with events and I would like to know if it's possible to view/intercept template events in PHP. Example, the template event "overall_header_body_before" is triggered, I'd like to see the content being inserted in the templat...
by omniError
Wed Oct 29, 2014 8:37 pm
Forum: Extension Writers Discussion
Topic: A "permanent" extension
Replies: 2
Views: 466

Re: A "permanent" extension

Here's what I have so far poking around. Use at your own risk. If you have a simple extension that does not require any advanced activation steps (no migrations, prompts, etc) you should be able to just insert a row in the database's "ext" table manually like so: ext_name = "author/fo...
by omniError
Wed Oct 29, 2014 4:51 am
Forum: [3.1.x] Support Forum
Topic: Debug error when clicking Re-check all versions
Replies: 7
Views: 526

Re: Debug error when clicking Re-check all versions

Please add this to the bug tracker if it's not there already: http://tracker.phpbb.com/
The PHP notices can be safely ignored but it does look ugly though.
by omniError
Thu Oct 23, 2014 7:14 pm
Forum: Extension Writers Discussion
Topic: A "permanent" extension
Replies: 2
Views: 466

A "permanent" extension

I'm using an extension to patch in a few bits of code I need for an integration to an existing website. This extension is not for the public, just used internally to do what's needed. What I'd like to know is if it's possible to do the following things: 1. automatically enable the extension 2. preve...

Go to advanced search