Programming Tools
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingProgramming Tools

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old January 9th, 2003, 07:12 PM
tradertt tradertt is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 5 tradertt User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Looking for: Rating and Review script similar to the one use in devarticles.com

Anyone know what is DEVARTICLES using? I need to find something similar to it. Thank you in advance.

Reply With Quote
  #2  
Old January 9th, 2003, 07:33 PM
aspnewbie aspnewbie is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: The Great White North
Posts: 361 aspnewbie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 50 sec
Reputation Power: 7
Send a message via MSN to aspnewbie
Read Annette's tutorial. She goes through how to create it.

http://www.devarticles.com/art/1/141

Reply With Quote
  #3  
Old January 9th, 2003, 11:49 PM
tradertt tradertt is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 5 tradertt User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hi thank you for that article. But when I read through it I do not see any body able to add any reviews in. Is there anyway to introduce reviews into the system as well ?

Reply With Quote
  #4  
Old January 10th, 2003, 09:22 AM
aspnewbie aspnewbie is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: The Great White North
Posts: 361 aspnewbie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 50 sec
Reputation Power: 7
Send a message via MSN to aspnewbie
Ah, so you probably mean the code for Devscripts! DevArticles doesn't seem to have a reviews sections for their article, just a rating system.

Ask Ben. He was the one that developed devscripts. Maybe that can be his next tutorial (hey Ben???)

Reply With Quote
  #5  
Old January 10th, 2003, 10:27 AM
tradertt tradertt is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 5 tradertt User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Ehhh ..they dun have?

http://www.devscripts.com/viewscript.php?sId=1792

Rating Plus | Write A Review | Tell A Friend | Report Error


There is ... Wonder if anyone care to help out in how to do this thing? Thank you.

Reply With Quote
  #6  
Old January 10th, 2003, 01:24 PM
aspnewbie aspnewbie is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: The Great White North
Posts: 361 aspnewbie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 50 sec
Reputation Power: 7
Send a message via MSN to aspnewbie
That's devscripts, although they're under the same umbrella.

Last edited by aspnewbie : January 10th, 2003 at 01:26 PM.

Reply With Quote
  #7  
Old January 10th, 2003, 05:23 PM
tradertt tradertt is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 5 tradertt User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Ah... do you think they will be able to help ? Anyone?

Reply With Quote
  #8  
Old January 11th, 2003, 02:57 PM
tradertt tradertt is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Posts: 5 tradertt User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Anyone can help ?

Reply With Quote
  #9  
Old January 12th, 2003, 09:31 AM
aspnewbie aspnewbie is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: The Great White North
Posts: 361 aspnewbie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 50 sec
Reputation Power: 7
Send a message via MSN to aspnewbie
I sort of had a quick look around and can't seem to find any asp free scripts, but I would think it would not be too hard to create. You would probably want some sort of login mechanism (see the couple of articles on the site - Mytch's article "Hey I remember you" if you are using asp or Ben's series on building a members only section using php). Ben's 4th article in his series does talk about adding user comments to news items - so you could adapt that easily for articles, if you are using php.

You would need a table that would have:

ReviewID (int, autoincrement) (PK)
UserID (FK)
Review (text or varchar depending on how long you want to make it)
DatePosted (timestamp)
ArticleID (FK)

Depending on how you want to set it up, you might want some sort of validation that would check to make sure that the same user has not already posted a review for that article or use cookies for that purpose.

You would also need a form, with a texarea for the review. It would pass the userID and the articleID via hidden fields.

What language did you want to use anyway?

Last edited by aspnewbie : January 12th, 2003 at 09:52 AM.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingProgramming Tools > Looking for: Rating and Review script similar to the one use in devarticles.com


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT