Author Topic: Nächstes Bild - Voriges Bild ..... Auch Vorschau möglich?  (Read 6290 times)

0 Members and 1 Guest are viewing this topic.

Offline Mickman

  • Newbie
  • *
  • Posts: 41
    • View Profile
Nächstes Bild - Voriges Bild ..... Auch Vorschau möglich?
« on: August 03, 2002, 12:35:49 AM »
Hallo,

ist ja echt Klasse das Skript. Vielen Dank.

Kann man eine Thumbnail-Vorschau der nächsten oder vorigen Bilder anstatt oder als Ergänzung der TextLinks einfügen?

Grüße,
Mickman

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Nächstes Bild - Voriges Bild ..... Auch Vorschau möglich?
« Reply #1 on: August 03, 2002, 07:56:21 AM »
Schau mal in den Quellcode vom Template details.html, dort findest Du aukommentiert den Code dafür.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Mickman

  • Newbie
  • *
  • Posts: 41
    • View Profile
Nächstes Bild - Voriges Bild ..... Auch Vorschau möglich?
« Reply #2 on: August 03, 2002, 11:07:22 AM »
Danke,

wenn ich nicht weiterkommen sollte, melde ich mich wieder.

Michael

Offline Mickman

  • Newbie
  • *
  • Posts: 41
    • View Profile
Nächstes Bild - Voriges Bild ..... Auch Vorschau möglich?
« Reply #3 on: August 03, 2002, 11:17:06 AM »
Tja......
einfacher geht es nun wirklich nicht. Zwar ist der Link zum Bild noch nicht richtig, aber ich will mal gucken, wo der Haken liegt.

Danke,
Michael

Offline winston75

  • Pre-Newbie
  • Posts: 5
    • View Profile
    • Markus Steinbach Photography
Re: Nächstes Bild - Voriges Bild ..... Auch Vorschau möglich?
« Reply #4 on: July 04, 2005, 05:09:47 PM »
hi,
 
ich versuche auch kleine thumbs für das nächste und das vorhergehende bild einzufügen. nur bin ich noch nicht so beleckt mit php und html. wo finde ich die stelle im der detail.html?
was muss ich dann änder?
danke für die antwort.

gruß markus

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Re: Nächstes Bild - Voriges Bild ..... Auch Vorschau möglich?
« Reply #5 on: July 04, 2005, 05:37:44 PM »
Code: [Select]
<!-- <br /><br /><a href="{prev_image_url}"><img src="{prev_thumb_file}" border="1"></a> -->
zu

Code: [Select]
<br /><br /><a href="{prev_image_url}"><img src="{prev_thumb_file}" border="1"></a>
und

Code: [Select]
<!-- <br /><br /><a href="{next_image_url}"><img src="{next_thumb_file}" border="1"></a> -->
zu

Code: [Select]
<br /><br /><a href="{next_image_url}"><img src="{next_thumb_file}" border="1"></a>
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline winston75

  • Pre-Newbie
  • Posts: 5
    • View Profile
    • Markus Steinbach Photography
Re: Nächstes Bild - Voriges Bild ..... Auch Vorschau möglich?
« Reply #6 on: July 04, 2005, 06:10:16 PM »
cool  :lol: :lol: :lol:

hat funktioniert. wusste nicht wie das mit dem auskommentieren gekennzeichnet war!!! besten dank, wieder was gelernt.

gruß markus