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 3 4 5 [6] 7 8   Go Down

Author Topic: Themes from DaMysterious  (Read 138026 times)

0 Members and 1 Guest are viewing this topic.

marz

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
httpd error logs
« Reply #100 on: August 06, 2004, 08:31:01 am »

I'm getting an error in my web logs:

File does not exist: /var/www/html/coppermine/themes/default/images/tile.gif, referer: http://launch.digitaldaredevil.com/coppermine/displayimage.php?album=27&pos=14

It appears that theme.php is calling an image for a "default" theme but there is no "default" theme in the coppermine distro.  The errors started after I updated to 1.3.1 from 1.2.  I think this is a bug in theme.php.

I see the following chunk of code in the theme.php file from the theme I'm using "meltingfilm_left":

Code: [Select]
// HTML template for filmstrip display
$template_film_strip = <<<EOT

        <tr>
         <td valign="top" background='themes/default/images/tile.gif' align="center" height='30'>&nbsp;</td>
        </tr>
        <tr>
        <td valign="bottom" class="thumbnails" align="center">
          {THUMB_STRIP}
        </td>
        </tr>
        <tr>
         <td valign="top" background='themes/default/images/tile.gif' align="center" height='30'>&nbsp;</td>
        </tr>
<!-- BEGIN thumb_cell -->
                                        <a href="{LINK_TGT}">{THUMB}</a>&nbsp;
                                        {CAPTION}
                                        {ADMIN_MENU}
<!-- END thumb_cell -->
<!-- BEGIN empty_cell -->
                <td valign="top" align="center" >1&nbsp;</td>
<!-- END empty_cell -->

EOT;

However, a default theme for coppermine such as hardwired has the following code:

Code: [Select]
// HTML template for filmstrip display
$template_film_strip = <<<EOT

        <tr>
         <td valign="top" background='themes/hardwired/images/tile.gif' align="center" height='30'>&nbsp;</td>
        </tr>
        <tr>
        <td valign="bottom" class="thumbnails" align="center">
          {THUMB_STRIP}
        </td>
        </tr>
        <tr>
         <td valign="top" background='themes/hardwired/images/tile.gif' align="center" height='30'>&nbsp;</td>
        </tr>
<!-- BEGIN thumb_cell -->
                                        <a href="{LINK_TGT}">{THUMB}</a>&nbsp;
                                        {CAPTION}
                                        {ADMIN_MENU}
<!-- END thumb_cell -->
<!-- BEGIN empty_cell -->
                <td valign="top" align="center" >1&nbsp;</td>
<!-- END empty_cell -->

EOT;

I suppose if the directory path to "tile.gif" was changed to point to the appropriate file that would fix the problem, however, no such file exists for the "meltingfilm_left" theme.  May be DaMysterious could take a look at this, I think the developed that theme.
Logged

M3

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 40
Re: Themes from DaMysterious
« Reply #101 on: August 15, 2004, 12:17:14 am »

Hi, I'm a newbie and I was trying to find some new skins for a friend of mine.

Could I just suggest that you add a screen shot or two of the finished gallery into your zip files? I've been looking around and while you do have demos of the new releases, I haven't been able to find any for the old releases or even any screen shots. It'd help us noobs. Even if we can't see what they are before we download the zips, we can at least check the screen shot before we unzip everything and see if we'd want to use it...

Thanks! :)
Logged

DaMysterious

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 404
  • My CPG Recources
    • My CPG Recources
Re: httpd error logs
« Reply #102 on: August 15, 2004, 12:29:16 am »

I'm getting an error in my web logs:

File does not exist: /var/www/html/coppermine/themes/default/images/tile.gif, referer: http://launch.digitaldaredevil.com/coppermine/displayimage.php?album=27&pos=14

It appears that theme.php is calling an image for a "default" theme but there is no "default" theme in the coppermine distro.  The errors started after I updated to 1.3.1 from 1.2.  I think this is a bug in theme.php.

I see the following chunk of code in the theme.php file from the theme I'm using "meltingfilm_left":

Code: [Select]
// HTML template for filmstrip display
$template_film_strip = <<<EOT

        <tr>
         <td valign="top" background='themes/default/images/tile.gif' align="center" height='30'>&nbsp;</td>
        </tr>
        <tr>
        <td valign="bottom" class="thumbnails" align="center">
          {THUMB_STRIP}
        </td>
        </tr>
        <tr>
         <td valign="top" background='themes/default/images/tile.gif' align="center" height='30'>&nbsp;</td>
        </tr>
<!-- BEGIN thumb_cell -->
                                        <a href="{LINK_TGT}">{THUMB}</a>&nbsp;
                                        {CAPTION}
                                        {ADMIN_MENU}
<!-- END thumb_cell -->
<!-- BEGIN empty_cell -->
                <td valign="top" align="center" >1&nbsp;</td>
