coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: pdiddy8117 on January 01, 2007, 09:19:08 AM

Title: (redtrain2) how do i get rid sidebar menu main and meta?
Post by: pdiddy8117 on January 01, 2007, 09:19:08 AM
I am using red train 2 and i dont want main and meta. i also dont want the 4 little icons in the footer (w3c,myphpsql...) And how do i add a thumbnail to my users gallery main category? thanks
Title: Re: (redtrain2) how do i get rid sidebar menu main and meta?
Post by: Gizmo on January 01, 2007, 03:09:05 PM
There is a one question per post rule in this forum so please respect this in the future.

To remove the Main and Meta lists in the sidebar, you will find these in the template.html file. Either edit them with your own links or delete them.

         <h2>Main</h2>
       <ul>
    <li><a href="#" id="navAbout" title="About the Author">About</a></li>
    <li><a href="#" id="navArchives" title="Posted Previously">Archives</a></li>
    <li><a href="#" id="navLinks" title="Recommended Links">Links</a></li>
       </ul>



     <h2>Meta</h2>
<ul>
                <li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
                <li><a href="http://jigsaw.w3.org/css-validator/check/referer" title="valid css">Valid CSS</a></li>
                <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
                <li><a href="http://coppermine-gallery.net/" title="Powered by Coppermine, state-of-the-art online photo gallery.">Coppermine</a></li>
</ul>


To remove the vanity block in the footer - http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_theme (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_theme).

To add a thumbnail to a category - http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#cat_cp (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#cat_cp).

Please read the documentation which you can access through the link at the very top of this page and use the search feature. Also take a look through theme files to see how it functions. It's easy and if you mess something up, just grab a new copy and upload it again.
Title: Re: (redtrain2) how do i get rid sidebar menu main and meta?
Post by: pdiddy8117 on January 04, 2007, 12:43:11 AM
Thanks. solved