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

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

0 Members and 1 Guest are viewing this topic.

Offline ccsakuweb

  • Sr. Member
  • ****
  • Posts: 498
  • Patri
    • View Profile
    • My Art
Re: [MOD] Slideshow II
« Reply #150 on: June 11, 2007, 05:44:23 PM »
in index.php then i will can put it in home.html
it would be nice show an aleatory category slideshow in home.html
:arrow: 4images Paid Mods: Links, Blog, Albums, Subdomains for users, Diferent templates for user profile, Related picture in details, Last pictures in details.
And the mod that you request me.   Demo: http://www.myart.es

A website dedicated to artist people who loves drawing, design, writing and more

Offline deejay_

  • Jr. Member
  • **
  • Posts: 76
  • www.fotoeck.at
    • View Profile
    • www.fotoeck.at
Re: [MOD] Slideshow II
« Reply #151 on: June 12, 2007, 08:40:50 AM »
@ccsakuweb:
sorry. but same answer as I gave at http://www.4homepages.de/forum/index.php?topic=7257.msg94547#msg94547.
accutally there is no way to do this, excepting someone is doing it for me :-)

best regards deejay_

Offline ccsakuweb

  • Sr. Member
  • ****
  • Posts: 498
  • Patri
    • View Profile
    • My Art
Re: [MOD] Slideshow II
« Reply #152 on: June 12, 2007, 08:56:35 AM »
em i don't want a slide show with all categories.. i want a random slideshow in home.html
i will try if i install this mod ;) Is this mod the slide show that you have in your website? is great! :mrgreen:
:arrow: 4images Paid Mods: Links, Blog, Albums, Subdomains for users, Diferent templates for user profile, Related picture in details, Last pictures in details.
And the mod that you request me.   Demo: http://www.myart.es

A website dedicated to artist people who loves drawing, design, writing and more

Offline deejay_

  • Jr. Member
  • **
  • Posts: 76
  • www.fotoeck.at
    • View Profile
    • www.fotoeck.at
Re: [MOD] Slideshow II
« Reply #153 on: June 12, 2007, 09:19:19 AM »
@ccsakuweb:
but you don't habe any picture in the root of your gallery!
an thats the reason why you need at least a slideshow with two categories!
so you need a slideshow over categories.

but if you try it and maybe send me the corrected files I will look if I could include it.

yes, the slideshow is also in use on my own website :-)

best regards deejay_

Offline DennisRR

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: [MOD] Slideshow II
« Reply #154 on: October 21, 2007, 11:55:07 PM »
Can anyone help me with this problem here:
http://www.4homepages.de/forum/index.php?topic=19133

Thanks,
Dennis


Offline deejay_

  • Jr. Member
  • **
  • Posts: 76
  • www.fotoeck.at
    • View Profile
    • www.fotoeck.at
Re: [MOD] Slideshow II
« Reply #155 on: October 23, 2007, 10:40:32 AM »
please just post the url to your 4images

Offline shadowhunter

  • Full Member
  • ***
  • Posts: 114
    • View Profile
    • Fotogalerie & Fotocommunity scluzern.com
Re: [MOD] Slideshow II
« Reply #156 on: November 22, 2007, 05:38:39 PM »
Hello!
Is it possible to count the hits of an image if it's opened in the slideshow?
The hits of all photos in the opened slideshow must be increasing.
It should function in such a way, as if I click in a photo to the detail side.
Has someone a solution for this?
Greetings

Offline anicol

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: [MOD] Slideshow II
« Reply #157 on: January 27, 2008, 02:37:56 AM »
Right now the slide show option is only available if you log in.  Is there a way to make it so anyone can do the slideshow without having to be a registered user and log in?

Offline Stephanie#53

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: [MOD] Slideshow II
« Reply #158 on: January 27, 2008, 10:17:00 AM »
Hello, I have a problem with the slideshow on my website www.grizzlyfans-online.de.
Since my hoster has upgraded my Database to MySQL 5 the slideshow doesnīt work anymore.
When I click the slideshow-button the window opens with an error:
Code: [Select]
An unexpected error occured. Please try again later.

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/www/kunden/grizzlyfans-online.de/bildergalerie/includes/db_mysql.php on line 116

Is the slideshow not compatible with MySQL5? Is there anything I could change for reparing it? I donīt want to remove the slideshow and use another, so I hope we could fix the Problem.

Waiting for answers...
Stephanie

