Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: 1 [2]   Go Down

Author Topic: from thumbnail to full-size pop-up (skip intermediate page)  (Read 52867 times)

0 Members and 2 Guests are viewing this topic.

hassan784

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
how can i open tumbnail in new windows..any script?
« Reply #20 on: September 13, 2007, 09:38:39 pm »

how can i open tumbnail in new windows..any script?
Help Plz  :-\
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: from thumbnail to full-size pop-up (skip intermediate page)
« Reply #21 on: September 14, 2007, 09:06:23 am »

That's what this mod does. Read the thread, follow the instructions, apply the needed code changes. ::)
« Last Edit: September 15, 2007, 08:54:50 am by GauGau »
Logged

hassan784

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
Re: from thumbnail to full-size pop-up (skip intermediate page)
« Reply #22 on: September 14, 2007, 03:02:59 pm »

i like this changes but i need to open my tumbnail picture in new window and also open manually..
coppermine use javascript ...
i need a script without java script

plz help me
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: from thumbnail to full-size pop-up (skip intermediate page)
« Reply #23 on: September 15, 2007, 09:02:03 am »

To make the link HTML-driven instead of JavaScript-driven, replace
Code: [Select]
                '{LINK_TGT}' => "displayimage.php?album=$aid$cat_link&pos={$thumb['pos']}$uid_link",with
Code: [Select]
                    '{LINK_TGT}' => "displayimage.php?pid={$thumb['pid']}&fullsize=1" target="_blank",(untested).
Logged

hassan784

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
Re: from thumbnail to full-size pop-up (skip intermediate page)
« Reply #24 on: September 15, 2007, 10:14:26 pm »

the simple  code  work properly .. i  need its also  work like  i click on image and its open in new window

 your Code not work properly '{LINK_TGT}' => "displayimage.php?pid={$thumb['pid']}&fullsize=1" target="_blank",

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: from thumbnail to full-size pop-up (skip intermediate page)
« Reply #25 on: September 16, 2007, 07:29:18 pm »

Start a thread of your own - your questions are unrelated to this mod.
Logged

hassan784

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
Re: from thumbnail to full-size pop-up (skip intermediate page)
« Reply #26 on: September 16, 2007, 09:52:26 pm »

i didnt know sir .. how can i start new thread ??

Sir i wana just that link  to one  a thumbnail picture by clicking in new window
your Code not work properly
'{LINK_TGT}' => "displayimage.php?pid={$thumb['pid']}&fullsize=1" target="_blank",
Logged

hassan784

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
Re: from thumbnail to full-size pop-up (skip intermediate page)
« Reply #27 on: September 16, 2007, 09:57:32 pm »

I just use your thumbnail to full-size pop-up (skip intermediate page) Code in My website

www.therealfun.com
Check this u know better
i click on thumbnail picture  its open in same window
but i need a code of that URL (thats u give me ) its not work
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: from thumbnail to full-size pop-up (skip intermediate page)
« Reply #28 on: September 17, 2007, 08:21:57 am »

I told you to stay out of this thread. Why don't you do as suggested? You can't start new threads on the mods board, but on the support board.
Logged

hassan784

  • Coppermine newbie
  • Offline Offline
  • Posts: 15
Re: from thumbnail to full-size pop-up (skip intermediate page)
« Reply #29 on: September 28, 2007, 12:18:24 am »

 How this link will be open in window
Code: [Select]
'{LINK_TGT}' => "displayimage.php?album=$aid$cat_link&pos={$thumb['pos']}$uid_link",
this link code will not work
Code: [Select]
'{LINK_TGT}' => "displayimage.php?pid={$thumb['pid']}&fullsize=1" target="_blank", Please give me some another  code for opeing image in new window
Logged
Pages: 1 [2]   Go Up
 

Page created in 0.029 seconds with 20 queries.