Welcome, Guest. Please Login or Register.
April 24, 2024, 03:32:51 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod « previous next »
Pages: 1 ... 17 18 [19] 20 21 ... 49 Reply Ignore Print
Author Topic: [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod  (Read 334228 times)
JRCarr
Jr. Member
**
Posts: 72


The Jack of all Trades and the Master of None.

WWW
Re:[Beta] Photo Gallery Mod
« Reply #270 on: February 28, 2003, 05:51:31 PM »
Reply with quote

Follow up to the last question, I think this has something to do with what needs to be entered into the array in the yabbse/index.php.  This is what I have in there and have tried a couple different things but...

'gallery'=> array('$boarddir/gallery/index.php', 'gallery'),

since galley is not a function in the index.php though this won't work as suggested in another post.  Is it possible that the "* Main Code" in the index.php needs to be turn into a function so that a call can be made to it from the yabbse index.php array? ???

Jack
Logged

Jack
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta] Photo Gallery Mod
« Reply #271 on: February 28, 2003, 08:27:22 PM »
Reply with quote

since there are so many requests, i'll release the 1.5.1 version without gallery modification, just with a new mod file
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
JRCarr
Jr. Member
**
Posts: 72


The Jack of all Trades and the Master of None.

WWW
Re:[Beta] Photo Gallery Mod
« Reply #272 on: February 28, 2003, 08:38:31 PM »
Reply with quote

You are a scholar and a gentleman.  I look forward to the release.  I program in a several languages, but have just started with PHP and was driving myself crazy. Though some say I was there long ago. ;D

Jack
Logged

Jack
Julio
Noobie
*
Posts: 29


WWW
Re:[Beta] Photo Gallery Mod
« Reply #273 on: February 28, 2003, 09:53:29 PM »
Reply with quote

There's a new version of Coppermine Photo Gallery. It has a lot of new and interesting features...

What about to improve the mod?
We will need a new mod including the upgrade.
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta] Photo Gallery Mod
« Reply #274 on: February 28, 2003, 10:06:32 PM »
Reply with quote

done, made a .mod version for YSE1.5.1
i changed init.inc.php for 1.5.1 version
nothing else is new...

check the first post for the link ;)
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
JRCarr
Jr. Member
**
Posts: 72


The Jack of all Trades and the Master of None.

WWW
Re:[Beta] Photo Gallery Mod
« Reply #275 on: March 01, 2003, 07:28:13 AM »
Reply with quote

Everything seems to be working now except, I get this error message when I try to send an e-card.

Fatal error: Call to undefined function: gzcompress() in /usr/home/jackcarr/htdocs/yabbse/gallery/ecard.php on line 56

thoughts?

Jack
Logged

Jack
Steve Snell
Noobie
*
Posts: 12


WWW
Re:[Beta] Photo Gallery Mod
« Reply #276 on: March 01, 2003, 03:37:38 PM »
Reply with quote

Rank amateur question here.  Trying to install for the first time.  According to the installation instructions:

4. create a folder for your gallery inside YSE directory, recommended directory name: 'gallery'

5. upload everything in Coppermine package acording to the directories

Does this mean install all Coppermine packages into the "gallery" directory (i.e. <domain>/YSE/gallery) or into the YSE directory (i.e. <domain>/YSE).  

I did the former and am getting wierd results.

Help!

TIA,

Steve
Logged
JRCarr
Jr. Member
**
Posts: 72


The Jack of all Trades and the Master of None.

WWW
Re:[Beta] Photo Gallery Mod
« Reply #277 on: March 01, 2003, 03:45:28 PM »
Reply with quote

You will be installing into your domain/yse/gallery directory.  You will end up with several files and 3 directories called "albums, images and includes" all within the gallery directory.

Jack
Logged

Jack
Steve Snell
Noobie
*
Posts: 12


WWW
Re:[Beta] Photo Gallery Mod
« Reply #278 on: March 01, 2003, 03:57:49 PM »
Reply with quote

Hmm,  when I try to access the gallery from my yse home page (http://www.sccmas.org/forum/index.php) by hitting the gallery button, I see the following:

http://www.sccmas.org/forum/index.php?action=gallery.

If this means "change to the gallery directory and load index.php" fine But I'm getting what seems to be a permissions error:

You don't have permission to access /forum/gallery/ on this server

...even though I've got the gallery directory set wide open (read, write execute) everyone.  Ideas? (and thanks!)

Steve
Logged
JRCarr
Jr. Member
**
Posts: 72


The Jack of all Trades and the Master of None.

WWW
Re:[Beta] Photo Gallery Mod
« Reply #279 on: March 01, 2003, 04:10:08 PM »
Reply with quote

Have you check the permissions on some of the individual files. I find that sometimes with my FTP that permissions on files need to be done seperately from the directory.  But, somewhere there is a permissions problem, my judgement for following the link.

Jack
Logged

Jack
Steve Snell
Noobie
*
Posts: 12


WWW
Re:[Beta] Photo Gallery Mod
« Reply #280 on: March 01, 2003, 05:11:20 PM »
Reply with quote

Ok, making progress.  Now the path to the images file seems to be wrong.  The paths from within the gallery directory to the images are are relative and point to the gallery root, not YSE (which is where they are.  Is there a variable somewhere with the coppermine source that modifies these paths (or did you have to hard code them).

Steve
Logged
JRCarr
Jr. Member
**
Posts: 72


The Jack of all Trades and the Master of None.

WWW
Re:[Beta] Photo Gallery Mod
« Reply #281 on: March 01, 2003, 05:17:44 PM »
Reply with quote

The only image that I had a problem with was the selogo.gif and I just created a directory under the Gallery called YaBBImages and placed that one image in it.  Later I will probably look for the relative path and change it, but maybe some else can let both of us know where to look.

Jack
Logged

Jack
Nerd3d
Full Member
***
Posts: 107


Happy Rendering

WWW
Re:[Beta] Photo Gallery Mod
« Reply #282 on: March 01, 2003, 07:23:27 PM »
Reply with quote

Yeah, some of us had to put a copy of the template in the gallery folder for some reason. The easiest fix is to just to copy the YaBBImage folder in the gallery folder.
Logged
JRCarr
Jr. Member
**
Posts: 72


The Jack of all Trades and the Master of None.

WWW
Re:[Beta] Photo Gallery Mod
« Reply #283 on: March 01, 2003, 07:30:46 PM »
Reply with quote

Follow up to:
QuoteEverything seems to be working now except, I get this error message when I try to send an e-card.

Fatal error: Call to undefined function: gzcompress() in /usr/home/jackcarr/htdocs/yabbse/gallery/ecard.php on line 56

thoughts?

My host is using PHP 4.1.2 and the gzcompress() was available since 4.0.1, thought this might help determine why the script is saying it is undefined.  Thanks

Jack
Logged

Jack
Steve Snell
Noobie
*
Posts: 12


WWW
Re:[Beta] Photo Gallery Mod
« Reply #284 on: March 01, 2003, 08:30:49 PM »
Reply with quote

Finally got around the relative link problem by creating a symbolic link to the YaBBImages directory in the gallery directory.  Seems to work fine.
Logged
Pages: 1 ... 17 18 [19] 20 21 ... 49 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.045 seconds with 20 queries.