How to display a Topic on Page Load?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hi there!
I am using NopCommerce 2.4 and am stuck at a point. I would like to display the contents of a 'Topic' I created in the Admin side on page load of my Home Page. For e.g: On page load of my Home Page, I would like to display the contents of a Topic - 'About Us' page. At present, I am only able to provide a link and onclick of the link it takes me to the About Us page. Can anyone please help? Thanks in advance
12 years ago
Can anyone please help?
12 years ago
I have somehow managed to find a resolution for this. Thanks.
12 years ago
Could you provide your solution?
12 years ago
Hi! Its the way the HomePageText is being displayed in the Index.cshtml.

@Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })

Hope this helps..
12 years ago
I've already found the resolution, but anyway thanks for the response
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.