Hi everybody,
we are integrating this great forum into our community. We already wrote a plugin to bridge our user profiles with phorum.
Currently we are trying to change the standard links e.g. for login.php
The reason is that we want to use our own login page.
I see two solutions to do this by a hack:
1. Change PHORUM_LOGIN_URL in /include/phorum_get_url.php
2. Redirect every call of /login.php to our own login page
With the two above mentioned solutions we cannot be sure that after an upgrade of the phorum this changes won't be overwritten. So we would like to solve this issue writing a module.
Our Problem:
We cannot find a hook in the documentation that might fit our needs. We would need a hook that is triggered after the phorum loads its constants and before the login link is shown.
Which hook could you suggest? Any other idea that is upgrade-resistant?
Thank you very much!
Botas