Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: 1 [2]   Go Down

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

0 Members and 1 Guest 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.03 seconds with 19 queries.