forum entries on frontpage

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi,

I would like to put for example the last 5 forum additions on the frontpage. Has anyone done this already? or knows how to do this?

Thanks marcel
13 years ago
On your Default.aspx page add these things: (marked in BOLD)


            <nopCommerce:NewsList ID="ctrlNewsList" runat="server" />
    <div class="clear">
    </div>
    <nopCommerce:TodaysPoll ID="ctrlTodaysPoll" runat="server" />
  <div class="clear">
            </div>
<nopCommerce:ForumActiveDiscussions runat="server" ID="ctrlForumActiveDiscussions"
            ForumID="0" />


and on the top of your default.aspx page add this reference also:

<%@ Register TagPrefix="nopCommerce" TagName="ForumActiveDiscussions" Src="~/Modules/ForumActiveDiscussions.ascx" %>
          

That's it, save it and run your project/website, last 5 active forum discussions will be available on your homepage...
13 years ago
Mike,

thanks for your very fast reply :-). I will give it a go right away...
13 years ago
[email protected] wrote:
Mike,

thanks for your very fast reply :-). I will give it a go right away...


Your welcome,

you can visit my website to see how it looks as i have also posted active discussions on the homepage
www.strivingprogrammers.com
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.