Themes from DaMysterious - Page 8 Themes from DaMysterious - Page 8
 

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]

Main Menu

Themes from DaMysterious

Started by DaMysterious, March 05, 2004, 03:20:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

aravot

#140
Quote from: GauGau on July 05, 2005, 07:58:54 AM
why don't you? There is everything in the cpg1.4.x documentation that you need to transform a cpg1.3.x theme to cpg1.4.x

If I could I would have done it by now, style.css and template.html are easy but don't understand theme.php

snork13

Quote from: aravot on July 04, 2005, 11:19:31 AM
Now that CPG 1.4.1 beta is released to public, hope somebody would update SMF theme to CPG 1.4.1

like this ;D


http://www.snork13.net/devel/index.php?theme=smf

@GauGau

I will get this zipped and share 8)

--snork13

falarious

It would be great if someone can convert caliSkinV6 skin to 1.4.x . It would be greatly apppreciated

snork13

Quote from: falarious on July 08, 2005, 12:08:44 AM
It would be great if someone can convert caliSkinV6 skin to 1.4.x . It would be greatly apppreciated

you could try it, great for understanding coppermine, read the doc/theme.html

http://www.snork13.net/devel/index.php?theme=caliSkinV6

I think i got it working ::)

falarious

Cool. Can you pass me the theme.php file. I am having a lot of trouble making it compatible...

aravot

Finally updated the 'cpg 1.3 smf theme' to cpg 1.4.1, will release within couple of days (polishing code) meanwhile link to the test site click HERE (it's a test site might not be there)
username: test
password: testtest

snork13

Quote from: falarious on July 08, 2005, 07:19:15 PM
Cool. Can you pass me the theme.php file. I am having a lot of trouble making it compatible...

i'm gettin' them zipped now

snork13

Ok,

i tried to attach the modified themes (smf & caliSkinV6) for 1.4 version of coppermine, but they are larger then 200kb so I can't.  I think I modified the files correctly, LMK if I messed something up.

u can d/l from http://www.snork13.net/devel/index.php?cat=2 for now

--snork13

Joachim Müller

thanks for your contrib - I started two new threads that deal with your themes, as this thread is deprecated and already cluttered too much. If you want to port other themes for cpg1.4.x, please start new threads (whereever you can, a moderator will move accordingly) for each new theme.
I had to modify both packages, as the paths of the zip file didn't contain the theme name (which is mandatory). Additionally, I went through template.html of smf and cleaned up a bit - there were a lot of improper code tags, and the custom_link anchor in the theme.php was missing as well (please note: I'm not blaming you for anything, the improper code existed in the original theme - I'm just telling you this in case you want to edited even more themes *hint*). Keep up the good work! :D

Joachim

Joachim Müller

split unrelated reply to this thread and merged it with the thread that deals with the theme "blackbirch" it was refering to.

cluj

on my site you can see all the templates in acction http://www.albumefoto.com

Joachim Müller

...as well as on the official demo page - so why visit your site? Try promoting your site on the thread Share your galleries instead.

pacimir

#152
I've problem with "digital_flow" theme
The pictures in the top of the theme are resizing in every refresh of the page. One time big, after refresh small ....
I didn't change this part of the template.html code. I'ts in original parameters.

      <td><img src="themes/digital_flow/images/temp2_01.jpg" width="100%" height="49"></td>
      <td><img src="themes/digital_flow/images/temp2_02.jpg" width="100%" height="49"></td>
      <td><img src="themes/digital_flow/images/temp2_03.jpg" width="100%" height="49"></td>
      <td><img src="themes/digital_flow/images/temp2_04.jpg" width="100%" height="49"></td>
      <td><img src="themes/digital_flow/images/temp2_05.jpg" width="100%" height="49"></td>


Pictures are also not modificated. I saw that i your demo it is the same, but in http://www.albumefoto.com/ the theme isn't like that. It's not resizing the header.
Where can be my mistake ?

Joachim Müller

the theme is buggy - replace the 100% stuff with the actual widths.