Need a vista aero theme for copper mine gallery !!! Need a vista aero theme for copper mine gallery !!!
 

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

Need a vista aero theme for copper mine gallery !!!

Started by dumbo, February 10, 2008, 02:07:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dumbo

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


François Keller

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 in the doc
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

just_some_guy

I agree a Vista theme would be very nice, but would you be able to use Microsoft's images?
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

Joachim Müller

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.


dumbo

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


dumbo

#5


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]

François Keller

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.
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

dumbo


dumbo

#8
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

dumbo

 :o :o :o :o I did it ..i did it


Now i am learning to use this tool better
It helped
thx

Joachim Müller

@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.

dumbo

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


dumbo

I tried to copy menus from os x theme :(   was not sucessful :(

Joachim Müller

Zip your custom theme folder and attach it to your posting

dumbo


Joachim Müller

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.

dumbo

never had idea that mods on this forms help to this extend !!! , thx for ur help

now theming has become more intresting  :) :)


dumbo

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


Joachim Müller

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}&amp;page={PAGE}&amp;sort=ta" title="{SORT_TA}">&nbsp;+&nbsp;</a></span></td>
                                                <td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=td" title="{SORT_TD}">&nbsp;-&nbsp;</a></span></td>
                                        </tr>
                                        <tr>
                                                <td class="sortorder_options">{NAME}</td>
                                                <td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=na" title="{SORT_NA}">&nbsp;+&nbsp;</a></span></td>
                                                <td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=nd" title="{SORT_ND}">&nbsp;-&nbsp;</a></span></td>
                                        </tr>
                                        <tr>
                                                <td class="sortorder_options">{DATE}</td>
                                                <td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=da" title="{SORT_DA}">&nbsp;+&nbsp;</a></span></td>
                                                <td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=dd" title="{SORT_DD}">&nbsp;-&nbsp;</a></span></td>
                                        </tr>
                                        <tr>
                                                <td class="sortorder_options">{POSITION}</td>
                                                <td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=pa" title="{SORT_PA}">&nbsp;+&nbsp;</a></span></td>
                                                <td class="sortorder_options"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=pd" title="{SORT_PD}">&nbsp;-&nbsp;</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}&amp;page={PAGE}&amp;sort=ta" title="{SORT_TA}">&nbsp;+&nbsp;</a></span></td>
                                <td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=td" title="{SORT_TD}">&nbsp;-&nbsp;</a></span></td>
                                <td>&nbsp;&nbsp;</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}&amp;page={PAGE}&amp;sort=na" title="{SORT_NA}">&nbsp;+&nbsp;</a></span></td>
                                <td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=nd" title="{SORT_ND}">&nbsp;-&nbsp;</a></span></td>
                                <td>&nbsp;&nbsp;</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}&amp;page={PAGE}&amp;sort=da" title="{SORT_DA}">&nbsp;+&nbsp;</a></span></td>
                                <td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=dd" title="{SORT_DD}">&nbsp;-&nbsp;</a></span></td>
                                <td>&nbsp;&nbsp;</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}&amp;page={PAGE}&amp;sort=pa" title="{SORT_PA}">&nbsp;+&nbsp;</a></span></td>
                                <td class="sortorder_options" style="font-size: 100%;"><span class="statlink"><a href="thumbnails.php?album={AID}&amp;page={PAGE}&amp;sort=pd" title="{SORT_PD}">&nbsp;-&nbsp;</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.

dumbo

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