YAFLogo

continienzo
15 years ago
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:

YAF.Classes\YAF.Classes.Config\Constants\ForumPages.cs

	
//Added im_msn page reference

	im_yim,
		im_aim,
		im_icq,
		im_skype,
        im_msn,
		im_email,

YetAnotherForum.NET\controls\DisplayPost.ascx.cs



// 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

YetAnotherForum.NET\pages\profile.ascx.cs



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

In YetAnotherForum.NET\languages\english.xml add

<page name="IM_MSN">
    <Resource tag="TITLE">MSN Messenger</Resource>
  </page>

Then I added the new page attached to put in YetAnotherForum.NET\pages\

http://settings.messenger.live.com/applications/websettings.aspx 

Let me know if does work for you all.

Kinds regards

Enzo

Sponsor
Bonj87
  • Bonj87
  • 54.8% (Neutral)
  • YAF Forumling
15 years ago
this would be SWEET.. can u compile it into beta3?
continienzo
15 years ago
Here are the source files.

Later i will post compiled one.

Regards

Enzo

Bonj87
  • Bonj87
  • 54.8% (Neutral)
  • YAF Forumling
15 years ago
Thanks!!! that would make it easier for a dolt like me to just put it in play.
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
15 years ago
Could someone integrate into the latest? Seems like a good addition... 😉
herman_herman
15 years ago

Could someone integrate into the latest? Seems like a good addition... ;)

Jaben wrote:

Will do it.Please also check this .

herman_herman
15 years ago
Thanks continienzo,

Committed to the SVN revision 2904 

Bonj87
  • Bonj87
  • 54.8% (Neutral)
  • YAF Forumling
15 years ago

Thanks continienzo,

Committed to the SVN revision 2904 

herman_herman wrote:

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)

herman_herman
15 years ago
😁 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.

midwestSS
15 years ago
was this integrated into RC1?
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
15 years ago

was this integrated into RC1?

midwestSS wrote:

Yes

NELSON Bahe
15 years ago
very sweet integration. Thanks alot