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 ForumsForumForumModule for Latest Forum PostsModule for Latest Forum Posts
Previous
 
Next
New Post
3/30/2010 2:50 PM
 

 Hi,

I have put up a DNN site with forums. The forums is on a separate page from thee home page. I need a way of displaying the latest forum posts on the home page. When a user clicks on one of the latest forum posts, the user should be taken to the correct post in the Forums page.

I need to know how this can be done. Is there an existing module for the latest forum posts? The module should be put on a separate page from that of the forums page.

Thanks

 
New Post
3/30/2010 3:09 PM
 
please checkout www.dnnforums.com for availiable extensions. thank you.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/30/2010 3:52 PM
 

I do the exact thing on the front of my site using the following SQL query and my SQLGridSelectedView modules

select top 5
  '<a href="'+PermaLink+'">'+ble.Title+'</a>' as [Latest Blog Entries]
from
    blog_entries ble
    inner join blog_blogs bb on bb.Blogid = ble.Blogid
where
    ble.Published = 1
    and bb.Portalid = 2    -- your portal number
    and bb.[public] = 1    -- ensure blog is public
order by
    ble.AddedDate desc

You could also use the Report Module to do the same thing.

Paul.

 
New Post
4/5/2010 3:42 PM
 

 This helped. Thanks, I found a module in there.

 
New Post
5/4/2010 12:28 PM
 
I'm confused.  I thought the question was about the forum module.  What/where is the blog_entry table?  Isn't the table in the forum module called forum_posts?  Isn't the "trick" here that one needs to know how to compose the url for the link into the forum module and the desired post?  How does one do that?  The links generated from within the forum module itself are internal to this moduleID number and such.

Also, www.dnnforums.com is suffering from a compilation error at the moment.  Anyone know how/where to report that problem?
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumModule for Latest Forum PostsModule for Latest Forum Posts


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