Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Members Coppermine --> Invision Power Board  (Read 7619 times)

0 Members and 1 Guest are viewing this topic.

slaiter

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Members Coppermine --> Invision Power Board
« on: November 06, 2003, 03:01:48 pm »

I run a small website with coppermine and yesterday I upgraded it to 1.2.
I have read in the Readme that you can now add the coppermine code in fora so I tried to do that. The problem is that users that allready are registerd on coppermine now dont have acces to the gallery anymore because they have no registration on the forem (Invision Power Board).
I have done everything that stands in the Readme but that is only for the otherway arround.
So how can I add the people that allready registerd on my coppermine gallery to the forum with the nick and pass they use on the gallery?

thx
Logged

Zarsky

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 268
    • Zerr Family Website
Members Coppermine --> Invision Power Board
« Reply #1 on: November 06, 2003, 05:34:24 pm »

As of today they will have to re-register on your IPB forum.  Coppermine "disables" its own user/groups when integrated with a BBS.  You could force them to re-register or manualy add them to IPB yourself, and then tell them how to log in.
Logged
Read the Online DOCs, FAQ, and SEARCH the board BEFORE posting questions for help.

effacer

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Members Coppermine --> Invision Power Board
« Reply #2 on: November 06, 2003, 06:59:09 pm »

i just upgraded to 1.2.0 from 1.0 with lots of help from gaugau. Can i make my Invision Board user automatically be linked with cpg ?
Logged

me_slayer

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 27
Members Coppermine --> Invision Power Board
« Reply #3 on: November 07, 2003, 06:48:06 am »

i've the same problem...redirection doesn't work too well with InvisionBoard intergration...this problem is been discussed for a while now...but there is no hack for it as of yet....  :cry:
Logged

slaiter

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Members Coppermine --> Invision Power Board
« Reply #4 on: November 07, 2003, 04:44:06 pm »

Naah untill now I have no problems with the redirection for as far as I know. But  I thought it would be nice if I could import the userdatebase into IPB so the users that allready where on dont have to register again.

To bad it is not in it yet, but I am sure this will be in coppermine in the future ;)
Logged

DARKLORD

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Members Coppermine --> Invision Power Board
« Reply #5 on: November 07, 2003, 06:37:18 pm »

Logged

slaiter

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Members Coppermine --> Invision Power Board
« Reply #6 on: November 07, 2003, 09:55:44 pm »

Quote from: "DARKLORD"
the solution:

http://forums.ibplanet.com/index.php?showtopic=19875&st=0

 8)


Sorry I dont understand why you point this out as a solution at all.
This is only a feature for the board and no integrationscript for the coppermine userdatabase. Or I just look at the wrong spot in that thread.
The option given there is oke but no simulair to coppermine and that still is my main gallerysoftware to use.

thx anyway.
Logged

SeaWitch

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
    • http://www.sealordsvf.org
Members Coppermine --> Invision Power Board
« Reply #7 on: December 19, 2003, 05:53:29 pm »

The redirect after logging in from Coppermine takes you to the Invisionboard you have it working with.  When you go to process an admin function on a user, it takes you to the IBF Admin Panel.

Where people are integrating with IPDL, it's actually much easier.  I don't like IPDL, so I want to be able to integrate without enabling it.

When logged into my IBF, if I manually type in the url to the gallery, I am already logged in.  I can switch back and forth between them, by manually typing the addresses in the address bar of the browser.

So, here is what I'm looking to do:
add in the header template (do this from your IBF admin panel) a link to the Coppermine gallery.
Do the same for the gallery.
And, of course, skinning my gallery to match my forum. :)

What would help:
When integrating with IBF, disabling login from the gallery.  I think this will make it easier on the users.
Logged

SeaWitch

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
    • http://www.sealordsvf.org
Members Coppermine --> Invision Power Board
« Reply #8 on: January 06, 2004, 05:40:25 am »

Okay, I've got everything working the way I want it now.

http://www.sealordsvf.org/Forums/SLForum/index.php

Click gallery link

How do I go about removing the login option from the Coppermine menu?  That's the only thing left to be done.

Things that I did to make it work (mostly)

Configured it to not accept new registrations.  Those must come from the IBF.

Added the link to the main menu of the forum

So, my questions are this:

How do I go about removing the login portion of the Coppermine menu?
How do I add a link back in the menu, back to my forum?

Thanks in advance

Linked back to the forum via the header image
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Members Coppermine --> Invision Power Board
« Reply #9 on: January 06, 2004, 08:45:50 am »

Edit themes/yourtheme/theme.php.

Find
Code: [Select]
<!-- BEGIN login -->
                        <a href="{LOGIN_TGT}">{LOGIN_LNK}</a>
<!-- END login -->


Comment this out, including any associated formating (button, etc)

replace it with the link to your forum.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

SeaWitch

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
    • http://www.sealordsvf.org
Members Coppermine --> Invision Power Board
« Reply #10 on: January 06, 2004, 05:05:18 pm »

I tried commenting that out, and it didn't work right.  So, instead, I'm leaving that in, and I added the links to the forum in the menu.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Members Coppermine --> Invision Power Board
« Reply #11 on: January 07, 2004, 12:18:34 am »

commenting it out would mean changing
Code: [Select]
<!-- BEGIN login -->
                        <a href="{LOGIN_TGT}">{LOGIN_LNK}</a>
<!-- END login -->
to
Code: [Select]
<!-- BEGIN login -->
                        <!--<a href="{LOGIN_TGT}">{LOGIN_LNK}</a>-->
<!-- END login -->
, but you could as well modify it like this:
Code: [Select]
<!-- BEGIN login -->
                        <a href="http://yourdomain.com/your_bbs/your_login_page.xyz">{LOGIN_LNK}</a>
<!-- END login -->
hth

GauGau
Logged

SeaWitch

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
    • http://www.sealordsvf.org
Members Coppermine --> Invision Power Board
« Reply #12 on: January 07, 2004, 12:45:01 am »

Thank you very much!  I modified it as suggested in the last part, and everything works!  no more weird redirect to the forum. :D
Logged
Pages: [1]   Go Up
 

Page created in 0.025 seconds with 18 queries.