Inhalte aufrufen

Profilbild

How to Show New Topic in CMS

cms topic

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
1 Antwort zu diesem Thema

#1 scorpionworkwear

scorpionworkwear

    Newbie

  • Members
  • Punkt
  • 1 Beiträge

Geschrieben: 31 October 2015 - 01:05

Hi I have created a new topic to show in the CMS>Topics.

 

It does show in the Topic List and is published.

 

How do I add the Topic to the other topics displayed on the website front end along with the imprint, privacy policy and so on. I cannot add the new topic to the list or find anywhere to add it

 

Many thanks Andrew

http://www.scorpionworkwear.com.au



#2 nickh

nickh

    Erfahrener Benutzer

  • Members
  • 129 Beiträge

Geschrieben: 01 November 2015 - 10:55

Take a look in Views\Common\Footer.cshtml.

 

You need a line like this in that view:

<li><a href="@Url.RouteUrl("Topic", new { SystemName = "conditionsofUse" })">@T("ConditionsOfUse")</a></li>

(where the SystemName property is the value you specified when you created your new topic)

 

If you're making changes like this you should copy the view into your theme folder (with the same folder structure), and make the change in there.




Auch markiert mit einem oder mehrerer dieser Schlüsselwörter: cms, topic