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

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

0 Members and 1 Guest are viewing this topic.

Offline no-way

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Slideshow II
« Reply #15 on: July 24, 2005, 05:31:59 PM »
 :D also bei mir funzt die Slideshow einwandfrei... Ich arbeite mit 4Images 1.7.1
Könnt Ihr mir sagen welche Veränderung ich vornehmen muss, damit die slideshow in die Mitte meiner Homepage eingebunden wird (include=x) (PHPKIT 1.6.1 & C.C.P 1.9.2)

Danke im Voraus


My slideshow works very well without any problems. I've got 4Images 1.7.1
Does anybody nows how I can include the slideshow in the middle of my homepage? (include=x) (PHPKIT 1.6.1 & C.C.P 1.9.2)

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: [MOD] Slideshow II
« Reply #16 on: July 24, 2005, 07:03:26 PM »
@no way
ich habe mir eine leere Datei erstellt mit nur der Naviliste auf der seite und dem Oberen bereich!
Diese "leere" Datei ist meine Basis - darin habe ich dann den wichtigsten teil des code aus der slideshow.html reinkopiert!
zu besichtigen auf meiner Seite!

darf meine deine homepage sehen - und wie hast du es mit dem ö ä ü erledigt?

gruss
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline no-way

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Slideshow II
« Reply #17 on: July 24, 2005, 09:02:15 PM »
@Vincent
leider ist meine Homepage ein geschlossenes Forum, aber zu der ö ä ü Frage
Meinst Du das Problem bei Usern die äöü in Ihrem Nickname tragen?
Wenn ja, dann findest Du hier die Lösung... wenn Du etwas anderes meinst, dann poste doch noch einmal

http://www.phpkit.at/ccp_web/forum_thread_3539.html

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: [MOD] Slideshow II
« Reply #18 on: July 24, 2005, 10:05:38 PM »
@no way
wenn du auf meiner Homepage bist und dir eine Diashow ansiehst und im Titel des Bildes ein ä ö ü ist dann wird es komisch dargestellt!
http://www.foto-kocher.com/categories.php?cat_id=2
nach dem 6 Bild wirst du das Problem sehen und verstehen

gruss
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline no-way

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Slideshow II
« Reply #19 on: July 27, 2005, 12:09:49 PM »
@ Vincent

erstmal ein Lob für Deine HP echt super... da ich selber begeisterter Makrofotograph bin, kann ich die Aufnahmen nur genießen...

Zu Deiner Frage:
Da ich selber den Titel dr Bilder nicht anzeigen lasse, hat sich das Problem für mich noch nicht gestellt. Ich werde mich mal umhören was man da machen kann...

Gruß
no-way


Offline IzyB

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • OmNamaste
Re: [MOD] Slideshow II
« Reply #20 on: July 31, 2005, 12:19:43 AM »
I just finished installing this Mod and got all these errors:

//----------------------------------------------------- //--- Slideshow Settings ------------------------------ //----------------------------------------------------- require("main_slideshowII.inc");
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/izyb/public_html/4images/lang/english/main.php:385) in /home/izyb/public_html/4images/includes/sessions.php on line 84

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/izyb/public_html/4images/lang/english/main.php:385) in /home/izyb/public_html/4images/includes/sessions.php on line 84

Warning: Cannot modify header information - headers already sent by (output started at /home/izyb/public_html/4images/lang/english/main.php:385) in /home/izyb/public_html/4images/includes/sessions.php on line 92

Warning: Cannot modify header information - headers already sent by (output started at /home/izyb/public_html/4images/lang/english/main.php:385) in /home/izyb/public_html/4images/includes/sessions.php on line 92

Warning: Cannot modify header information - headers already sent by (output started at /home/izyb/public_html/4images/lang/english/main.php:385) in /home/izyb/public_html/4images/includes/sessions.php on line 92

And this shows just above the "Categories"

//----------------------------------------------------- //--- Slideshow changes ------------------------------- //----------------------------------------------------- function openslideshow(url,window_width,window_height,new_window) { if (new_window == 2 || new_window == 1) { var width_avail = screen.availWidth-15; var height_avail = screen.availHeight-60; var width_full = screen.width; var height_full = screen.height; // Callculate the spaces from left and top to center the new window: var left_space = ((width_avail - window_width) > 0) ? parseInt((width_avail - window_width) / 2) : 0; var top_space = ((height_avail - window_height) > 0) ? parseInt((height_avail - window_height) / 2) : 0; if (new_window == 2) { window_width = width_avail; window_height = height_avail; left_space = 0; top_space = 0; url += "&maw="+(window_width-97)+"&mah="+(window_height-194)+"&msw="+width_full+"&msh="+height_full; } // if complete picture (whole window) slideshow_window = window.open(url,"slideshowwindow","resizable=yes,dependent=yes,hotkeys=no,location=no,menubar=no,scrollbars=yes,status=yes,toolbar=no,width="+window_width+",height="+window_height+",left="+left_space+",top="+top_space+""); } // if new_window else { window.location.href=url; } // else new_window } // openslideshow

