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!
append_sid_overwrite
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.
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.
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: append_sid_overwrite
I guess so. Any extension that wants to overwrite the path can do update_web_root_path() itself
Member of the Development-Team — No Support via PM
-
- Registered User
- Posts: 7
- Joined: Sun Feb 09, 2014 6:25 pm
Re: append_sid_overwrite
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!
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!