<!-- END empty_cell -->

EOT;

However, a default theme for coppermine such as hardwired has the following code:

Code: [Select]
// HTML template for filmstrip display
$template_film_strip = <<<EOT

        <tr>
         <td valign="top" background='themes/hardwired/images/tile.gif' align="center" height='30'>&nbsp;</td>
        </tr>
        <tr>
        <td valign="bottom" class="thumbnails" align="center">
          {THUMB_STRIP}
        </td>
        </tr>
        <tr>
         <td valign="top" background='themes/hardwired/images/tile.gif' align="center" height='30'>&nbsp;</td>
        </tr>
<!-- BEGIN thumb_cell -->
                                        <a href="{LINK_TGT}">{THUMB}</a>&nbsp;
                                        {CAPTION}
                                        {ADMIN_MENU}
<!-- END thumb_cell -->
<!-- BEGIN empty_cell -->
                <td valign="top" align="center" >1&nbsp;</td>
<!-- END empty_cell -->

EOT;

I suppose if the directory path to "tile.gif" was changed to point to the appropriate file that would fix the problem, however, no such file exists for the "meltingfilm_left" theme.  May be DaMysterious could take a look at this, I think the developed that theme.


All my themes are recently reworked on this topic. The latest changes/updates can always be found in my special Coppermine download section if needed.
Logged
DaMysterious.

marz

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
theme download
« Reply #103 on: August 16, 2004, 08:44:38 am »

Quote
All my themes are recently reworked on this topic. The latest changes/updates can always be found in my special Coppermine download section if needed.

Thanks for the info!  I went to you site but was unable to download the file.  When I clicked on the zip file icon next to the theme name it brought me to a file description window but there was no link to download the file.  Any help would be much appreciated.
« Last Edit: August 16, 2004, 08:53:40 am by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Themes from DaMysterious
« Reply #104 on: August 16, 2004, 08:54:31 am »

help on DaMysterious' site should be discussed on his site, not this one imo.

GauGau
Logged

Burpee

  • Contributor
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 71
    • Vuurwerklook.com
Re: Themes from DaMysterious
« Reply #105 on: August 19, 2004, 04:15:32 am »

Ehrmm... extremely off topic ofcourse... but I'm not going to register with DaMysterious' site for just one message
"Spiritisme"?? It's "Spiritualiteit"...

DaMysterious

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 404
  • My CPG Recources
    • My CPG Recources
New Theme FiPlain for CPG 1.3x
« Reply #106 on: August 19, 2004, 11:26:46 pm »

I just finished FiPlain for Coppermine Gallery v1.3.x by user request.

Life view

Download from here

Logged
DaMysterious.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Themes from DaMysterious
« Reply #107 on: August 20, 2004, 09:27:35 am »

can't download without registration, could you please attach the zip file to your posting, so I can add it to the demo and download section (as usual)? Thanks.

GauGau
Logged

DaMysterious

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 404
  • My CPG Recources
    • My CPG Recources
Re: Themes from DaMysterious
« Reply #108 on: August 20, 2004, 10:21:25 am »

can't download without registration, could you please attach the zip file to your posting, so I can add it to the demo and download section (as usual)? Thanks.

GauGau

Oops I forgot that for the cvs.

[Link removed by DaMysterious]
« Last Edit: August 20, 2004, 01:09:29 pm by DaMysterious »
Logged
DaMysterious.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Themes from DaMysterious
« Reply #109 on: August 20, 2004, 10:31:42 am »

Thanks for the contribution of the fiplain theme. Here are the usual links: Demo - Download

GauGau

P.S. The themes don't go into the cvs, they go into the download section on our project page @ sourceforge.net
Logged

DaMysterious

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 404
  • My CPG Recources
    • My CPG Recources
New theme Iris Expanded for Coppermine Gallery 1.3.x
« Reply #110 on: August 21, 2004, 02:26:24 am »

I just released Iris Expanded for Coppermine Gallery v1.3.x.

Life view

Download from here
« Last Edit: August 23, 2004, 11:53:02 am by DaMysterious »
Logged
DaMysterious.

DaMysterious

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 404
  • My CPG Recources
    • My CPG Recources
New theme FiBlack3dBlue for Coppermine Gallery 1.3.x
« Reply #111 on: August 22, 2004, 11:21:41 am »

I just released by userrequest FiBlack3dBlue for Coppermine Gallery v1.3.x.

Life view

Download from here
« Last Edit: August 23, 2004, 11:53:23 am by DaMysterious »
Logged
DaMysterious.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Themes from DaMysterious
« Reply #112 on: August 23, 2004, 07:00:21 am »

Iris Expanded: Demo - Download
FiBlack3dBlue: Demo - Download

GauGau
Logged

