Topics show empty

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

I'm working on a webshop in Dutch.
When I open the topics, they don't show the text I entered and of course saved in the administration part.

Does anyone know what is wrong?
The only page that does show something is the Contact topic.

This is my fist time with nopCommerce and I really hope anyone can help me!
Thanks in advance

Nyn :)
13 years ago
Please, can anybody help me?
I really don't know what to do...

If I didn't give enough informatie, please let me know!
13 years ago
Hi,
make sure you do not change  Topic System Name for topics that are referenced in a declarative way for topic controls

Example: AboutUs.aspx has a nopCommerce:Topic control. One Property is TopicName="AboutUs" which is the Topic System Name, if you change this to TopicName="MyAboutUsPageNew" it will render no topic text, no exception either though. Can be annoying when you are setting up a new store :-)  

About.aspx Markup

<%@ Page Language="C#" MasterPageFile="~/MasterPages/OneColumn.master" AutoEventWireup="true"
    Inherits="NopSolutions.NopCommerce.Web.AboutUsPage" Codebehind="AboutUs.aspx.cs" %>

<%@ Register TagPrefix="nopCommerce" TagName="Topic" Src="~/Modules/Topic.ascx" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cph1" runat="Server">
    <nopCommerce:Topic ID="topicAboutUs" runat="server" TopicName="AboutUs">
    </nopCommerce:Topic>
</asp:Content>


Let me know if this worked.
13 years ago
Thanks Deval,

I did change the Topic System Name, When I Changed it back it worked!

Thank you so very much :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.