changing pagination links changing pagination links
 

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

changing pagination links

Started by Singular, October 12, 2007, 04:27:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Singular

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

Joachim Müller

Depends on what you want to accomplish.

Hein Traag

Not a mind reader but i guess he wants to change the <- 1,2,3,4 -> pagination on the thumbnail page of a album ?

Singular

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

Joachim Müller

Post a link to your gallery for a start.

Singular


Hein Traag

Update first, you are running <!--Coppermine Photo Gallery 1.4.11 (stable)--> while 1.4.13 is the latest stable version.

Singular

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.