Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumForum display problemForum display problem
Previous
 
Next
New Post
2/19/2009 3:46 AM
 

Hi

I have forum module on my company's page, everything works fine except of one forum.

You can see it here http://www.streetcom.pl/language/pl-PL/Forum/forumid/9/scope/threads/

At the begining it also works (8 threads and 72 posts were made here). Yesterday it started to display in this strange way with only one thread, last post is None, although there  were some. Any thread or post were deleted, moved, splitted.

Could you give me some advice what can be a reason ?

Thanks in advance, Konrad

 

 

 
New Post
2/20/2009 1:36 AM
 

Hi,

i had the same issue some days before. The problem ist that the saved userID in the database is "0". Use the following sql statement to check it out. (may be you must set the table name "forum_posts" to your database/table name. It could be a different name.

select * from forum_posts where userID=0

With the following Sql statment you can see the user list to get the correct username:

select

* from forum_users

On my case the correct UserID was "72" so i used the following statment to set it right:

update forum_posts set userid=72 where userid=0

If you now load the forum again it should be right, except one issue. The last Postet name is now "anonymous" not the right username.

Tahe a look into the table:

select

* from forum_threads where AnswerUserID='-1'

There will be a field called "AnswerUserID". It is "-1"

Update it with the following statement. change the Userid to the correct value.

update forum_threads set AnswerUserID=72 where AnswerUserID='-1'

Hope it could help you.

 

greetings

 
New Post
3/3/2009 5:17 AM
 

Hi, many thanks for the advice, as you said it helped :-)

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumForum display problemForum display problem


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out