Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
March 18, 2010, 10:46:12 AM
1 Hour
1 Day
1 Week
1 Month
Forever
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
WebsiteBaker Community Forum
English
Modules
(Moderators:
Argos
,
BerndJM
)
New Version of Gallery
Pages:
1
...
7
8
[
9
]
Author
Topic: New Version of Gallery (Read 53709 times)
VotreEspace
Offline
Posts: 267
Web Dev & tickler
Re: New Version of Gallery
«
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
DesignMoi (French)
VotreEspace (French)
VotreEspace
Offline
Posts: 267
Web Dev & tickler
Re: New Version of Gallery
«
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
DesignMoi (French)
VotreEspace (French)
Mullermand
Offline
Posts: 1
Re: New Version of Gallery
«
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
Posts: 1159
skifahren...;)
Re: New Version of Gallery
«
Reply #203 on:
April 08, 2009, 11:12:33 AM »
Quote from: VotreEspace on April 01, 2009, 08:10:49 PM
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
Posts: 267
Web Dev & tickler
Re: New Version of Gallery
«
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
DesignMoi (French)
VotreEspace (French)
Argos
Forum administrator
Offline
Posts: 1334
Re: New Version of Gallery
«
Reply #205 on:
April 30, 2009, 02:50:31 PM »
Quote from: VotreEspace on April 01, 2009, 08:10:49 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
Posts: 552
Let's Rock
Re: New Version of Gallery
«
Reply #206 on:
April 30, 2009, 03:09:45 PM »
Quote from: VotreEspace on April 01, 2009, 08:10:49 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
Grtz,
Luc
Logged
VotreEspace
Offline
Posts: 267
Web Dev & tickler
Re: New Version of Gallery
«
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
Logged
DesignMoi (French)
VotreEspace (French)
VotreEspace
Offline
Posts: 267
Web Dev & tickler
Re: New Version of Gallery
«
Reply #208 on:
April 30, 2009, 04:09:42 PM »
here is my modified gallery
Logged
DesignMoi (French)
VotreEspace (French)
Argos
Forum administrator
Offline
Posts: 1334
Re: New Version of Gallery
«
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
Posts: 5
Re: New Version of Gallery
«
Reply #210 on:
May 07, 2009, 03:16:53 PM »
Quote from: Argos 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>
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
Posts: 267
Web Dev & tickler
Re: New Version of Gallery
«
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
DesignMoi (French)
VotreEspace (French)
Argos
Forum administrator
Offline
Posts: 1334
Re: New Version of Gallery
«
Reply #212 on:
May 07, 2009, 05:54:26 PM »
Quote from: VotreEspace on May 07, 2009, 05:50:17 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
Posts: 268
Re: New Version of Gallery
«
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
Posts: 1334
Re: New Version of Gallery
«
Reply #214 on:
June 22, 2009, 04:26:02 PM »
Quote from: snark 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?
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
Posts: 268
Re: New Version of Gallery
«
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
Posts: 4
Re: New Version of Gallery
«
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
]
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
Loading...