YAFLogo

super
  • super
  • 50.2% (Neutral)
  • YAF Camper Topic Starter
11 years ago
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: http://i42.tinypic.com/2eyc6u1.jpg 

Please see the screenshot:

UserPostedImage

Sponsor
Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
11 years ago
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.

super
  • super
  • 50.2% (Neutral)
  • YAF Camper Topic Starter
11 years ago
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: http://i40.tinypic.com/2dvvif5.jpg 

UserPostedImage

Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
11 years ago
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.

super
  • super
  • 50.2% (Neutral)
  • YAF Camper Topic Starter
11 years ago
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 ?

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
11 years ago

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 ?

Originally Posted by: super 

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).

super
  • super
  • 50.2% (Neutral)
  • YAF Camper Topic Starter
11 years ago
Thank you for the update.

All I have to do is download this now ? https://dnnyafnet.codeplex.com/downloads/get/360831 

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 ?

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
11 years ago

Thank you for the update.

All I have to do is download this now ? https://dnnyafnet.codeplex.com/downloads/get/360831 

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 ?

Originally Posted by: super 

Yes that's all.