PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Bug Reports (http://www.photopost.com/forum/reviewpost-bug-reports/)
-   -   Question/problem with vB3 style integration (http://www.photopost.com/forum/reviewpost-bug-reports/109043-question-problem-vb3-style-integration.html)

SVTBlackLight01 July 6th, 2004 06:53 PM

Question/problem with vB3 style integration
 
1 Attachment(s)
The RP integration with the vB3 styles causes problems with the display of the gradient backgrounds that are used for the category strips. It's more obvious when custom images are used. The background images are used for the strips and again for the links. Is there a fix for this?

(PP has the same problem and has for a while)

SVTBlackLight01 July 9th, 2004 05:50 PM

Hello?

Chuck S July 9th, 2004 06:25 PM

Well That depends on the stylesheet used. Photopost and Reviewpost have the same templates so and it just looks the same as VB here and every site I have seen

http://www.photopost.com/photopost/index.php

Let's remember most of the problems your talking about are stylesheet related. If someone creates a stylesheet with a gradient that is 10px wide say by 50px high and the column you are filling is 60px high your going to have either an empty space or a repeat of the image. This is all in the style CSS not photopost.

What you are stating is not a bug in our program. You state is has been this way for a while. We just introduced style integration a little over a month ago. We simply match class calls between the products. If the problem is in your stylesheet how is it a photopost problem?

Chuck S July 9th, 2004 06:34 PM

Here is a UBBThreads test site to compare against

http://www.omegatron.net/reviews/

http://www.omegatron.net/forums/

SVTBlackLight01 July 9th, 2004 06:47 PM

Here is a more obvious example.
Code:

Content visible to verified customers only.
The problem, to me, seems to be the use of the VB stylesheets being integrated with PP/RP. The gradients are being used again for the inner cells. Looking through PhotoPostDev.Com, and all the integration examples, there don't seem to be any gradients used. So the problem isn't showing there. I could go through and edit all the templates, except for the problem here: http://www.photopost.com/members/for...d.php?t=109041 (which still hasn't been addressed), even though it shouldn't be necessary if the inegration was done correctly.

BTW, I'm still using the same gradient sizes and implimentation as the default vB3 style.

Chuck S July 10th, 2004 05:56 AM

I use gradients on my Photopost

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

The default VB install uses gradients and looks fine.

The point I am saying though is that depending on the gradients you are trying to use you may need to tweak things. I have gradients throughout my menubar and tdnothumb just like your gradients and mine look good.


I know your issue though ;) Your using horizontal gradients.

I have one tweak that might work for you

Lines 226-229 od categories.tmpl change to this

<td>
<span class="{$Style['medium']}"><b>{$cats['catlink'][$x]}</b></span>{$cats['catdescript'][$x]}
</td>
<td align="right">{$cats['catexpand'][$x]}</td>

Chuck S July 10th, 2004 09:34 AM

1 Attachment(s)
SVT

I have tweaked some templates for you. Let me know if these solve your problem. They should make no difference to a normal display but may help with horizontal gradients.

SVTBlackLight01 July 11th, 2004 01:37 AM

omegatron,

Thanks for the files. I had already made a few of those changes and the rest worked as well. There are a few mor that will have to me changed as well.

I checked out you last link and even though it's not a vb3 integration you seem to be having the same issue with the "Recent Photos: last day last 7 days last 14 days all images' links.

Any resolution on this issue: http://www.photopost.com/members/for...d.php?t=109041


All times are GMT -5. The time now is 01:45 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