Support > cpg1.5 bridging

[Invalid]: Redirect to coppermine after login in phpbb3 using bridge

(1/1)

digof:
I bridged Coppermine 1.5.6 with phpbb3 ver 3.0.7 PL-1 and I was expecting that phpbb3 will send me back to my gallery after login, if I clicked login in my gallery. I'm logged in both applications but I stay in my pbpbb3 forum.
To make my forum redirect me to coppermine after login, I changed to position of {S_LOGIN_REDIRECT} in login_body.html (phpbb) and is working fine for me.
Here is what I did: in styles/prosilver/template/login_body.html

Find

--- Code: --- <dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /></dd>
</dl>
{S_LOGIN_REDIRECT}
</fieldset>
--- End code ---
Replace with

--- Code: --- {S_LOGIN_REDIRECT}
<dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /></dd>
</dl>
</fieldset>
--- End code ---

Thank you
digof

andy_cul:
there is no login_body.html on reds theme

Joachim Müller:
This is an issue that is entirely related to phpBB, which is an app that goes unsupported here. We appreciate your readiness to share your insight, but how to redirect phpBB after logging in is an issue that should be discussed on the phpBB support pages, not here. The only app that goes uspported here is Coppermine. Locking and marking thread accordingly.
Additionally, you have not been paying attention to board rules (none of the users who posted in this thread), which is something that we're not fond of at all.

Navigation

[0] Message Index

Go to full version