Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Thanks Mod Revisited
 New Topic  Reply to Topic
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 4

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 11 March 2013 :  12:20:54  Show Profile  Reply with Quote
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

Posted - 11 March 2013 :  13:21:21  Show Profile  Send ruirib a Yahoo! Message  Reply with Quote
Not sure I understand what you want suggestions about. How it should work for users? How to keep the data related to it? How to actually code it?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 11 March 2013 :  16:04:36  Show Profile  Reply with Quote
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.....
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 11 March 2013 :  17:23:38  Show Profile  Send ruirib a Yahoo! Message  Reply with Quote
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
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 11 March 2013 :  18:02:30  Show Profile  Visit Webbo's Homepage  Reply with Quote
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
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 11 March 2013 :  18:46:32  Show Profile  Reply with Quote
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
Go to Top of Page

bobby131313
Senior Member

USA
1163 Posts

Posted - 11 March 2013 :  22:21:41  Show Profile  Visit bobby131313's Homepage  Reply with Quote
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
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 12 March 2013 :  04:01:51  Show Profile  Send ruirib a Yahoo! Message  Reply with Quote
VBulletin offers both, Bobby, and I really like the way VBulletin does it.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 12 March 2013 :  05:49:40  Show Profile  Reply with Quote
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.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 12 March 2013 :  12:42:38  Show Profile  Send ruirib a Yahoo! Message  Reply with Quote
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
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 12 March 2013 :  14:07:57  Show Profile  Reply with Quote
OK. I'll take a look at their features, see what else I may incorporate into this project.
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 16 March 2013 :  12:03:16  Show Profile  Visit golfmann's Homepage  Reply with Quote
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...
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 16 March 2013 :  12:04:58  Show Profile  Visit golfmann's Homepage  Reply with Quote
PS:
© 2000-2012 Snitz™ Communications

It's 2013
Go to Top of Page

Giumer
Junior Member

Italy
163 Posts

Posted - 24 March 2013 :  06:04:08  Show Profile  Send Giumer an ICQ Message  Reply with Quote
Carefree have neuws for this proget ? thx

=======================
http://www.Giumer.it/forum

=======================
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 24 March 2013 :  07:48:45  Show Profile  Reply with Quote
I'm working on it, a bit at a time. Can't seem to concentrate on this one LOL.
Go to Top of Page

bobby131313
Senior Member

USA
1163 Posts

Posted - 24 March 2013 :  09:57:28  Show Profile  Visit bobby131313's Homepage  Reply with Quote
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
Go to Top of Page
Page: of 4 Previous Topic Topic Next Topic  
Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07