Author Topic: Newbie : details.php in neue Fenster  (Read 7994 times)

0 Members and 1 Guest are viewing this topic.

Offline yuzaki

  • Newbie
  • *
  • Posts: 13
    • View Profile
Newbie : details.php in neue Fenster
« on: May 28, 2009, 03:25:22 PM »
Hallo,
wie kann ich details  von Bilder in ein neue Fenster öffnen?
danke

Offline batu544

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Free Celebrity wallpapers
Re: Newbie : details.php in neue Fenster
« Reply #1 on: May 28, 2009, 06:33:27 PM »
Hi,
    In thumbnail_bit.html use {thumbnail_openwindow}  instead of {thumbnail}.

Quote
<!-- you wish detail page in a small javascript open window, use {thumbnail_openwindow} -->


Thanks

Offline yuzaki

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Newbie : details.php in neue Fenster
« Reply #2 on: May 29, 2009, 10:58:42 AM »
thank for ur help
i have tried but doesnt work
maybe other options?

Offline batu544

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Free Celebrity wallpapers
Re: Newbie : details.php in neue Fenster
« Reply #3 on: May 30, 2009, 07:07:46 AM »
well.. .. this should work .. unless you have not modified the header.html template.  please check your header.html whether following code exist or not..

Code: [Select]
function opendetailwindow() {
    window.open('','detailwindow','toolbar=no,scrollbars=yes,resizable=no,width=680,height=480');
  }


Offline yuzaki

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Newbie : details.php in neue Fenster
« Reply #4 on: June 03, 2009, 01:26:13 PM »
Ok it works
very nice thank

Now it just opens only one Window. how i can configure it that when i klick the image it opens a new window? not that same window.

thank

Offline yuzaki

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Newbie : details.php in neue Fenster
« Reply #5 on: June 09, 2009, 10:41:20 AM »
Kann keiner mir helfen?

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile

Offline yuzaki

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Newbie : details.php in neue Fenster
« Reply #7 on: June 16, 2009, 05:34:00 PM »
Das ist leider nicht was ich brauche.
Ich glaub man muss bei function opendetailwindow() was ändern.