PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   5.5 Question - Calpal & Random Pal (http://www.photopost.com/forum/photopost-pro-how-do-i/128002-5-5-question-calpal-random-pal.html)

pengrus October 16th, 2006 02:55 AM

5.5 Question - Calpal & Random Pal
 
1 Attachment(s)
Just upgraded to 5.5, and I like it a lot.

When I switch on Calpal, I found some cell color not right. Please see attached screenshot. I wasn't able to find which file to modify to make the color matching the rest cell.


Is there a way to adjust number of photos to show in Under Category PAL -> Random Image Pal? Right now, it only shows 2, I'd like to have 4.

Thanks!

Chuck S October 16th, 2006 09:09 AM

Pass this along in your undercats.tmpl where the display_gallery line is it has 2 and 2 place 2 4 like so

Code:

Content visible to verified customers only.

pengrus October 16th, 2006 02:31 PM

Thanks Chuck. What about the calpal color issue?

Chuck S October 16th, 2006 03:08 PM

there are no issues with cell colors that I see so must be your style that class you set to white I am going to assume here

http://www.reeftalk.com/gallery/index.php

pengrus October 16th, 2006 03:09 PM

You are right, Chuck.. It must be on our specific style. Could you please give me a pointer on which file and where I should check trying to fix this?

Chuck S October 16th, 2006 03:38 PM

$Style['lighttable'] = "mysiwyg";

check that class

pengrus October 16th, 2006 03:47 PM

Is that in default.css?

I have this:

.lighttable {
background: #F7F7F7;
color: #000000;
}

Chuck S October 16th, 2006 07:58 PM

ah your using vb3 though it looks like but if not yes lighttable is the one

pengrus October 17th, 2006 11:10 AM

I am not using VB3. We have phpbb. I changed the color on lighttable in stylesheet/defaut.css, and it does not change the calpal cell color.

Chuck S October 17th, 2006 11:19 AM

Are you using the phpbb stylesheets if so change the row1 color

pengrus October 17th, 2006 11:29 AM

Chuck,

I think my style sheet is controlled by /stylesheets/default.css.

Chuck S October 17th, 2006 11:43 AM

Okay well if your using the internal stylesheets just edit your stylesheet and change the color for lighttable to what color you want

pengrus October 17th, 2006 06:48 PM

Hi Chuck... My bad - changing lighttable color in the default css file worked. I should've looked closer. Thank you so much for your help and patience.


All times are GMT -5. The time now is 06:34 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97