I also cannot get into my Admin CP. I see this error there:

//----------------------------------------------------- //--- Slideshow Settings ------------------------------ //----------------------------------------------------- require("main_slideshowII.inc");
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/izyb/public_html/4images/lang/english/main.php:385) in /home/izyb/public_html/4images/includes/sessions.php on line 84
//----------------------------------------------------- //--- Slideshow Settings ------------------------------ //----------------------------------------------------- require("admin_slideshowII.inc");
Namaste,
Tina

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Slideshow II
« Reply #21 on: July 31, 2005, 12:41:18 AM »
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline IzyB

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • OmNamaste
Re: [MOD] Slideshow II
« Reply #22 on: July 31, 2005, 02:46:46 AM »
Thanks V@no!
Namaste,
Tina

Offline IzyB

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • OmNamaste
Re: [MOD] Slideshow II
« Reply #23 on: July 31, 2005, 07:02:38 AM »
New problem I just noticed. It doesn't matter what setting I have things set at, the slideshow will not do the pictures in order.Sometimes it starts with the 2nd page of pictures, does the rest in order....and other times just does it however it wants.
Namaste,
Tina

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: [MOD] Slideshow II
« Reply #24 on: July 31, 2005, 09:12:08 AM »
i have this problem too - he start with the second because the time is running since you call up the slideshow - so until it is loaded the time for the second come up!
as i understoud in the first step he load not just the first but a couple of picture!

sincerly
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline driada

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD] Slideshow II
« Reply #25 on: July 31, 2005, 10:48:35 AM »
Hi!
I got some problem..

 When i press on button "Diasshow" nothing happend.....look like link don't work...
 

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: [MOD] Slideshow II
« Reply #26 on: July 31, 2005, 12:52:46 PM »
@driade
thats the kind of info we love  :twisted:
we don't know your page to contorll what you have done!
we don't know which version of 4image you are using!
we don't know your php Version
we don't know your SQL Version
and
we don't knwo the kind of help you need!

vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline IzyB

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • OmNamaste
Re: [MOD] Slideshow II
« Reply #27 on: August 01, 2005, 07:10:40 AM »
Is there a way, and if so how, to add text on the window that pops up for the slideshow (under the pictures)? I'd like to be able to put something like:

Please click on an image to view its details, send comments, vote, etc..

Thanks!
Namaste,
Tina

Offline ch€ri{Bi}²

  • Sr. Member
  • ****
  • Posts: 315
  • A PRoBLeM wIthOUt SoLuTioN Is NoT rEAllY a PRoBLeM
    • View Profile
    • Pat's Gallery
Re: [MOD] Slideshow II
« Reply #28 on: August 13, 2005, 02:16:24 AM »
Hi,

Something is missing to respect rights of visualization !
if a user can see a category but if he is not allowed to see photos, this user can reach photos with the slideshow  8O

just try  :arrow:  copy & paste this url by changing the site name and cat_id :
Quote
http://www.your_site_name/4images/slideshow.php?action=slideshow&cat_id=XX
choose a category you can access but where you should not see pics and...  :twisted: :twisted: :twisted:  Some people will say that nothing is hidden from the eyes of the Lord !!!

To repair this, open slideshow.php   and find (above line 37):
Code: [Select]
if (!$cat_id || !isset($cat_cache[$cat_id]) || !check_permission("auth_viewcat", $cat_id)) {replace by :
Code: [Select]
if (!$cat_id || !isset($cat_cache[$cat_id]) || !check_permission("auth_viewcat", $cat_id) || !check_permission("auth_viewimage", $cat_id)) {

Regards.
ch€ri{Bi}²


Offline ch€ri{Bi}²

  • Sr. Member
  • ****
  • Posts: 315
  • A PRoBLeM wIthOUt SoLuTioN Is NoT rEAllY a PRoBLeM
    • View Profile
    • Pat's Gallery
Re: [MOD] Slideshow II
« Reply #29 on: August 15, 2005, 11:59:51 AM »
An idea of improvement:  :?: how can I add a lightbox button in the slideshow template?
 :arrow: This would allow the user to record photos in his lightbox without interrupting the slideshow (thus to avoid beginning again all the slideshow!!!)

thanks!
ch€ri{Bi}²