Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Like button!

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Andy Humm Posted - 01 January 2012 : 07:15:49
I have had a good search here but fail to find any info if a like button has been developed for the forum. Ideally with a counter to the responses as we see on Facebook. Happy New Year folks
15   L A T E S T    R E P L I E S    (Newest First)
Carefree Posted - 07 March 2015 : 06:24:46
OK - let's put this one to bed, shall we? This is limited to topics only, since you cannot link directly to a reply without adding an additional mod. To add an active FB "like" button to your topic, here's what you need to do. If you do NOT want it connected to FB, I'd suggest the "Thanks" mod instead.

"topic.asp"

Look for the following lines (appx 630-634):

			if (AdminAllowed = 1 or Reply_MemberID = MemberID) then
				if (Cat_Status <> 0 and Forum_Status <> 0 and Topic_Status <> 0) or (AdminAllowed = 1) then
					Response.Write	"                       <a href=""JavaScript:openWindow('pop_delete.asp?" & ArchiveLink & "mode=Reply&REPLY_ID=" & Reply_ReplyID & "&TOPIC_ID=" & Topic_ID & "&FORUM_ID=" & Forum_ID & "')"">" & getCurrentIcon(strIconDeleteReply,"Delete Reply","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
				end if
		                ' DEM --> Start of Code added for Full Moderation

Above those, insert these:

			'	##	Like Below
			If Request.ServerVariables("HTTPS") <> "off" Then
				Response.Write	"<iframe align=""absmiddle"" src=""https://www.facebook.com/plugins/like.php?href=" & strForumURL & "topic.asp?TOPIC_ID=" & TOPIC_ID & ";layout=button&action=like&show_faces=false&share=false"" scrolling=""no"" frameborder=""0"" style=""border:none; overflow:hidden; height:17px;"" allowTransparency=""true""></iframe>"
			Else
				Response.Write	"<iframe align=""absmiddle"" src=""http://www.facebook.com/plugins/like.php?href=" & strForumURL & "topic.asp?TOPIC_ID=" & TOPIC_ID & ";layout=button&action=like&show_faces=false&share=false"" scrolling=""no"" frameborder=""0"" style=""border:none; overflow:hidden; height:17px;"" allowTransparency=""true""></iframe>"
			End If
			'	##	Like Above

Torborg Posted - 18 June 2014 : 05:39:29
Nice
HuwR Posted - 17 June 2014 : 05:36:56
I have been toying with implementing a topic rating for the .net version, but still musing over a few ideas at the moment
Torborg Posted - 17 June 2014 : 02:03:55
And I'm still hoping
golfmann Posted - 08 December 2013 : 20:27:08
I'm still hoping!
MaGraham Posted - 02 May 2012 : 04:11:32

Did anyone ever decide to do a Like Mod?

I vote that it be internal and have nothing at all to do with Facebook.

As popular as the Like Button is on Facebook, that should motivate someone!

Come on guys! :)




golfmann Posted - 03 February 2012 : 10:47:34
crazy, isn't it....?
All that money over a like button! lol

no, I remember too well.
HuwR Posted - 03 February 2012 : 02:30:09
quote:
Originally posted by golfmann

http://online.wsj.com/article/SB10001424052970204652904577196992203069570.html


is it just me or has everyone forgotten the dot com bubble of the late 90's ?
golfmann Posted - 02 February 2012 : 20:09:47
http://online.wsj.com/article/SB10001424052970204652904577196992203069570.html
Torborg Posted - 20 January 2012 : 06:18:23
But is it best to like the topic or the post? In Facebook you like the posts. I guess it's to "like" the posts that i have got used to and I'm missing now on snitz forum . On the other hand it't would be nice if this could give a ranking for the good discussions, the topics. Then it must be the topics that get's the "like". I don't know what is the best. Just thinking :-)
MaGraham Posted - 18 January 2012 : 21:33:49
I couldn't get the Topic Rating to work for me.


I'll definitely be checking back to see if someone has come up with something similar to the LIKE BUTTON. Sounds terrific!
Classicmotorcycling Posted - 09 January 2012 : 15:58:30

Isn't there something like the Topic Rating mod around which maybe able to be modified to suit.

Torborg Posted - 08 January 2012 : 16:29:07
Would be nice to have the possibility to see the most popular (liked) topics.
balexandre Posted - 08 January 2012 : 13:36:14
To make sure, will it be to "internally" like the topic/post?

or a Facebook Like Button

If internally (to use on the Forum alone), if we do have Like counter, we would probably need to "order" topics/forums by "likeness" as well, witch start to involve a like more than a simple code idea ...

ruirib Posted - 07 January 2012 : 14:13:05
quote:
Originally posted by Carefree

I thought they wanted a counter, similar but apart from FB.


Actually, re-reading the thread, that may as well be what the original request was. I didn't interpret it that way, though.

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.05 seconds. Powered By: Snitz Forums 2000 Version 3.4.07