Welcome, Guest. Please login or register.
March 18, 2010, 10:46:12 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem Website Baker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite .
110347 Posts in 15936 Topics by 9292 Members
Latest Member: a52de940fu
* Home Help Search Login Register
+  WebsiteBaker Community Forum
|-+  English
| |-+  Modules (Moderators: Argos, BerndJM)
| | |-+  New Version of Gallery
Pages: 1 ... 7 8 [9] Go Down Print
Author Topic: New Version of Gallery  (Read 53709 times)
VotreEspace

Offline Offline

Posts: 267


Web Dev & tickler


WWW
« Reply #200 on: March 30, 2009, 08:50:54 PM »

does this version include the following bug ?

the check case "delete" in a picture, when checked, and you save, nothing happen...

i've worked this out by adding
Code:
// Get resize information and image directory
        $query_settings = $database->query("SELECT image_dir, image_digits FROM ".TABLE_PREFIX."mod_gallery_settings WHERE section_id = '$section_id'");
        $fetch_settings = $query_settings->fetchRow();
        $image_dir      = trim($fetch_settings['image_dir'], '/');
        $image_digits   = $fetch_settings['image_digits'];   
       

at line 234 (just  // Try unlinking image)
« Last Edit: March 30, 2009, 08:52:48 PM by VotreEspace » Logged

VotreEspace

Offline Offline

Posts: 267


Web Dev & tickler


WWW
« Reply #201 on: April 01, 2009, 08:10:49 PM »

i've added lightbox to gallery...

http://www.reka.ca/pages/fr/demonstrateurs.php
Logged

Mullermand

Offline Offline

Posts: 1


« Reply #202 on: April 08, 2009, 10:05:03 AM »

Hi

Did anyone got it to work with Windows Server ?
I have the same problem as others, with it does not show file image...just a white box with a red cross in.

/Martin
Logged
mr-fan
Forum Team
*****
Offline Offline

Posts: 1159


skifahren...;)


WWW
« Reply #203 on: April 08, 2009, 11:12:33 AM »

i've added lightbox to gallery...

http://www.reka.ca/pages/fr/demonstrateurs.php

looks real good with the description under the pic......

take a look at the titles of your pictures on my browser i see a real big title (with the cssformats and other stuff) if i mouseover the thumbs...

regards martin
Logged

...learn more every day! Help Project
...get your Portable -Edition-
...write your Tutorial Project
VotreEspace

Offline Offline

Posts: 267


Web Dev & tickler


WWW
« Reply #204 on: April 08, 2009, 09:55:43 PM »

i have 1.9f.1_lk_06 installed

i've tried to copy all images from 1 gallery to another

we have a french one, then english, sames pictures, so i guess i could copie the records in the database.

si i've found the section/page ids of what i would like to copy.

search for them in the database "where section_id=..."

exports them in an "insert ... " long records insert.

modified the 2 data for section and page...

reinsert them (as new)...

images appear in admin section, but no"image" whem check properly, am i missing something ? we have about 34 gallery in the site, each with about 150 pics, we have to copy them in english and do not have 40 hours to do it... hehe

can someone put me in the right path ?
Logged

Argos
Forum administrator
*****
Offline Offline

Posts: 1334


WWW
« Reply #205 on: April 30, 2009, 02:50:31 PM »

i've added lightbox to gallery...

http://www.reka.ca/pages/fr/demonstrateurs.php
This is EXACTLY what I am after for a client! How did you do that?
Logged

Jurgen Nijhuis
Argos Media
www.argosmedia.nl/portfolio (mostly WB sites)
----------------------------------------------------------------
Please don't request personal support, use the forums!
Luckyluke

Offline Offline

Posts: 552


Let's Rock


« Reply #206 on: April 30, 2009, 03:09:45 PM »

i've added lightbox to gallery...

http://www.reka.ca/pages/fr/demonstrateurs.php

But on Firefox, I've got a tooltip with html code  huh

Grtz,
Luc
Logged
VotreEspace

Offline Offline

Posts: 267


Web Dev & tickler


WWW
« Reply #207 on: April 30, 2009, 03:26:23 PM »

I Know, that's because LightBox uses the "title" tag of the link.

