Welcome, Guest. Please Login or Register.
April 19, 2024, 07:54:32 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod « previous next »
Pages: 1 ... 40 41 [42] 43 44 ... 49 Reply Ignore Print
Author Topic: [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod  (Read 334080 times)
Gus
Jr. Member
**
Posts: 56


www.armymedic.info

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #615 on: May 23, 2003, 06:03:47 PM »
Reply with quote

Looks like it's a nice mod but I do have a small problem...

The slide show doesn't work =o(

Could you take a look at my site and see if you can see whats up please?
Logged

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


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #616 on: May 23, 2003, 06:18:55 PM »
Reply with quote

put this: <yabb galleryHeader>
outside the <style> tag in your template
Logged

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


www.armymedic.info

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #617 on: May 23, 2003, 06:28:05 PM »
Reply with quote

Thats fixed the asthetics  :)
But not the slideshow   :-[
Logged

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


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #618 on: May 23, 2003, 07:15:50 PM »
Reply with quote

u're also missing the closing </head> tag
</STYLE>
<yabb galleryHeader>

change it to:</STYLE>
<yabb galleryHeader>
</head>
Logged

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


www.armymedic.info

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #619 on: May 23, 2003, 09:48:42 PM »
Reply with quote

Dont' look at my template.... it's embarassing  :-[
Hacked together as you can see  ;)

Ok, thanks for the lesson in basic html  ;) but it's still not changing the pictures in slideshow  :'(

Oh, btw, was there a cure for the javascript error in the text imput field after? I tried to follow this thread through but got lost/distracted  ???
Logged

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


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #620 on: May 23, 2003, 10:17:27 PM »
Reply with quote

actually, your slideshow does work
though i had to wait for a few secs and it doesnt work very well (tested in mozilla firebird)
maybe its because of the other JS stuff in your forum
Logged

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


www.armymedic.info

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #621 on: May 23, 2003, 10:51:06 PM »
Reply with quote

Quote from: Spaceman-Spiff on May 23, 2003, 10:17:27 PMmaybe its because of the other JS stuff in your forum

Could be I guess.  took the shoutbox out but that didnt do anything to help the problem.  Could be the munus I guess :(

Ok, thanks anyway.
Logged

meast
Noobie
*
Posts: 12


I'm sooo NOT a llama!

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #622 on: May 25, 2003, 08:34:51 AM »
Reply with quote

Quote from: CrazyC on May 23, 2003, 05:18:25 PM
Look back a few pages in this thread, there is a fix posted for anyone that was having javascript errors.

If you mean making sure scripts.js is uploaded in binary mode, I did that already. No love.

Spiff? Could you maybe look at my gallery and tell me why I can see full size images? Does it have something to do with the fact that I patched the gallery to allow searchnew.php to work?

TIA
« Last Edit: May 25, 2003, 08:40:30 AM by meast » Logged
Nerd3d
Full Member
***
Posts: 107


Happy Rendering

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #623 on: May 26, 2003, 02:30:48 AM »
Reply with quote

Did the bug with the gallery suddenly stopping sorting ever get found. My 1.4.1 installation has suddenly "stopped sorting" the galleries. Nothing has been added since it was working so it shouldn't be a database thing, I think...
Logged
Nerd3d
Full Member
***
Posts: 107


Happy Rendering

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #624 on: May 26, 2003, 02:54:30 AM »
Reply with quote

Wait, I found it, on page 39. Thanks to Tomahawk for fixing this bug! I was looking too far back  ;)
Logged
Gus
Jr. Member
**
Posts: 56


www.armymedic.info

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #625 on: May 26, 2003, 12:15:24 PM »
Reply with quote

Quote from: Spaceman-Spiff on April 22, 2003, 09:50:01 AM
u're right, there's a js error
i'll change the textbox with a yse-like textarea in the next version

Is there a quick fix for this in the interim?
Logged

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


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #626 on: May 27, 2003, 12:57:54 AM »
Reply with quote

Quote from: meast on May 25, 2003, 08:34:51 AM
Spiff? Could you maybe look at my gallery and tell me why I can see full size images? Does it have something to do with the fact that I patched the gallery to allow searchnew.php to work?

TIA
that will be a js error
in your template:
 <style type="text/css">
 <yabb galleryHeader>

<yabb galleryHeader> should be outside the style tag (i thought i've said this before)
just move it above the <style> line
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
meast
Noobie
*
Posts: 12


I'm sooo NOT a llama!

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #627 on: May 28, 2003, 01:24:25 AM »
Reply with quote

THANK YOU!!!
Logged
charlottezweb
Sr. Member
****
Posts: 446


charlottezweb.com

ICQ - 101387162 WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #628 on: May 28, 2003, 04:56:17 AM »
Reply with quote

I'll say it again...GREAT MOD...just did my second problem-free install on a new site...this time was a fresh install on a new 1.5.2/3 board...but my previous upgrades have been hassle free too.
Logged

"yabb-sense makes the heart grow fonder"
-----------------------------------------------------
Charlottezweb.com
Reliable, well-supported & affordable hosting and design.  Free Yabbse installs.
Pinoywebhost
Noobie
*
Posts: 13


I'm a llama!

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #629 on: May 28, 2003, 06:16:19 AM »
Reply with quote

Hi,

I've been using this gallery from the start, upgraded it and works great...my only request for now (except for the bugs to evaporate ;D) is to have a new uploaded pics to be displayed on my main site...what do you call this?? The old gallery mod in the old yabb have this...

Thanks
Logged
Pages: 1 ... 40 41 [42] 43 44 ... 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.027 seconds with 20 queries.