Author |
Topic |
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 11 March 2013 : 12:20:54
|
This has come up a number of times over the years and, as far as I know, nobody has done it. I'd be happy to code it but I'm hitting a mental block as to the best way. Anyone have any suggestions? |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 11 March 2013 : 16:04:36
|
More on the database integration. Considering how best to record all the users' thanks * thousands of posts. Maybe adding a memo field to the topic table and comma-separating the member_id numbers..... |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 11 March 2013 : 17:23:38
|
Definitely not adding stuff to the topics table. It's already way too big. Also, adding "unlimited" size text fields is not good, performance wise, in SQL Server databases. To me, I would say it's pretty clear:
Thanks table, with topic_ID, member_ID, date thanked. Thanks count, different topics count, added to the member's table (which is very "wide" too, anyway, but two integer fields are not a big source of trouble). |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
Webbo
Average Member
United Kingdom
982 Posts |
Posted - 11 March 2013 : 18:02:30
|
Have you had a look at the Invision Power Service forum software. In the latest versions a member can Vote a post up if they think it is worth of a point, a bit like thanking the poster, and alongside the post there is a count to show if it has been voted up, the default being '0'
A member can be limited to a number of votes per day therefore only allowing them to vote on a predetermined number of times in a set period and only once per post to prevent abuse
It might be worth a look as a starting point |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 11 March 2013 : 18:46:32
|
quote: Originally posted by ruirib
Thanks table, with topic_ID, member_ID, date thanked. Thanks count, different topics count, added to the member's table (which is very big too, anyway, but two integer fields are not a big source of trouble.
That's the way I would go too. |
Support Snitz Forums
|
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 11 March 2013 : 22:21:41
|
I think this would be a nice addition to my forum. Been thinking about it for a while. I've seen 2 different versions on other forums. One where each member's name that thanked is under the post in a smaller font, and one where is says something like "This poster has been thanked XX times." |
Switch the order of your title tags |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 12 March 2013 : 05:49:40
|
quote: Originally posted by ruirib Thanks table, with topic_ID, member_ID, date thanked. Thanks count, different topics count....
What would you use the two member table fields for? Wouldn't a query against the thanks/topic/member table give you any of the values or totals?
Also, what purpose for the date thanked? I've yet to see a thanks mod which reflects a date and not sure why someone would care. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 12 March 2013 : 12:42:38
|
My proposal is based on VBulletin. I do like the date, which is shown near the thanks, which is itself shown near the post. This will allow you to know when the thanks was given.
The two fields will simply make it easy to obtain the value without excessive querying. VBulletin shows the number of thanks near each post, and if you don't have the values already calculated, you will have a lot of querying. Makes no sense to me. After, it's the same reason why we keep the post count for each user, instead of totalling it over a user's posts. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 12 March 2013 : 14:07:57
|
OK. I'll take a look at their features, see what else I may incorporate into this project. |
|
|
golfmann
Junior Member
United States
450 Posts |
Posted - 16 March 2013 : 12:03:16
|
An option to change from thanks to "like" would be nice.... I get calls for it all the time, but I'll take a working thanks and mod it if necessary... |
|
|
golfmann
Junior Member
United States
450 Posts |
Posted - 16 March 2013 : 12:04:58
|
PS: © 2000-2012 Snitz™ Communications
It's 2013 |
|
|
Giumer
Junior Member
Italy
163 Posts |
Posted - 24 March 2013 : 06:04:08
|
Carefree have neuws for this proget ? thx |
======================= http://www.Giumer.it/forum
======================= |
|
|
Carefree
Advanced Member
Philippines
4207 Posts |
Posted - 24 March 2013 : 07:48:45
|
I'm working on it, a bit at a time. Can't seem to concentrate on this one LOL. |
|
|
bobby131313
Senior Member
USA
1163 Posts |
Posted - 24 March 2013 : 09:57:28
|
You wanna here something funny? Even though I've been thinking about this mod for years, I've never actually had anyone take the time to ask for it. Then a few days after I post in this topic, I get this...
quote: Is it possible to gets a 'thanks' button? Many times posters leave useful or insightful posts but I don't wish to clutter the topic threads by just saying thanks, I'm sure others also do feel this way too, but I'd like the poster to know that his/her post was appreciated as well as read.
Creepy... |
Switch the order of your title tags |
|
|
Topic |
|