coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: swandive on March 24, 2005, 03:48:10 PM

Title: Coppermine Footer
Post by: swandive on March 24, 2005, 03:48:10 PM
Hello, i'm going to do a coppermine theme with xhtml strict code.
I'd like to validate with W3C validator my code source but i have a problem...

i'have read that is impossible to change the code of the footer but there are 2 tag's property not valid in XHTML strict code.
To validate the code i have to eliminate the property ALIGN and TARGET="_BLANK"

<div class="footer" align="center" style="padding-top: 10px;">Powered by <a href="http://coppermine.sf.net/" target="_blank">Coppermine Photo Gallery</a></div>

i hope you can help me.

thank you
Title: Re: Coppermine Footer
Post by: Tranz on March 24, 2005, 07:42:50 PM
This has been addressed in the next version. We can't say how to edit the footer since it also lets people know how to remove it. Not that you would, but others who come across this could.
Title: Re: Coppermine Footer
Post by: swandive on March 24, 2005, 11:54:40 PM
ok thanks, i understand your reason.

I'd like if u look my work www.spaziotorino.it/solofoto
I have eliminate all the table in source code.
I have changed not only the file theme.php anf template.php but many other file like include/function.php e-card.php and similar...

PS: i think is right to preserve the link to coppermine!

swan

Title: Re: Coppermine Footer
Post by: Tranz on March 25, 2005, 12:17:02 AM
Good job. I think one of our members, Rodinou wants to work with someone who can do a tableless theme.
Title: Re: Coppermine Footer
Post by: kegobeer on March 25, 2005, 02:42:41 AM
It's not completely tableless - still need to fix this:

                  <div class="topmenu">
                        <table>
                                <tr>







<!-- BEGIN login -->
                                       
                                       
                                        <td>
                                               <span class="nascosto"><a href="login.php?referer=%2Fsolofoto%2F">Login</a></span>
                                        </td>
                                       
<!-- END login -->


                                </tr>
                        </table>
                </div>


It's not visible though.  Must have forgotten one.  ;)

Nicely done!
Title: Re: Coppermine Footer
Post by: swandive on March 25, 2005, 09:54:38 AM
oh yes...i forgot some tag  :o  ::)รน

in theme.php

// HTML template for title row of the thumbnail view (album title + sort options)

i haven't changed the table for sortorder_options...

bye