Advanced search  

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

Pages: [1]   Go Down

Author Topic: Help With Thumbnail Borders  (Read 4581 times)

0 Members and 1 Guest are viewing this topic.

l33Ryan

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Help With Thumbnail Borders
« on: June 30, 2007, 06:31:30 pm »

Hi, i am new to using coppermine and also new to owning a website so i am hoping someone can help me out as i am not very good at this sort of thing quite yet.

I just really need some help in changing the way my thumbnails are...

They are currently like this...
Screenshot 1

...but i really want them to show like this...
Screenshot 2

Can anyone help me out please?

Much Appreciated and Thanks In Advance

[edit GauGau] Replaced hotlinked pics with attachments [/edit]
« Last Edit: July 02, 2007, 01:24:58 pm by GauGau »
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Help With Thumbnail Borders
« Reply #1 on: June 30, 2007, 08:55:22 pm »

You want to have cropped thumbnails... then you should take a look at the modpack.
http://forum.coppermine-gallery.net/index.php?topic=28367.0

If however you want to have a different border size (your subject), then you can adjust that in the css

l33Ryan

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Help With Thumbnail Borders
« Reply #2 on: July 01, 2007, 11:49:50 am »

Thanks for your help. As i said though, i am new to this so i have no idea what to actually do and i don't want to mess it up. I don't suppose anyone knows of someone that would do it for me?...Willing to pay of course, depending on price :-)

Thanks
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Help With Thumbnail Borders
« Reply #3 on: July 02, 2007, 07:46:08 am »

Applying this trivial little task for you should be easy - however, we don't believe in just doing somebody else's work. You won't learn anything from that. Instead, we're ready to teach you what you need to do. For a start, post a link to your gallery.
Logged

l33Ryan

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Help With Thumbnail Borders
« Reply #4 on: July 02, 2007, 11:56:20 am »

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Help With Thumbnail Borders
« Reply #5 on: July 02, 2007, 12:52:10 pm »

First of all: you shouldn't have named your custom theme "All Rise For Lee" - avoid spaces in folder and file names like the plague as well as capitalization. None of your site visitors will care how your theme is actually named, so I suggest changing it to "all_rise_for_lee" or similar. Anyway: to accomplish changed thumbnail borders, edit themes/your_theme/style.css, find the class .image and edit as you see fit. In your case, edit http://www.allriseforlee.net/gallery/themes/All%20Rise%20For%20Lee/style.css, find
Code: [Select]
.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}
and replace with
Code: [Select]
.image {
        border-style: solid;
        border-width:8px;
        border-color: #FFFFFF;
        margin: 2px;
}
Logged

l33Ryan

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Help With Thumbnail Borders
« Reply #6 on: July 02, 2007, 01:15:22 pm »

Okay, i have done that, thanks but how do i get them to be all the same size with the random crop of the image. I'm sorry i am pretty useless as i am new to this kind of thing. My friend actually installed coppermine for me but she has gone away for 3 weeks so can't ask her...

I'm kinda scared that if i attempt to do what i don't understand, then i will mess it all up.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Help With Thumbnail Borders
« Reply #7 on: July 02, 2007, 01:21:06 pm »

how do i get them to be all the same size with the random crop of the image.
Has already been answered:
You want to have cropped thumbnails... then you should take a look at the modpack.
http://forum.coppermine-gallery.net/index.php?topic=28367.0
Please respect the "one issue per thread" policy. Marking as "solved".
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 20 queries.