Coppermine Footer Coppermine Footer
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Coppermine Footer

Started by swandive, March 24, 2005, 03:48:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

swandive

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

Tranz

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.

swandive

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


Tranz

Good job. I think one of our members, Rodinou wants to work with someone who can do a tableless theme.

kegobeer

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!
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

swandive

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