I finally got Coppermine integrated with IPB just now :)
I get the following error when I click on the "Groups" button in the admin panel of Coppermine:
QuoteNotice: Constant already defined in /home/lttwchur/public_html/gallery/bridge/invisionboard.inc.php on line 51
Notice: Constant already defined in /home/lttwchur/public_html/gallery/bridge/invisionboard.inc.php on line 52
Notice: Constant already defined in /home/lttwchur/public_html/gallery/bridge/invisionboard.inc.php on line 53
Do these notices show all the time, or just when in debug mode?
no, i'm not in debug mode. It shows up when I log in as the admin, as well as a regular user.
The lines in question are
Quote// ------------------------------------------------------------------------- //
// Nothing to edit below this line
// ------------------------------------------------------------------------- //
Did you undefine them? ie: take out the //
Or, are you still using 1.3dev or 1.2 bridge files?
I think I forgot to take out the space right after the two forward slashes... either way, everything's fixed.
Thanks guys :)
BTW, that was a brand new installation (1.3), just trying it out for a first time. I intend to integrate it with the IPB 1.3 as well. What do you guys suggest - should I find/make a theme for it that matches the current theme of the forums, or try to integrate it like one of the hacks I've seen on here?