PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > ReviewPost Pro Support Forums > ReviewPost How do I...?

ReviewPost How do I...? Wondering how to do something in ReviewPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old August 28th, 2010, 02:17 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Posts: 54
Template problem with VB 4

I just installed the latest version of Reveiwpost and everything seems to be operating correctly, but I am running into template issue. It is with the formatting of the stock template for either customer service or regular. There are no boxes or alternating colors around any of the text so it make it very difficult to read. I've attached a screenshot to show what is going on.

One other thing, I setup extra field for a website url, but don't want it to be a required field. Is there a way to make the extra field optional when submitting an ad?
Attached Images
File Type: jpg reviewpost_problem.jpg (78.2 KB, 8 views)

Last edited by idslamyou; August 28th, 2010 at 04:01 PM.
idslamyou is offline   Reply With Quote
Old August 28th, 2010, 04:21 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,071
This is because we make this use a default vb theme and all the colors are white. In your custom style what are the alternating color class call names?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 28th, 2010, 05:08 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Posts: 54
I'm not sure. I would assume alt1 and alt2. How would I determine the names?
idslamyou is offline   Reply With Quote
Old August 28th, 2010, 06:43 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,071
You can view your page source on the forum and see the names. alt1 and alt2 are old vb3 style classes which where deprecated in vb4.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 28th, 2010, 10:40 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Posts: 54
I viewed the source but I can't decipher what the alternating color class call names are. The url is 805forums.com/forums or 805forums.com/reviews

EDIT: I think I figured it out. I added a couple new css definitions to the additional.css template called reviewpost and reviewpost1 and then changed all the alt1 classes.

Now for the second question:
I setup extra field for a website url, but don't want it to be a required field. Is there a way to make the extra field optional when submitting an ad? It won't let the user submit the ad unless all the extra profile fields are filled in.

Last edited by idslamyou; August 28th, 2010 at 11:42 PM. Reason: solution found
idslamyou is offline   Reply With Quote
Old August 29th, 2010, 01:07 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Posts: 54
Since the templates seem to be setup for Vb3 still. Is there anyway you can tell me what the VB4 css should be for the following vb3 classes:

panelsurround
tcat
alt1

I've spent a couple of hours on it, but the formatting is still off a little. title - 805 Restaurant and Business Reviews
idslamyou is offline   Reply With Quote
Old August 29th, 2010, 02:12 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Posts: 54
Another problem is where did or are the ratings supposed to be? I see the box for the rating results, but I don't see where the customer can actually rate the product.
idslamyou is offline   Reply With Quote
Old August 29th, 2010, 12:31 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,071
There is no real vb4 alternating colors as stated so you must be using a custom theme. If there is no standard in theme making it will be very hard to match themes just my opinion there. vb3 had uniform style declarations whereas vb4 may or may not. I know when I wrote integrations with vb4 there was no custom themes yet just the default theme which is shown below

Reeftalk Forums

To not have extra fields required which most customers want you need to edit your uploadproduct templates and say remove this code

Code:
Content visible to verified customers only.
As far as styles I am style looking at the default style to see what scheme change I can come up with.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 29th, 2010, 01:33 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Posts: 54
Thanks for all your help. I think I have the design almost complete. But for the life of me I can't get the spacing right. If you go to this link, title - 805 Restaurant and Business Reviews , all of the text is right next to the cells border. How do I get some cellpadding or cellspacing in there? I've tried hardcoding it to the table tag and I've also tried via css, but nothing is working. Here is the css I'm using:

.reviewpost6 {
color: #EAEEDF;
background-color: #EAEEDF;
border-collapse: separate;
border-spacing: 40px 60px

And how to members rate the product? I don't see anywhere they can do this.
idslamyou is offline   Reply With Quote
Old August 29th, 2010, 02:39 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,071
Look at the blockrow class in vb4 and you will get ideas on how it does spacing
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 29th, 2010, 04:02 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Jul 2004
Posts: 54
Quote:
Originally Posted by Chuck S View Post
Look at the blockrow class in vb4 and you will get ideas on how it does spacing
Perfect. Thank you.
I added padding:{vb:stylevar blockrow_padding}; to the css and it worked perfect.

One last question, I want to create a bigger icon for the "post review" button. From what I can tell in the code it is:
Code:
Content visible to verified customers only.
How would I specify an image for the button or what is the url?
idslamyou is offline   Reply With Quote
Old August 29th, 2010, 06:00 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,071
Maybe replacing the input submit with maybe this

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Minor Template Problem mudanoman Photopost Pro Installation & Upgrades 2 April 23rd, 2006 02:10 PM
Problem with Ambience Template Drako Photopost Pro Installation & Upgrades 7 December 12th, 2005 07:30 AM
Once again the template problem in 5.13(FIXED) Johnny Doomo Photopost Pro Bug Reports 2 July 14th, 2005 10:43 PM
Template problem cyc Classifieds Bug Reports 2 August 17th, 2004 03:15 PM


All times are GMT -5. The time now is 04:12 PM.

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