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 ForumsForumForumNew Posts dashboard-widget-thingy?New Posts dashboard-widget-thingy?
Previous
 
Next
New Post
9/15/2005 10:52 PM
 

Hi,

First off... great effort! :))

And my query... how can I display a list of recent posts on another page? This is a key feature I've been hoping for. The purpose being to lead viewers to the forums from other pages of the site's content... the forum chat is supposed to be about content on other pages anyway so it'd be extremely useful if one could preview posts on any page.

Is there perhaps a way to use RSS to do this? It'd need to be able to show for example the most recent 5-10 posts from a particular forum and display these, preferably with author and a lttle bit of text, or at least the thread title.

Thanks for any info on this.
Rob

 
New Post
9/16/2005 4:13 PM
 

Well, yes as long as they are not private forums.  I would use RSS and subscribe to the forums from another page.  The thing is, it is cached on the way out so the latest posts will not be all that relative.  As for any other custom way, you have to worry about private or not.

 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
New Post
9/16/2005 8:46 PM
 

Thanks for the response

I've since managed to hack Peter Donker's (heheh my typo finder wants to change that to donkey) RSSXtra module into a reasonable facsimile of this feature.

But more interestingly, I read the manual in bed last night and  took particular interest in the Terminology section on page 2. A sentence in there implied that one could have a specific subsection of a forum on another page.

In this particular site of mine, that feature largely removes the need to have a dashboard of new posts designed to lead readers to the relevant forum. I simply have the relevant forum itself displayed on the page... in this instance it is even better than the dashboard though I will still need and use the dashboard for the homepage.

Regards,
Rob


p.s. I've never had notification emails from any of these dnn forums, including ones on other sites. I've seen people talk about it not working... I can confirm that it doesn't appear to work and I always tick the notification box... it is ticked right now below.

 
New Post
9/16/2005 11:10 PM
 

Rob,

The group feature i speak of is demonstrated here if you look at subproject pages you will see they all use the group feature. 

As for your notification issue, I don't doubt something is wrong.  I do doubt that it is a bug.  I wrote the document using a plain from dnn.com 3.1.1 and 3.10.4 and have never had any issues.  I also receive notifications here.  I think I may need to clear something up in the manual. 

 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
New Post
9/17/2005 4:47 PM
 
Here's what I did to show the latest articles ...

1) Download and install AdvancedDataGrid from EfficonSoftware (free).

2) Add it into whatever page you like to show the latest articles. I put it just below the forum itself and then disabled the forum footer so users don't have to scroll too much, but it's up to you.

3) In the module settings for the AdvancedDataGrid, use this as the SQL statement :

SELECT TOP 25
CONVERT(VARCHAR(10),Forum_Posts.CreatedDate,111) + ' ' +
CONVERT(VARCHAR(10),Forum_Posts.CreatedDate,108) AS DateAdded,
Forum_Users.Alias AS Author,
'<a href=Default.aspx?tabid=117&threadid=' + CAST( Forum_Posts.ThreadID AS VARCHAR(10)) + '&scope=posts>' + Forum_Posts.Subject +'</a>' AS Message
FROM Forum_Posts
INNER JOIN Forum_Users ON Forum_Users.UserId = Forum_Posts.UserID
ORDER BY Forum_Posts.PostID DESC


The sky's the limit here since you can change the columns, number of messages to show (above example is 25), and so on by changing the SQL statement.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumNew Posts dashboard-widget-thingy?New Posts dashboard-widget-thingy?


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