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]   Go Down

Author Topic: [Theme] FI Apple Blue - for Coppermine Gallery 1.3.x  (Read 11947 times)

0 Members and 1 Guest are viewing this topic.

DaMysterious

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 404
  • My CPG Recources
    • My CPG Recources
[Theme] FI Apple Blue - for Coppermine Gallery 1.3.x
« on: September 23, 2004, 11:51:22 pm »

I just released by user request - FI AppleBlue for Coppermine Gallery v1.3.x.

Life view at DaMysterious

Download at DaMysterious
« Last Edit: September 29, 2004, 12:53:59 am by DaMysterious »
Logged
DaMysterious.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: [Theme] FI Apple Blue - for Coppermine Gallery 1.3.x
« Reply #1 on: September 24, 2004, 07:07:04 am »

the package contains a lot of files that are not needed nor used by coppermine - I guess those are leftovers from a phpbb theme. Please review.

Joachim
Logged

DaMysterious

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 404
  • My CPG Recources
    • My CPG Recources
Re: [Theme] FI Apple Blue - for Coppermine Gallery 1.3.x
« Reply #2 on: September 24, 2004, 01:06:11 pm »

the package contains a lot of files that are not needed nor used by coppermine - I guess those are leftovers from a phpbb theme. Please review.

Joachim

Please get a fresh copy GauGau. I archived the wrong directory by accident, sorry for that.
Logged
DaMysterious.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: [Theme] FI Apple Blue - for Coppermine Gallery 1.3.x
« Reply #3 on: September 26, 2004, 07:25:38 am »

no problem, it's one of the advantages that another person has to approve things before they go into downloads. Such things can happen easily - only those who don't contribute at all can't make such minor mistakes ;)
As always, I appreciate your work.
Demo - Download

Joachim
Logged

dxb

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
photo pop up
« Reply #4 on: April 03, 2005, 12:08:01 am »

the photo pop up is to small!
when you clic on the photo it display the bars,

to resoslve it just modify .../scipts.js

at the end of file you find "function adjust_popup()" just add 20 pix (like mine in red):

function adjust_popup()
{
        var w, h, fixedW, fixedH, diffW, diffH;

        if (document.all) {
                fixedW = document.body.clientWidth + 20;
                fixedH = document.body.clientHeight + 20;
                window.resizeTo(fixedW, fixedH);
                diffW = fixedW - document.body.clientWidth;
                diffH = fixedH - document.body.clientHeight;
        } else {
                fixedW = window.innerWidth  + 20;
                fixedH = window.innerHeight  + 20;
                window.resizeTo(fixedW, fixedH);
                diffW = fixedW - window.innerWidth;
                diffH = fixedH - window.innerHeight;
        }
        w = fixedW + diffW;
        h = fixedH + diffH;
        if (h >= screen.availHeight) w += 16;
        if (w >= screen.availWidth)  h += 16;
        w = Math.min(w,screen.availWidth);
        h = Math.min(h,screen.availHeight);
        window.resizeTo(w,h);
        window.moveTo((screen.availWidth-w)/2, (screen.availHeight-h)/2);
}

http://www.ufo22.it/album
Logged
Pages: [1]   Go Up
 

Page created in 0.026 seconds with 22 queries.