append_sid_overwrite

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Post Reply
roelandaernoudts
Registered User
Posts: 7
Joined: Sun Feb 09, 2014 6:25 pm

append_sid_overwrite

Post by roelandaernoudts »

With regard to the append_sid_function I have a question, since the append_sid_overwrite is triggered after the correction of the relative web path, would it not make more sense to trigger the append_sid_overwrite earlier? Or is this done with a specific purpose in mind?
Thank you in advance for any comments/replies!

User avatar
nickvergessen
Former Team Member
Posts: 733
Joined: Sun Oct 07, 2007 11:54 am
Location: Stuttgart, Germany
Contact:

Re: append_sid_overwrite

Post by nickvergessen »

I guess so. Any extension that wants to overwrite the path can do update_web_root_path() itself
Member of the Development-TeamNo Support via PM

roelandaernoudts
Registered User
Posts: 7
Joined: Sun Feb 09, 2014 6:25 pm

Re: append_sid_overwrite

Post by roelandaernoudts »

Thank you for the quick reply!!
I was facing the problem that the urls that are created (when trying to route them through rokbridge and creating SEF urls) that the web root path gets updated. I was wondering how to make it possible with no hacks at all, and this solution seemed pretty straight forward.
PS: I managed to get the bridge working again :) and I really enjoy seeing the great progress you made. Thank you for all your work!

Post Reply