Welcome, Guest. Please Login or Register.
April 16, 2024, 04:19:01 PM
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 ... 45 46 [47] 48 49 Reply Ignore Print
Author Topic: [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod  (Read 333968 times)
NaturalStateReb
Jr. Member
**
Posts: 58


Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #690 on: July 03, 2003, 07:03:48 PM »
Reply with quote

Quote from: Nerd3d on July 03, 2003, 12:48:25 AM
Right here...
Quote from: Spaceman-Spiff on April 08, 2003, 08:33:14 PM
To get the search new function working, edit addpic.php, search for:if (add_picture($aid, $dir, $pic)){and replace withif (add_picture($aid, $dir, $pic, '')){

as simple as that :)


I tried this fix, but I still get the following error:

Fatal error: Call to undefined function: db_connect() in /home/u4/hogville/html/yabbse/gallery/searchnew.php on line 42
Logged
Metho
Sr. Member
****
Posts: 342


I'm a llama!

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #691 on: July 14, 2003, 07:19:39 AM »
Reply with quote

Alright, I went through 30+ pages of this thread and nothing worked, so I guess I'll ask the question. Been asked before, but solutions offered don't seem to work.

The gallery is adopting what I assume are the default css styles. <yabb galleryHeader> is outside the style tag in my template, any changes to the gallery's style.css file don't seem to change anything (and the file is chmod 666). Weird thing is if I do a force refresh (ctrl f5) the tables DO adopt the correct css colors for a second, but then revert back to the defaults...any clues?

Thanks,

Metho
Logged

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


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #692 on: July 14, 2003, 02:43:23 PM »
Reply with quote

which tables are you talking about?
some of the tables are using bg images
that could be the problem
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Metho
Sr. Member
****
Posts: 342


I'm a llama!

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #693 on: July 14, 2003, 11:19:16 PM »
Reply with quote

Oi, sorry for leaving that out. I can't get any of the original colors to change to something else, actually. But with that force refresh thing, the table color where the album title does change to my web site color. Here's a default and then when I refresh so you can see the difference. http://www.peacefulforest.net/blueone.gif , http://www.peacefulforest.net/greenone.gif .

Thanks again,

Metho
Logged

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


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #694 on: July 15, 2003, 11:25:50 PM »
Reply with quote

the album title's bg is using an image, you'll need to remove that image from the css so it wont show blue anymore, or make a green image and overwrite the blue one

the button styles/colors can be changed in the css
they should be the nav classes
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Metho
Sr. Member
****
Posts: 342


I'm a llama!

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #695 on: July 16, 2003, 07:55:50 AM »
Reply with quote

Thanks much, it was the darn img like you said. Looks good. One thing though. I was trying to get gallery stats on my yabbse index page, generally messing things up and not succeeding. After giving up for a day, I noticed on the main gallery page, the stats table at the bottom is only 1 px high. Oi! I looked through index.php and picstat.php, and everything looks good, then I tried uploading a fresh copy of each, no worky...any ideas what I messed up or which file would cause the table to only be a pixel with no info in it? :(

As always, thanks.

Methonis
Logged

Metho
Sr. Member
****
Posts: 342


I'm a llama!

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #696 on: July 16, 2003, 10:26:35 AM »
Reply with quote

Ha, I'd included some functions into to subs.php in attempts to get it on the boardindex, this somehow broke the stats in the gallery. Remove and fixed now. Just need to get them on the boardindex now and all will be well.

Thanks again,

Methonis
Logged

oldiesmann
YaBB God
*****
Posts: 577


Jesus died for your sins... Have you thanked him?

oldiesmann@oldiesmann.us WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #697 on: July 19, 2003, 03:53:32 PM »
Reply with quote

Well, other than the problem with the links in the menu (which is something I'm trying to fix), there is one other problem. Whenever someone posts a comment, after seeing the thing saying that the comment has been posted, it redirects to db_input.php. This appears as a plain white page with the error messages about an illegal copy of YaBB and an illegal copy of Coppermine Gallery Mod at the top. The comment does get posted, but I have no clue why these copyright tag errors are occurring.
Logged

"I've sinned greatly, but Christ's for real, baby
It's a wonder He saved me and just didn't hate me
So won't you tell Him "Save me"
Please stand up, please stand up, please stand up..." - J. Jackson (More Info)
Nerd3d
Full Member
***
Posts: 107


Happy Rendering

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #698 on: July 19, 2003, 05:43:39 PM »
Reply with quote

QuoteThis appears as a plain white page with the error messages about an illegal copy of YaBB and an illegal copy of Coppermine Gallery Mod at the top.
We usually solve this by putting a copy of the template.html from the YaBB folder in with gallery.
Logged
CokeCan
Full Member
***
Posts: 182


WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #699 on: July 24, 2003, 12:20:13 AM »
Reply with quote

Quote from: Nerd3d on July 19, 2003, 05:43:39 PM
QuoteThis appears as a plain white page with the error messages about an illegal copy of YaBB and an illegal copy of Coppermine Gallery Mod at the top.
We usually solve this by putting a copy of the template.html from the YaBB folder in with gallery.
I keep on getting an error message saying that there's an error at line 609, can someone please help me? :-\
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #700 on: July 24, 2003, 12:34:19 AM »
Reply with quote

at line 609 of what file?
have you tried the bridge file mod yet? it should be better than this version
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
charlottezweb
Sr. Member
****
Posts: 446


charlottezweb.com

ICQ - 101387162 WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #701 on: July 28, 2003, 03:24:08 AM »
Reply with quote

I have a few quick questions:

1.  Is it possible to disable the thumbnail on a specific album?

I have about 15 or so albums but one of which is NSFW and I'd like to disable the thumbnail preview for that one album only.  Is this possible?

2.  How can I order the albums?  I have tried renumbering them in phpMyadmin, but that disassociates all images from that album.  Sometimes adding a new album will alphabetize it, sometimes it's at the end.  I can't figure out the reasoning it's using.

Any ideas?

Thanks!
Jason
Logged

"yabb-sense makes the heart grow fonder"
-----------------------------------------------------
Charlottezweb.com
Reliable, well-supported & affordable hosting and design.  Free Yabbse installs.
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #702 on: July 28, 2003, 03:08:17 PM »
Reply with quote

both features are not available in this version of coppermine, or my mod
check if you can do that in the latest coppermine version or not
if it is, you can use the bridge file mod...
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
charlottezweb
Sr. Member
****
Posts: 446


charlottezweb.com

ICQ - 101387162 WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #703 on: July 28, 2003, 04:53:04 PM »
Reply with quote

Okay, thanks.  I'll look into that.

Jason
Logged

"yabb-sense makes the heart grow fonder"
-----------------------------------------------------
Charlottezweb.com
Reliable, well-supported & affordable hosting and design.  Free Yabbse installs.
FaSan
Jr. Member
**
Posts: 67


Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #704 on: July 28, 2003, 11:39:47 PM »
Reply with quote

Hi !

I've a Problem with the "Add Comment" at the pics.
When I clik on the box, is open a explorer's window error and i don't write.

Excuse me but my english is little.


FaSan


PS : Tested with Mozilla, and no problem with it.
« Last Edit: July 28, 2003, 11:49:04 PM by FaSan » Logged
Pages: 1 ... 45 46 [47] 48 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.054 seconds with 19 queries.