Gallery 1.4 - Geeklog 1.3.8 Integration

jlhughes

Joined: 2002-06-05
Posts: 81
Posted: Tue, 2003-09-16 21:09

I've updated the integration package for Geeklog 1.3.8 and Gallery 1.4.

This package only works on the stated versions of Geeklog and Gallery.

You MUST have both Geeklog and Gallery installed and working BEFORE you attempt to integrate them.

I've upload the files at Geeklog.net (but I'm still awaiting the OK). I will also upload them to Squatty.com (but his site is having trouble accepting uploads).

So, for now, you can get the files at

http://jomari.org/filemgmt/singlefile.php?lid=15

 
EsmereldaPea
EsmereldaPea's picture

Joined: 2003-06-15
Posts: 20
Posted: Tue, 2003-09-30 07:03

I've had Gallery integrated with Geeklog for awhile, and have just upgraded Gallery (to 1.4-pl1) and made the necessary changes to make it work embedded in Geeklog, but the only problem I have is that I cannot seem to find the administrative area where I can specify what to resize the photos.

I managed to use the Resize Photo hack from an earlier version (I moved the hack from the "process" function in save_photos.php to the "processNewImage" function in util.php). However, I would like to be able to change it more readily than editing the php files. Perhaps I misunderstood the feature changes.

Also, my shutterfly link seems to be broken now. I get a link of:
http://www.mydomain.com/gallery/view_photo.php?set_albumName=album04&id=P8110001#
I thought it might be an Opera thing, but it's broken in IE as well. Was working fine until the upgrade. Any ideas?

Thanks in advance

BTW, it doesn't just happen with shutterfly . . .

 
Berek

Joined: 2003-09-30
Posts: 11
Posted: Tue, 2003-09-30 13:03

Hello,

I am having trouble integrating the gallery into Geeklog 1.3.8. I got the gallery installed in standalone, but I cannot get it to work in Geelog. I followed the instructions in the readme for geeklog.1.3.8-gallery.1.4-pl1 but at the end it just says : Create a link in Geeklog to the Gallery directory. I do not know how to do this.
Can I get it appear in my plugins , in admin ?

I would apreciate ANY help at all.
Thank you,

Regards,
Rick

 
Berek

Joined: 2003-09-30
Posts: 11
Posted: Tue, 2003-09-30 14:21

Hi all,

With help from John Hughes, I found the problem. First of all, I had the gallery in the /plugins folder, but my html doc root was /public_htm. So I could never link to the gallery.
Secondly, I had not put in the correct $GEEKLOG_DIR = setting. I had /gallery in the path, when it was only supposed be the /public_html.

Thanks John!

Regards,
Berek

 
EsmereldaPea
EsmereldaPea's picture

Joined: 2003-06-15
Posts: 20
Posted: Tue, 2003-09-30 14:37

Check out:
http://www.andybloch.com/gl/pub/article.php?story=2002070110453661
for some cool code to insert images into your Geeklog entries

 
Berek

Joined: 2003-09-30
Posts: 11
Posted: Tue, 2003-09-30 17:18

Hi again,
It is true that the gallery is now appearing in the Geeklog, however when it appears, it logs my user out completely and will not let any login happen.
I must have missed something. I made a static page, and on this page I made a link: http://www.flagfootball.dk/gallery
It pops in fine, but the login problem is not good. I cannot edit the gallery, or anything in Geeklog, until I click on another static page or something.

Can anyone advise, why ?
I can see that the other sites I have seen keeps me logged in after clicking the link.

Thanks a bunch!
Berek

 
rodsil

Joined: 2003-10-13
Posts: 2
Posted: Mon, 2003-10-13 14:41

I am experiencing the same problem. Any assistance would be greatly appreciated.

Rod A. Silvestri

 
robinbowes

Joined: 2002-09-20
Posts: 99
Posted: Wed, 2003-10-22 14:45
jlhughes wrote:
I've updated the integration package for Geeklog 1.3.8 and Gallery 1.4.

This package only works on the stated versions of Geeklog and Gallery.

You MUST have both Geeklog and Gallery installed and working BEFORE you attempt to integrate them.

I've upload the files at Geeklog.net (but I'm still awaiting the OK). I will also upload them to Squatty.com (but his site is having trouble accepting uploads).

So, for now, you can get the files at

http://jomari.org/filemgmt/singlefile.php?lid=15

Hi all,

I'm trying to get Gallery v1.4.1-cvs-b184 working with Geeklog 1.3.8-1.

I've had previous versions working OK, and I'm halfway there with this combination: the security is working OK, but the display is not right yet.

Specifically, when I "wrap" Gallery in geeklog, I get no output produced from the COM_siteHeader function. The top of the html looks like this:

<table width="100%" border="0">
<tr>
<td>
<table cellpadding="0" cellspacing="0" width="100%" border="0" align="center" class="mod_headliner">
<tr valign="middle">
<td class="leftspacer">
<td>
etc.

i.e. there is no header at all.

(this is what it should look like:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script language="Javascript1.2">
etc.

Has anyone else come across this? Any idea what the problem might be?

Cheers,

R.