Welcome, Guest. Please Login or Register.
May 14, 2025, 08:30:15 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  "Thank you" Mod « previous next »
Pages: [1] Reply Ignore Print
Author Topic: "Thank you" Mod  (Read 1521 times)
klumy
Sr. Member
****
Posts: 432


"Thank you" Mod
« on: July 23, 2003, 09:04:29 AM »
Reply with quote

Sometimes user just want to say "thank you" for a special thread, without blowing up a topic. Could it be possible to make a "thank you" mod. If a user want to say thanks, his name will be listed at the top or bottom of the thread, without creating a new reply. so the topic won't get too complex.
Logged
Jack.R.Abbit
Mod Team
YaBB God
*****
Posts: 553


RACE FOR SPENT!

Re:"Thank you" Mod
« Reply #1 on: July 23, 2003, 02:25:01 PM »
Reply with quote

Of course it could be possible... but a little more info as to how you expect it to work and look would be helpful.

-Jack
Logged

<--------  Mods by Jack  -------->
Package Server: http://www.modsbydesign.com/mods.by.jack/yabbse/ (now serving)


|----------------------------------------------|
|                                              |
|          DON'T PM ME FOR SUPPORT!             |
|                                              |
|----------------------------------------------|
klumy
Sr. Member
****
Posts: 432


Re:"Thank you" Mod
« Reply #2 on: July 23, 2003, 04:49:05 PM »
Reply with quote

sure
I thought of following idea:

there should be a button next to "reply" in a topic called "thanks" or something similar.

after someone has used the thanks button his or her name should be displayed as reply directly under the original post. This second post is a system thread and should not be possible to edit for normal users.

in this reply: there could be a text like

Following users has say thanks to this thread:
user1, user2....

But this post should only appear if someone has make use of the thanks button.

optional there could be another special area to display the names.

this was just my 2 cents.
Logged
Grudge
Global Moderator
Full Member
*****
Posts: 178


Damn llama's don't like me :(

Re:"Thank you" Mod
« Reply #3 on: July 23, 2003, 06:43:57 PM »
Reply with quote

If were intending to use this I would not recommend making an "empty post"

Instead when someone has made a "thank you" a table could be put directly above the first topic on every page (basically between the top of the top post and the bar with the topic title in - either that or stick it at the bottom of each page - but I would think it needs to be on each page.

Or... maybe it would be better to put in the top of each page something simple like "X people have given thanks for this thread" which would be a link to a "thank you page" which would then list all the people who have given their thanks. This would be more appropriate in a very busy forum.

As far as difficulty in doing it goes I think I would just add another column to the topics table and store all the usernames of the members who have given thanks in that column comma deliminated - and read it in at the start of the page... hope this helps :o
Logged
klumy
Sr. Member
****
Posts: 432


Re:"Thank you" Mod
« Reply #4 on: July 24, 2003, 11:19:17 AM »
Reply with quote

on following german site I found an example for this

http://www.essential-freebies.de/board/viewtopic.php?t=1004

The names are all on top of the first post.
And the button is also on the top called "Programm als 'gut' bewerten." Means user can rate a program as good.
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:"Thank you" Mod
« Reply #5 on: July 24, 2003, 07:01:51 PM »
Reply with quote

Quote from: klumy on July 24, 2003, 11:19:17 AM
on following german site I found an example for this

http://www.essential-freebies.de/board/viewtopic.php?t=1004

The names are all on top of the first post.
And the button is also on the top called "Programm als 'gut' bewerten." Means user can rate a program as good.

I am proud to say... I can... READ THAT!  *dances*

Anyhow, my problem with this mod is that people rarely say thank you... but, if you needed it..

You probably could store it as a text field... of ID_MEMBERs.  Then, just..

SELECT mem.realName
FROM {$db_prefix}members AS mem, {$db_prefix}topics AS t
WHERE FIND_IN_SET(mem.ID_MEMBER, t.thankYouMembers)
  AND t.ID_TOPIC = $threadid;

Done ;).

-[Unknown]
Logged
klumy
Sr. Member
****
Posts: 432


Re:"Thank you" Mod
« Reply #6 on: July 25, 2003, 11:30:32 AM »
Reply with quote

thank you unknown

Is it really that simple. Could someone please create a mod package, so it would be simplier for other users to install this mod  :D
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  "Thank you" Mod « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.085 seconds with 20 queries.