Redirection back to original album (CPG & PHPBB) Redirection back to original album (CPG & PHPBB)
 

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

Redirection back to original album (CPG & PHPBB)

Started by zebraplayer, October 17, 2004, 06:42:28 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zebraplayer

I might be getting a little picky now, but I gotta ask.

My integration between CPG & PHPBB is working beautifully. Now, is there a way that if a user is in a specific album and clicks the log in button that the redirection file will bring him/her back to that same album (and not to index.php) once the log in is successful?

I searched the integration board, but I didn't find any such thing. Does the hack exist?

Joachim Müller

no, as you can't easily hand over referers. This is a matter of design of phpbb rather than coppermine, as the login procedure of phpbb already requires a "workaround" with cpg_redir.php.

Joachim