New Header Menu with Category & Subcategory Nav

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 Jahre weitere
I create a new page FQS on admin topic page call FQS and System Name FQS then
I did this <li><a href="@Url.RouteUrl("Topic", new { SystemName = "FQS" })">@T("FQS")</a></li> on topmenu.

the link appear on the menu bar the link doenst load a page.. What more do  I need to do ?
8 Jahre weitere
Marimar wrote:
I create a new page FQS on admin topic page call FQS and System Name FQS then
I did this <li><a href="@Url.RouteUrl("Topic", new { SystemName = "FQS" })">@T("FQS")</a></li> on topmenu.

the link appear on the menu bar the link doenst load a page.. What more do  I need to do ?


Try the following, use SeName instead of SystemName


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

8 Jahre weitere
How can I do to change the name on the menu bar for example fqs (lowercase) to FQS and Home Page to Home ??
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.