4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: juliano on March 21, 2003, 08:02:32 PM

Title: New Window for Details Page
Post by: juliano on March 21, 2003, 08:02:32 PM
I would like that when the users to click in the thumbnail image open a new window without bars of navigation with the page of details somebody can help me?
Title: New Window for Details Page
Post by: Chris on March 21, 2003, 11:04:35 PM
Open thumbnail_bit.html and you will find code that is commented out that explains how to do this.  It is a feature of 4images and so no mod is required.
Title: New Window for Details Page
Post by: vanner on March 24, 2003, 08:02:52 PM
any way we can make it open the details page in a full screen window where you can minimize and maximize the window; rather than in a small window that can't expand.
Title: New Window for Details Page
Post by: Neo1 on March 25, 2003, 11:48:48 AM
open header.html and find

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


You can edit this code.
Try this one:
Code: [Select]
 function opendetailwindow() {
    window.open('','detailwindow','toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=600');
  }
Title: New Window for Details Page
Post by: Neo1 on March 26, 2003, 12:56:41 AM
one question....
details open in a new window....but not from random image. {thumbnail_openwindow} does not work there. What can i do?


(edit)  :lol: got it. I forgot to try it with random_cat_image.html  :mrgreen: (/edit)