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: Joomla 1.0.11, SMF 1.1 RC3, and CPG 1.4.10 Fix  (Read 3318 times)

0 Members and 1 Guest are viewing this topic.

devnet

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Joomla 1.0.11, SMF 1.1 RC3, and CPG 1.4.10 Fix
« on: November 10, 2006, 10:00:35 pm »

I've found that when I bridge CPG to SMF and have Joomla! bridged to SMF (specifically with SMF wrapped in joomla using Oristio's bridge) that my memberlist (usermode) and users (adminmode) links do not work.

Find:

Code: [Select]
// Pages to redirect to
                $this->page = array(

                        'register' => '/index.php?action=register',

                        'editusers' => '/index.php?action=mlist',

                        'edituserprofile' => '/index.php?action=profile;u='
);

Change to:
Code: [Select]
                $this->page = array(

                        'register' => '/index.php?&action=register',

                        'editusers' => '/index.php?&action=mlist',

                        'edituserprofile' => '/index.php?&action=profile;u='
);

Now the links that were broken before are fixed...

Please remember, this is only when SMF 1.1 RC3 is wrapped inside Joomla 1.0.11 and CPG 1.4.10 is bridged to SMF.
Logged

spiros71

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 68
    • Greek translation
Re: Joomla 1.0.11, SMF 1.1 RC3, and CPG 1.4.10 Fix
« Reply #1 on: October 14, 2007, 01:11:15 am »

The only difference I can see is that the comment line (below) is missing. Is this all?

// Pages to redirect to
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 16 queries.