• [MOD] Slideshow II 4 0 5 1
Currently:  

Author Topic: [MOD] Slideshow II  (Read 265387 times)

0 Members and 1 Guest are viewing this topic.

Offline deejay_

  • Jr. Member
  • **
  • Posts: 76
  • www.fotoeck.at
    • View Profile
    • www.fotoeck.at
[MOD] Slideshow II
« on: April 05, 2005, 09:36:19 PM »
Hi all!

I have made a MOD which increases the slideshow mod with many features.

If you want to post bugs or problems or any new features
please first look at http://www.the-deejay.com/mantis/ (4images/4images) for allready existing problem/bug/feature.
If you did not find what you want to know you are pleased to post it in the forum.

If someone translates the language files (admin_slideshowII.inc, main_slideshowII.inc) to his mother tongue i will be happy if he/she sends me the translated files, so i can include them in the zipfile for the mod.
And if someone send me additionally the install and update file translated too, then the mod would getting more and more simple to install.


Code: [Select]
SlideshowII MOD for 4images - Image Gallery Management System.

Version: 1.3

Date: 2004-07-11

Author: Daniel Janesch <admin@the-deejay.com> http://www.the-deejay.com

Description:

This MOD shows all pictures of one Gallery as an slideshow. You can choos between three direction (ascending, descending or coincidentally).
The pictures could also changed manually and the time who long a picture is shown could also be changed.
Also you can use crossfade effects for visitors with internet explorer.

For a live-demo you can visit http://www.the-deejay.com.

New in v1.3 - 2004-07-11
    Now it is possible to turn on/off the message after all pictures are shown in the controll panel.
    Also the slideshow could be opend in new a full size window.
    The javascript error is now catched for Opera browsers.

v1.2 - 2004-06-13
    Now you can choose if the slideshow should open in a new window or not in the control panel.
    Additional you can choose if you open the details or not when the visitor clicks on an image.
    And you can set the maximum size (height, width) of the pictures in the slideshow.

