YAFLogo

sho
  • sho
  • 53% (Neutral)
  • YAF Forumling Topic Starter
12 years ago
Just integrated YAF 1.9.6 beta into my website.

It runs for a /forum dir.

Everything works, no errors.

Using custom membership, role and profile provider.

Added 3 test posts and the number of post to my user is still 0.

Any ideas ?

Sponsor
sho
  • sho
  • 53% (Neutral)
  • YAF Forumling Topic Starter
12 years ago
Just added this:

UPDATE [dbo].[yaf_User] SET NumPosts = NumPosts + 1 WHERE UserID = @UserID

To the SP: yay_message_save

Is this really necessary ??

squirrel
12 years ago

Just added this:

UPDATE [dbo].[yaf_User] SET NumPosts = NumPosts + 1 WHERE UserID = @UserID

To the SP: yay_message_save

Is this really necessary ??

Originally Posted by: sho 

In the forum configuration in question, you have to make sure that forum has been told to count the posts towards the user post count --


If you can't find it using the forum search, try my signature link -- searches this site using Google: Google is my Friend 
sho
  • sho
  • 53% (Neutral)
  • YAF Forumling Topic Starter
12 years ago
Didnt see that setting!

Thanks 🙂