coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Singular on October 12, 2007, 04:27:32 AM

Title: changing pagination links
Post by: Singular on October 12, 2007, 04:27:32 AM
Hello all,
In addition to css, what files need to be modified to change the look of the pagination links at the bottom of the gallery?

thanks,
Joe
Title: Re: changing pagination links
Post by: Joachim Müller on October 15, 2007, 08:40:02 AM
Depends on what you want to accomplish.
Title: Re: changing pagination links
Post by: Hein Traag on October 15, 2007, 08:55:15 AM
Not a mind reader but i guess he wants to change the <- 1,2,3,4 -> pagination on the thumbnail page of a album ?
Title: Re: changing pagination links
Post by: Singular on October 16, 2007, 02:05:34 AM
Yes, you are correct. I changed the css associated with it some of the other areas of the gallery that have tables were changed.  I believe this is the correct style to modify.

.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 100%;
        font-weight: bold;
        border-style: none;
}
.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFF99;
}
.navmenu a:hover {
        background : #000000 ;
        text-decoration: underline;
        color:         #ffff99;
}


So I want to possibly add another style so that I could use that instead of modifying the style for table_b. That being said, I would like to know the file to modify to be able to assign that new style to the links instead of the current.

thanks for the replies,
Joe
Title: Re: changing pagination links
Post by: Joachim Müller on October 16, 2007, 08:01:43 AM
Post a link to your gallery for a start.
Title: Re: changing pagination links
Post by: Singular on October 16, 2007, 01:24:53 PM
Quote from: GauGau on October 16, 2007, 08:01:43 AM
Post a link to your gallery for a start.

Here you are: http://asingularcreation.com/Gallery/
Title: Re: changing pagination links
Post by: Hein Traag on October 16, 2007, 01:53:29 PM
Update first, you are running <!--Coppermine Photo Gallery 1.4.11 (stable)--> while 1.4.13 is the latest stable version.
Title: Re: changing pagination links
Post by: Singular on October 16, 2007, 10:43:34 PM
Quote from: Hein on October 16, 2007, 01:53:29 PM
Update first, you are running <!--Coppermine Photo Gallery 1.4.11 (stable)--> while 1.4.13 is the latest stable version.

Thanks. I definitely have to get around to that. Upgrading Coppermine is a bit different than phpBB. In phpBB, all you have to do is install the upgrade, regardless of whether or not you have and mods. In Coppermine, you can't do that, because it will override the mods you have made. So I have to have my phpBB modder do it for me and he is still looking over the differences.