Pop up full size Pop up full size
 

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

Main Menu

Pop up full size

Started by twotwenty6, November 11, 2004, 11:20:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

twotwenty6

I have the feeling this question could be labeled as "stupid question" but I looked everywhere and I couldnt really find an answer... but maybe I am blind as a mouse and I am overseeing the answer. ::)
ok, here I go.

how do I make the thumbnails open the full size image in a pop up instead of the same window? ???
I installed coppermine on my server like 6 months ago and I havent used it since, now I want to start using it but forgot everything...

I checked and I still have the needed javascript in my template.

but how do I make it pop up?

thanks for your help!!! :D

Tranz

Link, please. What browser are you using? Is javascript enabled?

twotwenty6

..I am using safari, but I dont think it has anything to do with the browser, because I have used other browsers as well (firefox and IE) on both pc and mac.

I simply want the thumbnail to open a pop up full size image instead of taking me to another full size view page.
the link is here: http://www.riding-shotgun.de/pix

thanks

Tranz

Please post a link to an actual page that is linked to a full-sized picture so we don't have to hunt one down.  >:( I tried 2 and they were not linked. Also, please upload the classic theme so we can see if it's specific to your theme or not.

twotwenty6

ok...
I changed the layout back to default.
I will try to explain better what I want.

if I click on a thumbnail (lets take the first one as an example) on my album page (http://www.riding-shotgun.de/pix/thumbnails.php?album=5) it takes me here: http://www.riding-shotgun.de/pix/displayimage.php?album=5&pos=0

what I want it to do, is to open THAT in a pop up, instead of actualy directing the browser to that page, leaving the thumbnail page behind.

I am sorry if I can't make myself clear, I dont know how else to explain it I hope you understand what I mean...

thanks again in advance

Tranz

Ok, then what you are asking is not part of the code. It really helps when you explain things with actual examples. I  think it has been done as a mod.

Joachim Müller

afaik this has been requested before in the past, but was never actually done (or people who accomplished it never shared the code). I don't get the point of such a mod in the first place, as turning of the display of intermediate images and the page that comes with it actually cuts away a lot of coppermine's features (like rating, comments, slideshow, prev/next) etc.
There are a lot of other gallery apps that have less functionality and do exactly what you want (open a thumbnail in a pop-up) - why use coppermine with all it's features and then remove most of them?

Joachim

twotwenty6

I find it so hard to explain, sorry, I am a noob on these things, so pleas bare with me.



I DO NOT want to remove any features, I merely want to open that page (with all its features) http://www.riding-shotgun.de/pix/displayimage.php?album=5&pos=0 as a pop up from a thumbnail instead of being taken to it in the same frame.

The thing is I am making a page that uses frames, and the top frame is rather large so threre is hardly any room to actually view the "display image" page inside of the frame, so I'd like to open as a pop up.
have a look: http://www.riding-shotgun.de/index3.html and click on the "random image" to get to the gallery, as you see, the "display image" page, does not quite fit.

maybe you have some other suggestions????

like I said before, please have a little bit of patience with me, as I am not very familiar with this.

thank you.

Joachim Müller

edit themes/yourtheme/theme.php, find<a href="{LINK_TGT}">{THUMB}(is in the code twice) and replace with<a href="{LINK_TGT}" target="_blank">{THUMB}

Joachim

P.S. You just discovered one of the reasons why most webdesigners say "frames suck"  ;) It's a pity most visitors and search engines says so as well. I suggest reviewing the whole frame setup of your site.

twotwenty6

thank you for your help!
I already thought over the design before I read your answer. I took out the frames, it looked much better.
thank you anyway I think I might still use the pop up option though!.