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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

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

Started by digof, June 12, 2010, 03:39:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

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
<dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /></dd>
</dl>
{S_LOGIN_REDIRECT}
</fieldset>

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


Thank you
digof

andy_cul


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.