Why wont my home page show the changes I made in "Edit Topic Details"?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
nopC 2.70
I changed my home page text in the Content Mgt/Edit Topic (pages)/Home page. But, it does not show on my home page?

In the edit topic the url has a extra "T" in it? And that is taking it to a different page. (a page that my visitors wont see)
Example: http://shippersmall270.com.mytempweb.com/T/Shippers-Mall-Home-Page

But the home page of my site does not have that "T" in it.
Example: http://shippersmall270.com.mytempweb.com/

Anybody have that problem before?
11 years ago
Ensure the System name for the topic is set to HomePageText. This value is used to identify and load the home page topic.

.
11 years ago
Jackluv wrote:
nopC 2.70
I changed my home page text in the Content Mgt/Edit Topic (pages)/Home page. But, it does not show on my home page?

In the edit topic the url has a extra "T" in it? And that is taking it to a different page. (a page that my visitors wont see)
Example: http://shippersmall270.com.mytempweb.com/T/Shippers-Mall-Home-Page

But the home page of my site does not have that "T" in it.
Example: http://shippersmall270.com.mytempweb.com/

Anybody have that problem before?


It wont show the HomePageText or it wont show the changes? :D
11 years ago
wooncherk wrote:
nopC 2.70
I changed my home page text in the Content Mgt/Edit Topic (pages)/Home page. But, it does not show on my home page?

In the edit topic the url has a extra "T" in it? And that is taking it to a different page. (a page that my visitors wont see)
Example: http://shippersmall270.com.mytempweb.com/T/Shippers-Mall-Home-Page

But the home page of my site does not have that "T" in it.
Example: http://shippersmall270.com.mytempweb.com/

Anybody have that problem before?

It wont show the HomePageText or it wont show the changes? :D


Thank you for your response.....

I changed the text in the - Content mgt/topics/home page/edit thingy. But it does not show on my "REAL" home page.

This is my Home Page: http://shippersmall270.com.mytempweb.com/

This is where my edited text is going; http://shippersmall270.com.mytempweb.com/T/Shippers-Mall-Home-Page

I have no clue how to fix that?
11 years ago
Jackluv wrote:
nopC 2.70
I changed my home page text in the Content Mgt/Edit Topic (pages)/Home page. But, it does not show on my home page?

In the edit topic the url has a extra "T" in it? And that is taking it to a different page. (a page that my visitors wont see)
Example: http://shippersmall270.com.mytempweb.com/T/Shippers-Mall-Home-Page

But the home page of my site does not have that "T" in it.
Example: http://shippersmall270.com.mytempweb.com/

Anybody have that problem before?

It wont show the HomePageText or it wont show the changes? :D

Thank you for your response.....

I changed the text in the - Content mgt/topics/home page/edit thingy. But it does not show on my "REAL" home page.

This is my Home Page: http://shippersmall270.com.mytempweb.com/

This is where my edited text is going; http://shippersmall270.com.mytempweb.com/T/Shippers-Mall-Home-Page

I have no clue how to fix that?


Just include the following markup in your Views/Home/Index.cshtml and it should show:

@Html.Action("TopicBlock", "Topic", new { systemName = "HOME_PAGE_TOPIC_SYSTEM_NAME" })
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.