|
|
 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 
|
|
|
 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?
|
|
|
 Rank: YAF Commander

Joined: 3/27/2004 Posts: 138 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
|
|
|
 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
|
|
|
| Users browsing this topic |
|
Guest
|
YAFPro Theme Created by Jaben Cargman (Tiny Gecko)Powered by YAF 1.9.3 RC2 |
YAF © 2003-2008, Yet Another Forum.NETThis page was generated in 0.105 seconds.