Search found 595 matches

by Acyd Burn
Thu Jan 29, 2009 1:26 pm
Forum: [3.0/Olympus] Discussion
Topic: Outbuffering for integration with Joomla and errors
Replies: 64
Views: 124950

Re: Outbuffering for integration with Joomla and errors

For the post within the bug tracker you can simply attach the generated diff file. But for consideration it must be posted to the bug tracker. ;) Releases as a Mod for your users to install is a different matter and is out of the scope of us integrating the changes. ;)

So, for us to consider your ...
by Acyd Burn
Wed Jan 28, 2009 9:16 am
Forum: [3.0/Olympus] Discussion
Topic: Outbuffering for integration with Joomla and errors
Replies: 64
Views: 124950

Re: Outbuffering for integration with Joomla and errors


The automatic updater merges it's changes and mods are preserved. I do not see a reasoning why someone should download an old phpBB3 version.

At the moment I have a series modified phpBB 3.0.4 files. Have you got an automated way of creating these automatic updater files?


If JFusion require ...
by Acyd Burn
Mon Jan 26, 2009 12:13 pm
Forum: [3.0/Olympus] Discussion
Topic: Outbuffering for integration with Joomla and errors
Replies: 64
Views: 124950

Re: Outbuffering for integration with Joomla and errors

What is the policy of phpBB3 for changes in the code? Can only minor changes be included in 3.0.x releases and would my changes be classified as major (because a number of files are affected) or minor (as the function of phpBB3 is not altered at all, it just changes appending of parameters after ...
by Acyd Burn
Tue Jan 13, 2009 9:10 am
Forum: [3.0/Olympus] Discussion
Topic: Outbuffering for integration with Joomla and errors
Replies: 64
Views: 124950

Re: Outbuffering for integration with Joomla and errors

Nils is right and this will change in 3.1.x, but not for 3.0.x. And even if append_sid() is not meant for URL/Parameter manipulation it should still operate on a full URL where possible. I also do not think there are that many occurrences...
by Acyd Burn
Mon Jan 12, 2009 5:19 pm
Forum: [3.0/Olympus] Discussion
Topic: Outbuffering for integration with Joomla and errors
Replies: 64
Views: 124950

Re: Outbuffering for integration with Joomla and errors

Yes, the bug tracker is the best place.

As for the auto-login hook... well, there is one. ;) It is integrated into the authentication modules. But of course it depends on the needs...
by Acyd Burn
Wed Oct 08, 2008 1:00 pm
Forum: [3.0/Olympus] Styling
Topic: The very first prosilver style
Replies: 5
Views: 15412

Re: The very first prosilver style

You have it there - it is up at phpbb.com. Other images do no longer exist (if there were any - at least i do not have any)...
by Acyd Burn
Wed Oct 08, 2008 9:24 am
Forum: [3.0/Olympus] Styling
Topic: The very first prosilver style
Replies: 5
Views: 15412

Re: The very first prosilver style

These were only concept images and no HTML or coding was present - it was simply drawn to show examples. ;)
by Acyd Burn
Tue Sep 30, 2008 1:58 pm
Forum: [3.0/Olympus] Discussion
Topic: Outbuffering for integration with Joomla and errors
Replies: 64
Views: 124950

Re: Outbuffering for integration with Joomla and errors


It would be very hard to create this core hack myself. As I would need to re-hack the phpBB3 code wit each release and users would have to start with a "blank phpBb3 install" and apply all of their phpBB mods manually afterwards (which is very time consuming).


phpBB's integrated updater is able ...
by Acyd Burn
Tue Sep 30, 2008 1:57 pm
Forum: [3.0/Olympus] Discussion
Topic: Outbuffering for integration with Joomla and errors
Replies: 64
Views: 124950

Re: Outbuffering for integration with Joomla and errors

We won't adjust every trigger_error() call. ;) It will also not work if the trigger_error() is called within a function. ;)

What you really should try is using your own message handler and hook the exit_handler(). With this you are able to control the flow. You can even use the phpBB message ...
by Acyd Burn
Mon Sep 29, 2008 2:10 pm
Forum: [3.0/Olympus] Discussion
Topic: Outbuffering for integration with Joomla and errors
Replies: 64
Views: 124950

Re: Outbuffering for integration with Joomla and errors

radopod wrote:This is the last roadblock as far as a complete integration is concerned.
The rokbridge is working fine without any file edits. ;)