guys i ve been keeping an eye on every php gallery. No coders have thought abt having a vista Aero style theme , i ma planning to start a photo gallery page , I am not professional love photography a lot .
Is there already a vista aero theme for copper mine of will i have to edit all those lil images one by one ? and what if i get an error message finally ;D ;D
any have a theme or looking forward to develp please share with me , i am looking for a vista theme
Thank you
all avaible themes are in our demo gallery (look at the demo link on the top of this page).
If you don't find what you want, you must make it yourself ;)
see the theme section (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#theme_create) in the doc
I agree a Vista theme would be very nice, but would you be able to use Microsoft's images?
Quote from: just_some_guy on February 10, 2008, 02:41:13 PM
but would you be able to use Microsoft's images?
I strongly doubt that. I don't think that they would sue you though - after all, you're promoting their new operating system if you come up with such a theme.
Quote from: dumbo on February 10, 2008, 02:07:59 PM
Is there already a vista aero theme for copper mine
No.
Quote from: dumbo on February 10, 2008, 02:07:59 PMwill i have to edit all those lil images one by one ? and what if i get an error message finally ;D ;D
You'll have to come up with a custom theme of your own then. Do as suggested and read the corresponding docs. Create your custom theme step by step and observe the preview - if you make a mistake and get an error, just undo your previous step.
Ms is never gonna do that but i remember kol was asked to remove his theme from the internet , but this happened cos his themes were too good for win xp even before release of Vista , may be that is the reason , but where ever u see u can see vista effects , ive searched every corners i didnt find a vista looking gallery
Would be happy if some one could lend me a hand in php , i am good at html , css or Javascripts , lost touch with learning things as i grew up :)
doing a gallery on copper mine for my friend Now
Helps would be appreciated
Where should i edit to change the bg color (Encircled portion in the above image) , i couldnt find it on the style.css
please help me
[edit]attach screen capt on this post in place of hardlinked[/edit]
you can use the firefox webdevelopper toolbar to find which style is used (in your case look at the body) in some themes, there is directly set in the template.html file.
Thx sir
once again i need help in finding css to replace the parts shown below
[Edit GauGau] Replaced hotlinked image with attachment [/quote]
How will i make a glass background , the edges will be big problem to me for sure ;D
any specialist in making edges for the table with aero borders , nay how i got the table body transparent , all i need to do is select a good image for background :)
please help me guys
i downloaded the tool u have mentioned , but i am very fresh to that.
Thx
:o :o :o :o I did it ..i did it
Now i am learning to use this tool better
It helped
thx
@Frantz: when replacing a hotlinked image with an attachment, make sure to attach the full-size pic, not just the thumbnail.
@dumbo: please don't hotlink images, but attach your files (hardcopies etc.) to your postings.
Marking thread as "solved" then.
Very happy to see the site is back !!!
will attach the images here after
I need a lil more help with the page i skinned recently its looking a lil like aero now
How to make to sort order in horizontal within the background , the background image has doubled that is the only part i couldnt do much ..
And how to costumize the top menu , i need to give it a rollover and how to seperate each menu in {SUB_MENU}{SYS_MENU}
, i need the logout register etc at diffrent places on the page
please help me , now i am getting more curious on coppermine :)
My page is www.liveglamour.com
Hope i ve done a good modding on water drop theme
Thx
I tried to copy menus from os x theme :( was not sucessful :(
Zip your custom theme folder and attach it to your posting
I have attached the theme
First of all, you should rename your custom theme. I did this for you and added an expandalble sys menu. You'll have to adapt the stylesheet - the vertical align doesn't work yet. Have fun.
never had idea that mods on this forms help to this extend !!! , thx for ur help
now theming has become more intresting :) :)
How to replace the sort order button like the Os xtheme ?
please guide me or do me a similar modification , cos my bg image is getting doubled as seen in the preview
Edit theme.php. The variable you need to edit is $template_thumb_view_title_row. As it doesn't exist within your custom theme, you'll need to copy it in (usually from themes/sample/theme.php), which would be// HTML template for title row of the thumbnail view (album title + sort options)
$template_thumb_view_title_row = <<<EOT
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" class="statlink"><h2>{ALBUM_NAME}</h2></td>
<td><img src="images/spacer.gif" width="1" alt="" /></td>
<td class="sortorder_cell">
<table cellpadding="0" cellspacing="0">
<tr>
<td class="sortorder_options">{TITLE}</td>
<td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=ta" title="{SORT_TA}"> + </a></span></td>
<td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=td" title="{SORT_TD}"> - </a></span></td>
</tr>
<tr>
<td class="sortorder_options">{NAME}</td>
<td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=na" title="{SORT_NA}"> + </a></span></td>
<td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=nd" title="{SORT_ND}"> - </a></span></td>
</tr>
<tr>
<td class="sortorder_options">{DATE}</td>
<td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=da" title="{SORT_DA}"> + </a></span></td>
<td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=dd" title="{SORT_DD}"> - </a></span></td>
</tr>
<tr>
<td class="sortorder_options">{POSITION}</td>
<td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=pa" title="{SORT_PA}"> + </a></span></td>
<td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=pd" title="{SORT_PD}"> - </a></span></td>
</tr>
</table>
</td>
</tr>
</table>
EOT;
or take it from themes/mac_ox_x/theme.php:// HTML template for title row of the thumbnail view (album title + sort options)
$template_thumb_view_title_row = <<<EOT
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" class="statlink">{ALBUM_NAME}</td>
<td class="sortorder_options" style="font-size: 100%;">{TITLE}</td>
<td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=ta" title="{SORT_TA}"> + </a></span></td>
<td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=td" title="{SORT_TD}"> - </a></span></td>
<td> </td>
<td class="sortorder_options" style="font-size: 100%;">{NAME}</td>
<td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=na" title="{SORT_NA}"> + </a></span></td>
<td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=nd" title="{SORT_ND}"> - </a></span></td>
<td> </td>
<td class="sortorder_options" style="font-size: 100%;">{DATE}</td>
<td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=da" title="{SORT_DA}"> + </a></span></td>
<td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=dd" title="{SORT_DD}"> - </a></span></td>
<td> </td>
<td class="sortorder_options" style="font-size: 100%;">{POSITION}</td>
<td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=pa" title="{SORT_PA}"> + </a></span></td>
<td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&page={PAGE}&sort=pd" title="{SORT_PD}"> - </a></span></td>
</tr>
</table>
EOT;
Have I mentioned our "one question per thread" policy that you agreed tor espect when signing up? No? Well, let me mention it right now: we have a strict "one question per thread" policy.
Oopsie Sorry !!!
i thought i might be spamming creating many new threads :) :)
Even i didnt find any results searching . i should have created a new thread for this
It worked but , how to get rid of the old sort table , its seen no where in the theme.php file , hope i will not have to edit my theme from first on osx :(
now i feel i could have done on os x than water drops :(
Please tell me is the double things can be solved
I am sorry i made a mistake , its working fine now !!! , i am new bie with php , hey how do i edit my own post ?
Thx a lot my theme is fixed now , it can be said iam having no more doubts all left out is load my theme with Plugins and time to rock now
Thx a lot for all the help , copper mine is now a special place for me to learn new things :)
Learn how to upgrade your cpg while your at it ;) You are running <!--Coppermine Photo Gallery 1.4.12 (stable)--> when 1.4.16 is the latest most secure version.
Cheers
Hein
You might as well consider to donate your custom theme - if you decide to do so (make it publicly available for others), make sure that all the images you use are free. Then start a new thread in this board, with your custom theme folder attached.
Sure i ll donate my custom theme , no probs at all ! , all images are made by me in photoshop , except the theme is vista Os inspired iam a great great fan of vista Os GUI (Even though its one among the worst Os ever Developed ) . hope there wont be any trouble in the vista theme :( , would billy mind ? ? ?
Photos on my page belongs to my team mates , they wont mind especially the background :)
I have a lil more to complete on the menu area once done ill upload the theme here ,
Now i got to learn to upgrade the latest version , i am sure ill find all the help needed after reading the threads on upgrading . :)
cos i might need help cos i am very fresh to PHP :(
Thanks for your readiness to share. No PHP skills needed to upgrade. What you need to do to perform the upgrade is being explained in the docs (upgrading section).
Quote from: Joachim Müller on February 18, 2008, 08:40:21 AM
Thanks for your readiness to share. No PHP skills needed to upgrade. What you need to do to perform the upgrade is being explained in the docs (upgrading section).
Upgraded , was very easy then i expected
Quote from: Joachim Müller on February 18, 2008, 08:40:21 AM
Thanks for your readiness to share. No PHP skills needed to upgrade. What you need to do to perform the upgrade is being explained in the docs (upgrading section).
I think the theme is ready ...Upload it now ?
Anytime you feel that it is ready. Just zip it and attach it to your posting.
Quote from: Joachim Müller on April 15, 2008, 08:11:46 AM
Anytime you feel that it is ready. Just zip it and attach it to your posting.
But there are few thing left irritating me ..one among that is avatar , can i post the updated themes once i keep improving
As I said: whenever you feel that it is ready...
QuoteBut there are few thing left irritating me
is your theme ready now ? I'm interrested on it ;) and perhaps other users...
Yea its ready Except on Internet explorer its looks ( Ugly :'( ) Any how i am going to release it by coming week , was away from the web and comp for some time , Final make over and its ready :)
Very happy to hear some one liked the theme i ve created ( First ever skin i made :) )
Quote from: dumbo on August 02, 2008, 07:12:04 PM
Yea its ready Except on Internet explorer its looks ( Ugly :'( ) Any how i am going to release it by coming week , was away from the web and comp for some time , Final make over and its ready :)
Very happy to hear some one liked the theme i ve created ( First ever skin i made :) )
Also very interested in your theme :P
Looks rely great with the vista theme.
Good work there.
Are you going to release it soon?
I am looking forward to it.
I would like to see your final theme too. Looks nice and promising.
Have you finished it yet?