Hi, I am building a site similar to a forum. I would like to add voting and reporting abuse functions to my website by displaying those two buttons on each post the users submit. Has anybody by chance done this kind of work before? I would really appreciate
it if you could provide more details on how to accomplish it as I am not a professional developer.
I'm using Windows 7, VWD 2010, Sql Sever 2008, IIS 7.
Hi, I am building a site similar to a forum. I would like to add voting and reporting abuse functions to my website by displaying those two buttons on each post the users submit. Has anybody by chance done this kind of work before? I would really appreciate
it if you could provide more details on how to accomplish it as I am not a professional developer.
I'm using Windows 7, VWD 2010, Sql Sever 2008, IIS 7.
Thanks.
Hi,
Based on my understanding, you need to put two links, one for voting and the other for reporting abuse in every post in your forum project. Is that correct?
To achieve these two features, we just need to do the same as adding the reply button in your project.
Firstly, every post should have a post_id in the database. Then, take the voting feature as an example, we can add the button which links to the voting page with a query string equalsing to the specific post's post_id. It can be an url like this vote.aspx?post_id=xxxx.
Finally, we get the voting result in the voting page and insert it to the database together with the post_id.
Hope my explanation can get you start with this task.
Eyeoperation
Member
7 Points
12 Posts
How to add voting and reporting abuse functions on my website?
Jul 17, 2010 04:48 PM|LINK
Hi, I am building a site similar to a forum. I would like to add voting and reporting abuse functions to my website by displaying those two buttons on each post the users submit. Has anybody by chance done this kind of work before? I would really appreciate it if you could provide more details on how to accomplish it as I am not a professional developer.
I'm using Windows 7, VWD 2010, Sql Sever 2008, IIS 7.
Thanks.
forums voting reporting abuse poll
dinudany
Member
615 Points
177 Posts
Re: How to add voting and reporting abuse functions on my website?
Jul 19, 2010 08:02 AM|LINK
hi,
HERE you can get to your requirement...
Dinesh Kumar S
Software Engineer
Remember to click “Mark as Answer” on the post If you solve your problem from my post(s) !
Pathiya007
Member
268 Points
264 Posts
Re: How to add voting and reporting abuse functions on my website?
Jul 19, 2010 04:27 PM|LINK
I haven't done this kind of task, but i have seen ajax control that you can use for voting, please refere the link
http://www.asp.net/ajaxlibrary/act_Rating.ashx
Thanks,
Pathiya
(Please mark as an answer if yes)
Shengqing Ya...
All-Star
45968 Points
2997 Posts
Re: How to add voting and reporting abuse functions on my website?
Jul 22, 2010 09:43 AM|LINK
Hi,
Based on my understanding, you need to put two links, one for voting and the other for reporting abuse in every post in your forum project. Is that correct?
To achieve these two features, we just need to do the same as adding the reply button in your project.
Firstly, every post should have a post_id in the database. Then, take the voting feature as an example, we can add the button which links to the voting page with a query string equalsing to the specific post's post_id. It can be an url like this vote.aspx?post_id=xxxx. Finally, we get the voting result in the voting page and insert it to the database together with the post_id.
Hope my explanation can get you start with this task.
Best Regards,
Shengqing Yang
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework
Eyeoperation
Member
7 Points
12 Posts
Re: How to add voting and reporting abuse functions on my website?
Jul 25, 2010 09:03 PM|LINK
Hi Shengwqing,
Many thanks for your reply. I had to stop the project I was working on for a while. Will follow your advice when I get back to it. Thanks again.
<div></div>