but at least it can even print Tongue
Logged

VotreEspace

Offline Offline

Posts: 267


Web Dev & tickler


WWW
« Reply #208 on: April 30, 2009, 04:09:42 PM »

here is my modified gallery
Logged

Argos
Forum administrator
*****
Offline Offline

Posts: 1334


WWW
« Reply #209 on: April 30, 2009, 10:37:09 PM »

Thanks! I found out there were some errors in your file. In the settings there are references to a folder called "facefiles", but the script has different folders and different files. Can you check this please? For example, these files are not present in the zip:

Code:
<script src="/modules/Gallery-w-Lightbox/facefiles/jquery-1.2.2.pack.js" type="text/javascript"></script>
<link href="/modules/Gallery-w-Lightbox/facefiles/facebox.css" media="screen" rel="stylesheet" type="text/css" />
<script src="/modules/Gallery-w-Lightbox/facefiles/facebox.js" type="text/javascript"></script>
Logged

Jurgen Nijhuis
Argos Media
www.argosmedia.nl/portfolio (mostly WB sites)
----------------------------------------------------------------
Please don't request personal support, use the forums!
eazybaker

Offline Offline

Posts: 5


« Reply #210 on: May 07, 2009, 03:16:53 PM »

Thanks! I found out there were some errors in your file. In the settings there are references to a folder called "facefiles", but the script has different folders and different files. Can you check this please? For example, these files are not present in the zip:

Code:
<script src="/modules/Gallery-w-Lightbox/facefiles/jquery-1.2.2.pack.js" type="text/javascript"></script>
<link href="/modules/Gallery-w-Lightbox/facefiles/facebox.css" media="screen" rel="stylesheet" type="text/css" />
<script src="/modules/Gallery-w-Lightbox/facefiles/facebox.js" type="text/javascript"></script>


very nice gallery http://www.reka.ca/pages/fr/demonstrateurs.php
i need these files too,because its not working without them
thank you
Logged
VotreEspace

Offline Offline

Posts: 267


Web Dev & tickler


WWW
« Reply #211 on: May 07, 2009, 05:50:17 PM »

i dont thinks thoses files are nessessary, but i'll check when i got some time
Logged

Argos
Forum administrator
*****
Offline Offline

Posts: 1334


WWW
« Reply #212 on: May 07, 2009, 05:54:26 PM »

i dont thinks thoses files are nessessary, but i'll check when i got some time
Your script refers to them, but they are not there. Your script contains other files that are not referred to. So at some point you have changed the lightbox files for other lightbox files, but you didn't modify the module after that. So now it has a combination of two partial lightbox versions...
Logged

Jurgen Nijhuis
Argos Media
www.argosmedia.nl/portfolio (mostly WB sites)
----------------------------------------------------------------
Please don't request personal support, use the forums!
snoork

Offline Offline

Posts: 268



« Reply #213 on: June 22, 2009, 04:23:31 PM »

the errorrs mentioned above.. are they cuasing any really bothering conflicts or is this okay to use?
Logged
Argos
Forum administrator
*****
Offline Offline

Posts: 1334


WWW
« Reply #214 on: June 22, 2009, 04:26:02 PM »

the errorrs mentioned above.. are they cuasing any really bothering conflicts or is this okay to use?

Module doesn't work properly and can't be used. Can't remember what exactly were the errors/faults, so you may have to take a look yourself.
Logged

Jurgen Nijhuis
Argos Media
www.argosmedia.nl/portfolio (mostly WB sites)
----------------------------------------------------------------
Please don't request personal support, use the forums!
snoork

Offline Offline

Posts: 268



« Reply #215 on: June 22, 2009, 05:01:24 PM »

yeah I am working on it now,

but my version seems to not resize the images...




maybe tommorrow




« Last Edit: June 22, 2009, 05:08:36 PM by snark » Logged
bite

Offline Offline

Posts: 4


« Reply #216 on: September 18, 2009, 11:49:51 PM »

I need to know if registered users can add images to different galleries and if they can be moderated.
If not, is there a gallery that will do that.
Thanks.
Logged
Pages: 1 ... 7 8 [9] Go Up Print 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!