[geeklog-users] Inserting images from Gallery

2004-08-20 Thread robin-lists
Hi, I've been using a hack to display gallery images inside geeklog stories. Basically, I use a call to a function in COM_article: /** * Insert gallery images in articles */ $A['introtext'] = insert_gallery_images($A['introtext']); $A['bodytext'] = insert_gallery_images($A['bodyt

RE: [geeklog-users] Inserting images from Gallery

2004-08-20 Thread robin-lists
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Haun > Sent: 20 August 2004 17:36 > To: [EMAIL PROTECTED] > Subject: Re: [geeklog-users] Inserting images from Gallery > > Robin, > > >I've just updated from CVS and this no longer works. > > > >

[geeklog-users] Erroring creating new story

2004-08-20 Thread robin-lists
Hi, I'm running the lstest code from CVS (as of 2004-08-20) and get the following error when I try to upload a new story: Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' in /var/www/robinbowes.com/geeklog/main-CVS/system/classes/upload.class.php on line 1187 R. -- http

RE: [geeklog-users] Inserting images from Gallery

2004-08-20 Thread robin-lists
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dan Collier > Sent: 20 August 2004 20:13 > To: [EMAIL PROTECTED] > Subject: RE: [geeklog-users] Inserting images from Gallery > > Is this hack hard to explain how to do. I'm pretty good with > GL1.

RE: [geeklog-users] Erroring creating new story

2004-08-21 Thread robin-lists
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Haun > Sent: 21 August 2004 07:57 > To: [EMAIL PROTECTED] > Subject: Re: [geeklog-users] Erroring creating new story > > Robin, > > >Parse error: parse error, unexpected T_STRING, expecting > T_

[geeklog-users] Errors when running with Gallery in debug and dev mode

2004-08-21 Thread robin-lists
Hi, I'm having some problems with Gallery embedded in gallery so I enabled "debug=yes" and devmode=yes in the gallery config file. When I then browsed to my home page, I see the following output before the content starts: Notice: Undefined variable: profile in /var/www/robinbowes.com/geeklog/mai