v1.1 - 2004-06-04
    All script parts which have to be copied into existing files are now in new files and
    only a reference to the file is inserted in the existing file.
    Now all single quotes (') have been replaced by double quotes (").
    Also the slideshow button is available as simple text link {slideshow_link} .

v1.0 - 2004-05-27
    The release of the slideshow mod II.


Installation Level: Easy
Installation Time: 10 Minutes

Files To Edit: 9
       
        /4images/templates/default/categories.html
        /4images/scripts/4images.js (if not available /4images/templates/default/header.html)
        /4images/templates/default/header.html
        /4images/categories.php
        /4images/admin/index.php
        /4images/lang/english/admin.php
        /4images/lang/english/main.php
        /4images/lang/deutsch/admin.php
        /4images/lang/deutsch/main.php



You can downlod the files (172KB) at: http://www.the-deejay.com/downloads/
Also you could donwload an arabic translation at: http://www.the-deejay.com/downloads/
Thanks to Omar Aziz (mr.omaraziz@gmail.com) for the translation.

A running live-demo could be viewed under http://www.the-deejay.com/

deejay_
« Last Edit: June 14, 2013, 08:58:11 AM by deejay_ »

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: [MOD] Slideshow II
« Reply #1 on: April 06, 2005, 09:29:42 PM »
would be nice if it would not only work in a catecorie
but also by search keywords and then have a Slideshow!

vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline lachendepaul

  • Newbie
  • *
  • Posts: 40
    • View Profile
Re: [MOD] Slideshow II
« Reply #2 on: April 07, 2005, 01:00:52 PM »
Hi,

There is a problem.
When i'm logged in with my administrator password i can see in every group the slide show
When i'm logged in with a normal user password i can see the slide show not in all groups, there are some who works and some who dont work

When i'm not logged in i see no slideshow in the groups.

ALSO WHEN I AM CHANGED THIS OPTION IN THE ADMIN:
Should the slideshow button only be shown registred users YES/NO

Offline max.cady

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
Re: [MOD] Slideshow II
« Reply #3 on: April 07, 2005, 08:39:22 PM »
Same problem here. Even if the settings say the slideshow button should be visible for unregistered users too ... no button shows up unless the user logs in. Otherwise great tool!

Offline lachendepaul

  • Newbie
  • *
  • Posts: 40
    • View Profile
Re: [MOD] Slideshow II
« Reply #4 on: April 13, 2005, 04:10:20 PM »
My problem is not solved right now, so nobody can't see my slideshow (problem is writing 2 message before).

But i'm also busy with the layout of the slide show (and also wait for a comment of my fault),
and there is an another problem. My text for PAUZE, CONTINUE, NEXT, PREVOUIS is BLUE.
But my layout is also blue, so you dont see the text because its the same colour.

But this is the code of my css file:
Code: [Select]
.head1 {
  background-color: #004C75;
  color: #ffffff;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

And this is the code of my slideshow:
Code: [Select]
    <table width="700" border="0" cellspacing="0" cellpadding="0" class="tablebottom">
        <tr>
          <td width="6"><img src="{template_url}/images/header_detail_left.gif" width="6" height="19" alt="" /></td>
          <td width="684" align="center" class="head1">
            <b>{first_pic_link}<b>&nbsp;&nbsp;
            <b>{prev_pic_link}<b>&nbsp;&nbsp;&nbsp;
            {current_image_of}
            &nbsp;&nbsp;&nbsp;<b>{next_pic_link}<b>
            &nbsp;&nbsp;<b>{last_pic_link}<b>
          </td>
          <td width="6"><img src="{template_url}/images/header_detail_right.gif" width="6" height="19" alt=""/></td>
        </tr>
        <tr><td><img src="{template_url}/images/spacer.gif" width="1" height="5" alt="" /></td></tr>
        <tr>
          <td colspan="3" align="center" class="head1">
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{order_list}&nbsp;&nbsp;&nbsp;
            {stop_play_button}&nbsp;&nbsp;&nbsp;
            {interval_list}
          </td>
        </tr>
      </table>

Offline max.cady

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
Re: [MOD] Slideshow II
« Reply #5 on: May 16, 2005, 06:21:41 AM »
Hi Paul,
I had the same problem that only registered users could see the slideshow button. However this problem has suddenly dissappeared.

I am not quite sure why ... it must have been due to any other mod I have installed. I am no expert here so I can only guess ... one mod required an updated paging.php. Not sure if it really has any influence on the slide show button but it is the only explanation I have for the problem suddenly being solved :wink:

In the meantime the slideshow has become one of my favorite mods  :D

Offline sicarius

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: [MOD] Slideshow II
« Reply #6 on: May 17, 2005, 05:56:03 PM »
I've the same problem ...  :cry:

Has Anybody Solved This Problem ???

Offline sicarius

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: [MOD] Slideshow II
« Reply #7 on: May 18, 2005, 12:29:11 AM »
 :D :D :D :D :D

The Reason:

Only when "Upload" is aktiv. "Diashow" will be visible!!!
When Upload is not aktiv. "Diashow" are invisible.


It would be nice when anybod fixed this bug  :mrgreen:

Offline sicarius

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: [MOD] Slideshow II
« Reply #8 on: May 18, 2005, 12:45:43 AM »
 :? Another Bug:

When the end of die diashow is reached and you click on the last Picture you go not to the detail screen.

I used Firefox.

Offline max.cady

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
Re: [MOD] Slideshow II
« Reply #9 on: May 18, 2005, 07:07:48 PM »
sicarius,
just download and install the paging.php from v@no
http://gallery.vano.org/file18dl

After I installed it I didn't have any problems with the visibility of the
slideshow button any more. Don't ask me why ... but it solved the problem  :D
« Last Edit: May 19, 2005, 12:56:31 AM by V@no »

Offline max.cady

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
Re: [MOD] Slideshow II
« Reply #10 on: May 22, 2005, 11:03:00 AM »
I have usually jpg-files and everything works fine.  :D
Now I had a gif-file and the slideshow just skipped it.
Is there a way to enable the mod for gif-files too?

Most of my files are jpg files anyway and if I know it wont work with gif I will stick to my jpg files.
However  .. I am just curious what is the reason for not displaying gif-files and if there is a way to
extent the slideshow to gif files.

Offline fatty

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [MOD] Slideshow II
« Reply #11 on: May 24, 2005, 01:34:42 AM »
i get this error for some reason  :?:



Using firefox nothing happens at all, using IE the page loads with an error, which is the above message.

would be greatful for any suggestions


Offline fatty

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [MOD] Slideshow II
« Reply #12 on: May 24, 2005, 02:03:14 AM »
http://www.thatnite.com/4images/slideshow.php?action=slideshow&cat_id=66&s=ab708daec73b58a2c461154911bfb30b

taking the url section from the properties of the slideshow button and adding the rest of the site link to it seems to work:

From properties of button:
./slideshow.php?action=slideshow&cat_id=66&s=ab708daec73b58a2c461154911bfb30b

Modded to:
http://www.thatnite.com/4images/slideshow.php?action=slideshow&cat_id=66&s=ab708daec73b58a2c461154911bfb30b

Offline Silver-MG

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD] Slideshow II
« Reply #13 on: July 20, 2005, 11:03:06 AM »
Hallo

Ich habe die 4images_slideshowII_1_3.zip Installiert. Wenn ich nun in meiner Galerie auf den Button
Diashow klicke,bekomme ich folgenden Fehler....

Zeile : 1
Zeichen: 1
Fehler: Objekt erwartet
Code:0
URL: /galerie/categories.php?

Ich suche nun schon seit Stunden diesen Fehler und komme nicht weiter.

Ich hoffe mir kann hier jemand weiterhelfen ?

Offline IzyB

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • OmNamaste
Re: [MOD] Slideshow II
« Reply #14 on: July 22, 2005, 09:46:48 PM »
Does this work fine in 1.71?
Namaste,
Tina