PDA

View Full Version : Rate my review..


drumforum
06-02-2005, 06:53 PM
Hey all :)


I have a section in my forum where users may give eqiptment reviews (Example: http://www.drumforum.co.uk/forum/showthread.php?t=227 ) and I would like to put in a sort of rating system per each user for the review to be deplayed publically on each users reply.

Thanks to all

Adam :)

Andreas
06-02-2005, 07:06 PM
Hmm, you can use the thread-rating for this.

Just modify the $posts/$cacheposts query to make a left join on table threadrate (threadrate.threadid=post.threadid AND threadrate.userid=post.userid) and select column vote from there.

Btw: This is a vB3 request, right?

drumforum
06-02-2005, 07:18 PM
Hmm, you can use the thread-rating for this.

Just modify the $posts/$cacheposts query to make a left join on table threadrate (threadrate.threadid=post.threadid AND threadrate.userid=post.userid) and select column vote from there.

Btw: This is a vB3 request, right?
If I did that can I just make this addition to that perticular catagories threads or will this be applied to every thread in the forum?

Also if I do what you say - will I be able to add something like: I rate this reveiw [x amout of stars]?

And yeh, I'm a dumbass. Can you please move this thread to Vb3 requests?

Thanks as always

Adam :)