Welcome Guest Search | Active Topics | Log In | Register

RSS Feed Displays Deleted Posts? Options · View
WooKstah
#1 Posted : Tuesday, July 24, 2007 1:02:50 AM

Rank: YAF Forumling


Joined: 7/24/2007
Posts: 1
Location: Mississauga, ON
Using YAF 1.9.1 RC1 on DNN. Everything is working amazingly well, but one small question.

I'm using the RSS feed to display the latest posts on another page in NewsFeed module, but the feed from YAF also appears to includes deleted items. Curious if this is 'expected behaviour'? If so, just excuse the stupid question Smile
cap
#2 Posted : Tuesday, June 10, 2008 9:29:24 AM

Rank: YAF Forumling


Joined: 6/10/2008
Posts: 1
Location: cap
I'm experiencing the same problem with version 1.9.1.7. It seems the RSS feeds for groups do contain deleted posts, which is something that prevents me from actually using them. Has any solution to this come up, or will it be solved in version 1.9.3?

Boskone
#3 Posted : Tuesday, June 10, 2008 11:12:10 PM

Rank: YAF Commander



Joined: 3/27/2004
Posts: 142
Location: Canada
I read something in one of the other forums about deleted topics being shown in the active topics panel. I think there is a fix for it in 1.9.3
Boskone - A DotNetNuke user.
DotNetNuke Modules
warflower
#4 Posted : Thursday, September 25, 2008 6:50:37 AM

Rank: YAF Forumling


Joined: 9/8/2008
Posts: 9
Location: Atlanta, GA
I solved this issue:

In rsstopic.ascx.cs

Line 95

Change it to the following:

Quote:
string tSQL = "select Topic = a.Topic, TopicID = a.TopicID, Name = b.Name, Posted = a.Posted from yaf_Topic a, yaf_Forum b where a.isdeleted=0 and a.ForumID=" + Request.QueryString ["f"] + " and b.ForumID = a.ForumID";


Basically I just added
Quote:
a.isdeleted=0
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.3 RC2 | YAF © 2003-2008, Yet Another Forum.NET
This page was generated in 0.064 seconds.

SourceForge.net Logo Powered by ASP.NET v2.0 411ASP.NET