coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: janus_tr on March 16, 2005, 01:42:03 AM

Title: Removing Register link and page, then query over phpBB
Post by: janus_tr on March 16, 2005, 01:42:03 AM
I am sure if it has been posted before, but I couldn't find it.

Instead of integration at first, I would like to cancel/delete "Register" link. The very reason behind this attempt is very simple: some Turkish letters are out of standart and giving us such a hard time in the Myphpadmin :\'(

So here is the plan,
1-) Coppermine login page will make the query over phpBB username & password. [We have solved the letter conflict out there.] Thus my users would be able to use coppermine & phpBB with one username and password.
2-) Then I shal do --> 5. Integrating the script with your bulletin board
3-) I will add an additional link to copppermine header page to phpBB register page.
I think I can manage 2 and 3.   

Thanks
http://www.afsgd.org
http://www.afsgd.org/cpg132/index.php
Title: Re: Removing Register link and page, then query over phpBB
Post by: Tranz on March 16, 2005, 01:43:46 AM
You can disable registration in Config. When you bridge to phpbb, phpbb takes over user admin anyway.
Title: Re: Removing Register link and page, then query over phpBB
Post by: janus_tr on March 16, 2005, 01:59:47 AM
I, really, do not know how to disable registration in Config but lets assume for a second that I have done that.
How shall I navigate login page's (from coppermine login page) query to phpBB database.
It, I think, ought to be something very easy: there must be a file that I can rewrite the username and password tables' names...
Title: Re: Removing Register link and page, then query over phpBB
Post by: janus_tr on March 17, 2005, 03:18:30 PM
is there anybody out there?
Title: Re: Removing Register link and page, then query over phpBB
Post by: kegobeer on March 17, 2005, 04:42:35 PM
Bridge your bbs and gallery.  Once you do that, your bbs handles all login, logout, and registration functions.

If you want to remove the Register link from Coppermine, edit your theme.php file and look for the register link, then remove it.  Make sure to leave the <!-- BEGIN --> and <!-- END --> tags.
Title: Re: Removing Register link and page, then query over phpBB
Post by: janus_tr on March 21, 2005, 08:02:33 PM
I have phpnuke 7.x and phpBB is under /httpdocs/modules/Forums.
Therefore, define('PHPBB_WEB_PATH', '/modules/Forums/') doesn't make any sense at all at phpbb.inc.php file, line 33.

After your reply I have read some other messages on the Forums. And I think I have to hack the source code of Coppermine to change the query options in order to use it with phpnuke+phpb: that shall, consequently, slow down  to catch up the updates of coppermine...

If you have an additional solution let me, please, hear that.

Thanks for your help.
Title: Re: Removing Register link and page, then query over phpBB
Post by: kegobeer on March 21, 2005, 11:03:35 PM
There isn't any way to connect nuke and Coppermine that I'm aware of.  If you want Coppermine with nuke, you'll have to check out www.cpgnuke.com and switch to CPG-Nuke.

There are plenty of posts about why nuke port was dropped by the nuke team, and why they decided to create their own CMS.
Title: Re: Removing Register link and page, then query over phpBB
Post by: janus_tr on March 22, 2005, 03:50:50 AM
Thanks in advance