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)
 Like button!
 New Topic  Reply to Topic
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 03 February 2012 :  02:30:09  Show Profile  Visit HuwR's Homepage  Reply with Quote
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 ?

MVC .net dev/test site | MVC .net running on Raspberry Pi
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 03 February 2012 :  10:47:34  Show Profile  Visit golfmann's Homepage  Reply with Quote
crazy, isn't it....?
All that money over a like button! lol

no, I remember too well.
Go to Top of Page

MaGraham
Senior Member

USA
1297 Posts

Posted - 02 May 2012 :  04:11:32  Show Profile  Reply with Quote

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! :)





"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 08 December 2013 :  20:27:08  Show Profile  Visit golfmann's Homepage  Reply with Quote
I'm still hoping!
Go to Top of Page

Torborg
Junior Member

Norway
109 Posts

Posted - 17 June 2014 :  02:03:55  Show Profile  Reply with Quote
And I'm still hoping

Edited by - Torborg on 17 June 2014 02:04:08
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 17 June 2014 :  05:36:56  Show Profile  Visit HuwR's Homepage  Reply with Quote
I have been toying with implementing a topic rating for the .net version, but still musing over a few ideas at the moment

MVC .net dev/test site | MVC .net running on Raspberry Pi
Go to Top of Page

Torborg
Junior Member

Norway
109 Posts

Posted - 18 June 2014 :  05:39:29  Show Profile  Reply with Quote
Nice
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 07 March 2015 :  06:24:46  Show Profile  Reply with Quote
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


Edited by - Carefree on 08 March 2015 20:04:22
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous 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.08 seconds. Powered By: Snitz Forums 2000 Version 3.4.07