| Author |
Message |
0m3ga
Beginner


Joined: Jul 24, 2005 Posts: 6
|
Posted: Mon Jul 25, 2005 11:05 pm Post subject: Re: Images |
|
|
That did the trick! Thanks sooo much dari. It looks much better now.  |
|
| Back to top |
|
|
AdBot
|
|
| Back to top |
|
 |
0m3ga
Beginner


Joined: Jul 24, 2005 Posts: 6
|
Posted: Tue Jul 26, 2005 12:11 am Post subject: Re: Images |
|
|
One minor update to add...
I had a problem with some of gallery2's featues after updating this. Turns our I was missing a slash.
So, instead of updating relativeg2path to modules/gallery2
it should be /modules/gallery2
Just thought I'd post the follow-up for anyone who might search the furums in the future for this fix. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6271 Location: Washington Township, NJ, USA
|
Posted: Tue Jul 26, 2005 6:17 am Post subject: Re: Images |
|
|
that preceding slash is going to be a problem for people, depending on how their server is set up. unfortunately, the only way to know if it works for you is to try it without, and then add it in. _________________
 |
|
| Back to top |
|
|
troutfreak
Beginner


Joined: Aug 16, 2005 Posts: 3
|
Posted: Thu Aug 18, 2005 1:29 am Post subject: Re: Images |
|
|
Having a little problem with the gallery2.cfg like this it shows the pictures.But it shows the gallery as the galley theme.
PHP: › <?php
$g2embedparams = array (
'embedphpfile' => '/home/httpd/vhosts/muskiefool.com/httpdocs/gallery2/',
'embedUri' => 'modules.php?name=gallery2',
'relativeG2Path' => '/gallery2/',
'loginRedirect' => 'modules.php?name=Your_Account',
'activeUserId' => '0',
'embedPath' => '/',
'cookiepath' => '/',
);
$g2mainparams = array (
'showSidebar' => NULL,
);
$g2configurationdone = 'true';
?>
But if I do the 'embedPath' it shows no photos just blank. But the gallery looks like my site any ideas?
Go here and see it.http://www.muskiefool.com/modules.php?name=gallery2 [muskiefool.com] |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6271 Location: Washington Township, NJ, USA
|
Posted: Thu Aug 18, 2005 6:18 am Post subject: Re: Images |
|
|
are you sure that you're not missing a /modules/ in your embedphpfile parameter? _________________
 |
|
| Back to top |
|
|
troutfreak
Beginner


Joined: Aug 16, 2005 Posts: 3
|
Posted: Thu Aug 18, 2005 2:44 pm Post subject: Re: Images |
|
|
| If I add the /modules/ to the embedphpfiles parameter I get a white screen |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6271 Location: Washington Township, NJ, USA
|
Posted: Fri Aug 19, 2005 6:05 am Post subject: Re: Images |
|
|
what version of G2? _________________
 |
|
| Back to top |
|
|
|
|
|
|
|