News title in multilingual breadcrumbs

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
urbini
Forum Members
Forum Members
Posts: 31
Joined: Sun Dec 16, 2012 11:41 pm

News title in multilingual breadcrumbs

Post by urbini »

Hi.
I've followed the instructions by Goran Ilic in http://blog.arvixe.com/creating-a-multi ... ms-module/ with CMSMS 1.11.4 "Fernandina". Breadcrumbs work well with pages, but I didn't manage to make it work correctly with News: breadcrumbs is "Home » News" both in News page (.../news.html) and in the single article pages.

I've seen that the variable $get_title is never set, though I've added the tag

Code: Select all

{assign var='get_title' value=$entry->title}
in the News Detailtemplate, and this seems to be the cause of my problem: in fact, the breadcrumbs template created in MenuManager finishes with:

Code: Select all

{if isset($get_title)} &raquo; <span class="selected">{$get_title}</span>{/if}

Can someone help me to solve?
Thanks
Locked

Return to “[locked] Installation, Setup and Upgrade”