Offline anicol

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: [MOD] Slideshow II
« Reply #159 on: January 27, 2008, 05:45:25 PM »
Sorry just to add to my last post.  I seem to only be able to see the slide show option if I am logged in as admin.  Is there a way to make the slide show available to all users not just registered ones?

Offline deejay_

  • Jr. Member
  • **
  • Posts: 76
  • www.fotoeck.at
    • View Profile
    • www.fotoeck.at
Re: [MOD] Slideshow II
« Reply #160 on: January 28, 2008, 09:36:25 PM »
First at all.
Sorry for the late answers but I look only once or twice a week in this forum :-)

Quote from: DennisRR
Can anyone help me with this problem here:
http://www.4homepages.de/forum/index.php?topic=19133
This is a general mysql 5 issue. A solution for your 4images you will find here:
http://www.4homepages.de/forum/index.php?topic=10184.15

To solve the problem with Slideshow II you have to do the following:
Find (in line 72)
Code: [Select]
       ."FROM ".IMAGES_TABLE." i,  ".CATEGORIES_TABLE." c "and replace with (in line 72)
Code: [Select]
       ."FROM (".IMAGES_TABLE." i,  ".CATEGORIES_TABLE." c ")
Thats all. After this it should work again!. If not just feel free to post again!
If I find time in the next weeks I will update this and maybe some other fature requests.

best regards deejay_

Offline deejay_

  • Jr. Member
  • **
  • Posts: 76
  • www.fotoeck.at
    • View Profile
    • www.fotoeck.at
Re: [MOD] Slideshow II
« Reply #161 on: January 28, 2008, 09:38:54 PM »
First at all.
Sorry for the late answers but I look only once or twice a week in this forum, and sometimes more than one month :-)

Quote from: scluzern
Is it possible to count the hits of an image if it's opened in the slideshow?
sorry. but same answer as I gave at http://www.4homepages.de/forum/index.php?topic=7257.msg94547#msg94547.
accutally there is no way (I have not time) to do this, excepting someone is doing it for me :-)
maybe I will extend this till summer 2008!

Quote from: anicol
Right now the slide show option is only available if you log in.  Is there a way to make it so anyone can do the slideshow without having to be a registered user and log in?
Please send me a link to your gallery, so I could take a look myself. I think it is a problem with the including of the java scripts required for showing the slideshow.
But because there could be so many reasons for this it is the fastest way for me to take a look by myself.

best regards deejay_

Offline deejay_

  • Jr. Member
  • **
  • Posts: 76
  • www.fotoeck.at
    • View Profile
    • www.fotoeck.at
Re: [MOD] Slideshow II
« Reply #162 on: January 28, 2008, 09:41:33 PM »
Quote from: Stephanie#53
Is the slideshow not compatible with MySQL5? Is there anything I could change for reparing it?
This is a general mysql 5 issue.
Please look at http://www.4homepages.de/forum/index.php?topic=7257.msg110362#msg110362 for details.
After this it should work again!. If not just feel free to post again!

best regards deejay_

Offline Stephanie#53

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: [MOD] Slideshow II
« Reply #163 on: January 29, 2008, 08:26:05 AM »
Hello,

first thank you for answering.
Since Iīve had problems to update the script to Version 1.3 (database errors) and your suggested changings didnīt work too, I decided to uninstall the complete mod and look for another slideshow.
Surely there could be problems easily solved, but I donīt have time for that. I need a running slideshow, my users were really pi..ed off  :roll:
But I was always happy with your mod, lately a big THANKS for it.

Greetings from Germany,
Stephanie

Offline deejay_

  • Jr. Member
  • **
  • Posts: 76
  • www.fotoeck.at
    • View Profile
    • www.fotoeck.at
Re: [MOD] Slideshow II
« Reply #164 on: January 29, 2008, 10:18:22 AM »
Since Iīve had problems to update the script to Version 1.3 (database errors) and your suggested changings didnīt work too, I decided to uninstall the complete mod and look for another slideshow.
Surely there could be problems easily solved, but I donīt have time for that. I need a running slideshow, my users were really pi..ed off

First sorry for your inconvinienc. But you have also understand my position. The gallery is for free. The mod is for free. My work is for free. I have not very much time to make a 1000% test so there would be bugs in the system everytime. But if you did not told me your exactly problems with the mod the next one will have the same problem. Open Source only works if not only the developer are spending time into the project but also if the users are spending there time to post bugs and problems and try to solve them by the resolutions they got from the developer.

hope you could understand my point of view?

by the way for which slideshow you have decided now?

best regards deejay_