4images Forum & Community

4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started by: yuzaki on May 28, 2009, 03:25:22 PM

Title: Newbie : details.php in neue Fenster
Post by: yuzaki on May 28, 2009, 03:25:22 PM
Hallo,
wie kann ich details  von Bilder in ein neue Fenster öffnen?
danke
Title: Re: Newbie : details.php in neue Fenster
Post by: batu544 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
Title: Re: Newbie : details.php in neue Fenster
Post by: yuzaki on May 29, 2009, 10:58:42 AM
thank for ur help
i have tried but doesnt work
maybe other options?
Title: Re: Newbie : details.php in neue Fenster
Post by: batu544 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');
  }

Title: Re: Newbie : details.php in neue Fenster
Post by: yuzaki 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
Title: Re: Newbie : details.php in neue Fenster
Post by: yuzaki on June 09, 2009, 10:41:20 AM
Kann keiner mir helfen?
Title: Re: Newbie : details.php in neue Fenster
Post by: nobby on June 09, 2009, 10:46:01 AM
Kann keiner mir helfen?

vielleicht dies: http://www.4homepages.de/forum/index.php?topic=3236.0
Title: Re: Newbie : details.php in neue Fenster
Post by: yuzaki on June 16, 2009, 05:34:00 PM
Das ist leider nicht was ich brauche.
Ich glaub man muss bei function opendetailwindow() was ändern.