YAFLogo

Posted by: super - Friday, 12 July 2013 19:50:03
I have installed YAF on DNN 7. When any user post on the forum, the posts number always remain on "0" Also, the badge or title image icon is not showing up for the user / member. Screenshot direct link: [url=http://i42.tinypic.com/2eyc6u1.jpg]http://i42.tinypic.com/2eyc6u1.jpg[/url] [b]Please see the screenshot: [/b] [IMG]http://i42.tinypic.com/2eyc6u1.jpg[/IMG]

Posted by: Zero2Cool - Friday, 12 July 2013 19:59:13
1. Check under Administration » Forums » Add/Edit Forum and ensure "No post count" is not checked. 2. Right Click on the image to see what image it is. If you're using Chrome, right click and "Open image in new tab". That will show you the file path.

Posted by: super - Friday, 12 July 2013 20:18:50
1) For missing icon image, the path is: http://localhost:51003/DesktopModules/YetAnotherForumDotNet/resources/images/flags/N/A.png I have checked the path in code, there is no A.png image file ? 2) I can't find any setting anywhere which says "No post count" see screenshot: [url=http://i40.tinypic.com/2dvvif5.jpg]http://i40.tinypic.com/2dvvif5.jpg[/url] [IMG]http://i40.tinypic.com/2dvvif5.jpg[/IMG]

Posted by: Zero2Cool - Friday, 12 July 2013 20:23:20
1: Check to ensure that the file exists in that path on your local machine. 2: Go to your Host/Admin settings. Administration » Forums » Add/Edit Forum Then click Edit to edit one of your forums and view the settings. You will see then see it.

Posted by: super - Friday, 12 July 2013 21:04:51
Ok...so post count problem solved...thank you I have checked the path on local machine too...there is no file like A.png there ? This is strange since it should not be showing flag path anyway since while creating user I never selected any country...I am assuming this is a medal or bagde but still nothing is there in local machine that says A.png. FYI...I created the user from DNN register page...and it never asks for country...(since YAF does not have any register user page anyway). So It seems like YAF is looking for country in database and DNN is not giving that field to it ?

Posted by: tha_watcha - Tuesday, 16 July 2013 14:44:18
[quote=super;60091]Ok...so post count problem solved...thank you I have checked the path on local machine too...there is no file like A.png there ? This is strange since it should not be showing flag path anyway since while creating user I never selected any country...I am assuming this is a medal or bagde but still nothing is there in local machine that says A.png. FYI...I created the user from DNN register page...and it never asks for country...(since YAF does not have any register user page anyway). So It seems like YAF is looking for country in database and DNN is not giving that field to it ?[/quote] By default when the user is imported from dnn to yaf the profile is synced. The Default Country Value in DNN is N/A. Which produces the problem you are reporting. I added a fix to prevent that problem. Updated Release is online (If you upgrade you need to manually extract all *.dlls from the zip file and copy it to your bin folder).

Posted by: super - Wednesday, 17 July 2013 21:45:04
Thank you for the update. All I have to do is download this now ? [url=https://dnnyafnet.codeplex.com/downloads/get/360831]https://dnnyafnet.codeplex.com/downloads/get/360831[/url] Once I download this - all I need to do is copy bin folder Dlls from YAF and paste in DNN solution bin folder, that's it ?

Posted by: tha_watcha - Thursday, 18 July 2013 06:22:43
[quote=super;60171]Thank you for the update. All I have to do is download this now ? [url=https://dnnyafnet.codeplex.com/downloads/get/360831]https://dnnyafnet.codeplex.com/downloads/get/360831[/url] Once I download this - all I need to do is copy bin folder Dlls from YAF and paste in DNN solution bin folder, that's it ?[/quote] Yes that's all.