DaMysterious

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 404
  • My CPG Recources
    • My CPG Recources
4 New Themes from DaMysterious
« Reply #113 on: August 29, 2004, 11:52:52 pm »

I released 4 new themes for Coppermine Gallery v1.3.x within the last days.

Attention BlackWiddow II does replace the former BlackWiddow if you have installed it already. BlackWiddow II comes with filmstrip left by default now.
BlackWiddow Life view.

Attention fiBlack3d II does replace the former fiBlack3d if you have installed it already.
fiblack3d II Life view.

fiBlack3dGreen Life view.

fiBlack3dPurple Life view.
« Last Edit: September 03, 2004, 09:47:11 pm by DaMysterious »
Logged
DaMysterious.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Themes from DaMysterious
« Reply #114 on: August 30, 2004, 08:21:32 am »

good work once more - here are the links for the new themes:
BlackWiddow II - Demo - Download
fiBlack3d II - Demo - Download
fiBlack3dGreen - Demo - Download
fiBlack3dPurple - Demo - Download

Although it's a matter of personal taste, imo the admin menu items in fiBlack3d II with light orange on light grey are hardly readible, I suggest changing the colors in the css class admin_menu with something that has more contrast.

Joachim
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Change note: Themes from DaMysterious
« Reply #115 on: August 30, 2004, 08:26:50 am »

Change note: some time ago we agreed to have all themes from DaMysterious in one place (as a sort of "announcement thread"). As this thread became increasingly longer and harder for users to cope with, I decided to have a whole child board labelled Themes within Modifications/Add-Ons/Hacks, where all theme releases are suppossed to go (one thread for each theme). I'll move this thread accordingly, please start new threads for each new theme from now on (I'll have to edit your permissions accordingly).

Joachim
Logged

DaMysterious

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 404
  • My CPG Recources
    • My CPG Recources
Re: Themes from DaMysterious
« Reply #116 on: August 30, 2004, 03:13:07 pm »

good work once more - here are the links for the new themes:
BlackWiddow II - Demo - Download
fiBlack3d II - Demo - Download
fiBlack3dGreen - Demo - Download
fiBlack3dPurple - Demo - Download

Although it's a matter of personal taste, imo the admin menu items in fiBlack3d II with light orange on light grey are hardly readible, I suggest changing the colors in the css class admin_menu with something that has more contrast.

Joachim

You'r right, I did change the css values for the admin buttons in fiBlack3d II, they are 3d now like the other new themes with letter color in white. Even I change some other css values in one way for fiBlack3d II to make some text more readble.

If you like you can get a fresh copy using my former link to all fiBlack3d* archives.
« Last Edit: August 30, 2004, 03:47:06 pm by DaMysterious »
Logged
DaMysterious.

DaMysterious

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 404
  • My CPG Recources
    • My CPG Recources
Re: Change note: Themes from DaMysterious
« Reply #117 on: August 30, 2004, 03:45:01 pm »

Change note: some time ago we agreed to have all themes from DaMysterious in one place (as a sort of "announcement thread"). As this thread became increasingly longer and harder for users to cope with, I decided to have a whole child board labelled Themes within Modifications/Add-Ons/Hacks, where all theme releases are suppossed to go (one thread for each theme). I'll move this thread accordingly, please start new threads for each new theme from now on (I'll have to edit your permissions accordingly).

Joachim

Thank you, I wil do so. Like the way I'm working at my site. By this way every theme can have its own support in its own tread wich is very conveniently arranged for users and admins.
Logged
DaMysterious.

DaMysterious

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 404
  • My CPG Recources
    • My CPG Recources
Re: Change note: Themes from DaMysterious
« Reply #118 on: September 03, 2004, 09:55:16 pm »

Change note: some time ago we agreed to have all themes from DaMysterious in one place (as a sort of "announcement thread"). As this thread became increasingly longer and harder for users to cope with, I decided to have a whole child board labelled Themes within Modifications/Add-Ons/Hacks, where all theme releases are suppossed to go (one thread for each theme). I'll move this thread accordingly, please start new threads for each new theme from now on (I'll have to edit your permissions accordingly).

Joachim

Hi GauGau,

It is impossible for me to start a new topic in Modifications/Add-Ons/Hacks/Themes, no button comes up to open one. I'm able to mark as read and notify.
Logged
DaMysterious.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Themes from DaMysterious
« Reply #119 on: September 03, 2004, 11:49:08 pm »

Yes, the dev team members experience the same issue. Seems I have messed up the permissions on the mods board. I'll look into it this weekend. Meanwhile (as a workaround), post a reply to this thread (without actually refering to the thread) - I'll split any new postings from this thread if necessary. Sorry for the fuzz.

Joachim
Logged
Pages: 1 2 3 4 5 [6] 7 8   Go Up
 

Page created in 0.054 seconds with 23 queries.