Popular Searches: FrontPage Hosting | FrontPage Templates | FrontPage Training | Free FrontPage

Add user ratings and coments?   Logged in as: Guest
  Printable Version
All Forums >>FrontPage Specific Issues >>FrontPage Experts >> Page: [1]
Name:
Message<< Newer Topic  Older Topic >>

Tom Hopkins

 

Posts: 2
Member since: 7/3/2008
 

Add user ratings and coments? 

I'm in the process of designing a website using FP 2003. On one page of my website, page R, I have reviewed some companies and have rated them using stars. When the reader clicks on the company they will be able to see the whole review and be able rate and comment on it, on page T. Please could sombody help me as to how I create these comment forms and how to let users rate these companies. I also want to be able to show user rating on page R under my rating. Please be aware I can't proggramme and my website was built from a template.

Thanks,

Tom
  Report Abuse |  Date: 7/3/2008 9:52:58 AM

TexasWebDevelopers

Posts: 7006
Member since: 9/24/2002
From: USA

RE: Add user ratings and coments? (in reply to Tom Hopkins

This is not as easy as it seems. You need to compile the ratings and divide by the number of raters to determine the number of stars, etc. Also decide if you want to block repeat raters, and so on and so on. I don't know of an application you can purchase but a developer could work the details out for you for under $100 american dollars.


_____________________________



FrontPageTools.com:Templates, Tools and Training support this forum
  Report Abuse |  Date: 7/3/2008 3:24:53 PM

Tom Hopkins

 

Posts: 2
Member since: 7/3/2008
 

RE: Add user ratings and coments? (in reply to Tom Hopkins

Thanks for your reply. At the moment the bit I'm concerned with is sumbission of the rating and comments. How do I create these?
  Report Abuse |  Date: 7/4/2008 1:47:40 AM

TexasWebDevelopers

Posts: 7006
Member since: 9/24/2002
From: USA

RE: Add user ratings and coments? (in reply to Tom Hopkins

Create a simple form that posts to a database. The fields might be ID, comments, rating, item_rated.
ID would be the db key and increments automatically. Rating might be 1-5. When it comes time to display you can substitute images for numbers.
<% if rating ="1" then%>
<img src="images/onestar.gif" width="10" height="10" alt="One star">
<%end fi%>


_____________________________



FrontPageTools.com:Templates, Tools and Training support this forum
  Report Abuse |  Date: 7/6/2008 8:59:29 PM
Page:   [1]
All Forums >>FrontPage Specific Issues >>FrontPage Experts >> Page: [1]
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts



Forum Software powered by ASP Playground Advanced Edition 2.0.5
Copyright © 2000 - 2003 ASPPlayground.NET

6.298828E-02