YAFLogo

Posted by: balda - Thursday, 20 January 2011 18:08:07
Hello, I have integrated yaf with my site but now I am trying to use one [u]avatar[/u] regardless user use my site or yaf forum. I'd like to use avatar from yaf in my site. I want to be able to change avatar on my site and see avatar changes in yaf forum too. How I can achieve this? Thank you!

Posted by: RichP714 - Thursday, 20 January 2011 23:47:03
host settings

Posted by: balda - Friday, 21 January 2011 01:22:20
[quote=RichP714;46217]host settings[/quote] Rich thanks for reply, but I am looking to use yaf avatar in my website and access it using my program written in C#. I want to access it and modify it, I am looking for yaf API on how to do it from my program. Thank you

Posted by: balda - Sunday, 23 January 2011 09:00:16
I need access from my C# program to yaf avatar with ability to show and change ( at least to show it on my end! Any ideas?

Posted by: balda - Wednesday, 9 February 2011 05:16:23
anyone?

Posted by: tha_watcha - Wednesday, 9 February 2011 11:53:44
[quote=balda;46299]I need access from my C# program to yaf avatar with ability to show and change ( at least to show it on my end! Any ideas?[/quote] You get the Url to the yaf avatar of the user with [code=csharp] YafContext.Current.Get().GetAvatarUrlForUser(yafUserId); [/code]