Opening pictures in new browser window Opening pictures in new browser window
 

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

Opening pictures in new browser window

Started by MilchstrabeStern, September 07, 2004, 03:16:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MilchstrabeStern

When you click on a picture, I want it to appear in a new window because the picture will only fit with my design if there 360 px wide, and thats small, so how can i configure it so it opens them up in a seperate window?

Joachim Müller

go through the coppermine code with a search tool (the one of your OS will do), look for "displayimage.php", edit the files your search comes up with and add target="_blank" as an attribute to the links you find.
This is not recommended though, with most modern browsers having some sort of pop-up blocker for valid reasons. Personally, I hate it when new browser windows get launched with my approval, I'd be away from your site very fast. I especially can't see any reason to open new winows if you have pics with very low dimensions, as they go perfect with your style without messing up the design.

Joachim

P.S. Please stop posting support requests on the general discussion board. These kind of questions are suppossed to go into the proper support board. Since you're using cpg1.3.2 (as I remember from previous posts), I have moved your thread accordingly.

cryogenic

Even worse, that will invalidate all the hard work the devs are putting into making CPG xhtml compliant. I'm in agreement that "target=_blank" should more or less never be used. If I want something in a new window, I'll make it open in a new window. Don't make the decision for me.  :)

Joachim Müller

we already decided that in cpg1.4.x, all external links will look like this: <a href="external_page" title="sometitle" rel="external"> instead of <a href="external_page" target="_blank">. It will be up to the user then to add some JavaScript/DHTML bits to make them open in a new window - by default, they will open in the same window.
For cpg1.3.x, use the method I described.

Joachim

cryogenic

That's a great idea in adding the rel=external to the links. I haven't looked through the 1.4 dev code all that thoroughly at the moment, but is it present in cvs yet? (I just updated today--found another bug, but feel as though I'm annoying you guys reporting bugs since I'm not a dev)

Joachim Müller

isn't in the cvs yet, we just agreed to have it that way in the non-public dev board.
The problem with bug reports for the devel version is that you can't actually see what features is being worked on. Some have been flagged with "I'm working on this issue" by some team member in the dev board - if you come up with a bug report on that particular issue, it's not very helpfull. However, we don't want to scare you away, as other bug reports may be very helpfull, correcting oversights or plain bugs that haven't been discovered yet. We appreciate your readiness to help very much, but discussing cpg1.4(devel) things on the regular board just stirrs to much distraction for "regular" users imo.
Here's my recommendation: we'll release a non-public beta package to some groups of users and give them access to the cpg1.4 bugs board. The pre-release will go to the groups "Translator", "Contributor" and "VIP". Easiest way to get access to the board in question and the pre-release would be to become a member of those groups. There are several ways to get promoted to "Contributor" status: post a theme, a hack/mod, continuously do support work etc.
What do you think? ;)

Joachim

cryogenic

Well, given that I don't code, I won't be posting any hacks or mods anytime soon. All I can hope for is just be of assistance to other users on the board. :P