YAFLogo

Posted by: continienzo - Friday, 6 November 2009 11:41:21
Hello, I added the msn status and chat page like theres for skype and i would like to share with you all. Here are the modifyed files: [b]YAF.Classes\YAF.Classes.Config\Constants\ForumPages.cs[/b] [code] //Added im_msn page reference im_yim, im_aim, im_icq, im_skype, im_msn, im_email,[/code] [b]YetAnotherForum.NET\controls\DisplayPost.ascx.cs[/b] [code] // MSN Msn.Visible = !PostDeleted && PageContext.User != null && !String.IsNullOrEmpty( UserProfile.MSN ); Msn.NavigateUrl = YafBuildLink.GetLinkNotEscaped( ForumPages.im_msn, "u={0}", UserId ); // Changed from ForumPages.im_email to ForumPages.im_msn [/code] [b]YetAnotherForum.NET\pages\profile.ascx.cs[/b] [code] MSN.Visible = ( User != null && !String.IsNullOrEmpty( userData.Profile.MSN ) ); MSN.NavigateUrl = YafBuildLink.GetLinkNotEscaped( ForumPages.im_msn, "u={0}", userData.UserID ); // Changed from ForumPages.im_email to ForumPages.im_msn [/code] In [b]YetAnotherForum.NET\languages\english.xml[/b] add [code] MSN Messenger [/code] Then I added the new page attached to put in [b]YetAnotherForum.NET\pages\[/b] NOTE: To let other see the user status it is needed to allow it on here: http://settings.messenger.live.com/applications/websettings.aspx Let me know if does work for you all. Kinds regards Enzo

Posted by: Bonj87 - Wednesday, 11 November 2009 11:55:19
this would be SWEET.. can u compile it into beta3?

Posted by: continienzo - Wednesday, 11 November 2009 12:37:43
Here are the source files. Later i will post compiled one. Regards Enzo

Posted by: Bonj87 - Wednesday, 11 November 2009 12:54:09
Thanks!!! that would make it easier for a dolt like me to just put it in play.

Posted by: Jaben - Wednesday, 11 November 2009 13:49:25
Could someone integrate into the latest? Seems like a good addition... ;)

Posted by: herman_herman - Wednesday, 11 November 2009 14:03:04
[quote=Jaben]Could someone integrate into the latest? Seems like a good addition... ;)[/quote] Will do it.Please also check [url=http://forum.yetanotherforum.net/yaf_postst9465_Active-Discussion-Paging.aspx]this[/url].

Posted by: herman_herman - Wednesday, 11 November 2009 14:40:23
Thanks continienzo, Committed to the SVN revision [url=http://yafdotnet.svn.sourceforge.net/viewvc/yafdotnet?view=rev&revision=2904]2904[/url]

Posted by: Bonj87 - Wednesday, 11 November 2009 15:45:00
[quote=herman_herman]Thanks continienzo, Committed to the SVN revision [url=http://yafdotnet.svn.sourceforge.net/viewvc/yafdotnet?view=rev&revision=2904]2904[/url][/quote] im kinda dumb today.. does that mean its in the latest beta download? or are the needed files compiled and put there? (im svn stupid)

Posted by: herman_herman - Wednesday, 11 November 2009 16:26:48
[biggrin] It means that we have added the modifications/feature to source files of yaf.You can always download the latest version of source files , but note that this sources are work in progress and therefore is not recommended to use it in the production environment until Jaben release it publicly in this forum.

Posted by: midwestSS - Friday, 11 December 2009 21:00:16
was this integrated into RC1?

Posted by: Jaben - Monday, 14 December 2009 23:49:23
[quote=midwestSS]was this integrated into RC1?[/quote] Yes

Posted by: NELSON Bahe - Wednesday, 13 January 2010 05:36:28
very sweet integration. Thanks alot