Gossamer Forum
Home : Products : Gossamer Links : Discussions :

no"title_linked" in 3.xx?

Quote Reply
no"title_linked" in 3.xx?
it seems that "title_linked" is gone from v 3.xx? Correct? What should I do with my <%title_linked%>-tags?

Kai
___________________________________________
http://www.westalgarve.de
http://www.portugalforum.org
http://www.portugal-links.de
Quote Reply
Re: [kailew] no"title_linked" in 3.xx? In reply to
3.x uses "title_loop", which gives you more control over the format.
Code:
<div class="crumb"><%Links::Utils::format_title($title_loop, separator => $crumb_separator, no_escape_separator => $no_escape_crumb_separator, include_home => 1, link_type => 2)%></div>

Philip
------------------
Limecat is not pleased.
Quote Reply
Re: [kailew] no"title_linked" in 3.xx? In reply to
The tag still exists for backwards compatibility, but for newer templates, it probably won't exist. As fuzzy logic says, title_loop and Links::Utils::format_title are used in 3.x.

Adrian
Quote Reply
Re: [fuzzy logic] no"title_linked" in 3.xx? In reply to
Can I just replace <%title_linked%> by this code or are more alterations neccessary ?
Thanks for your reply.
Wolfgang
Quote Reply
Re: [i01] no"title_linked" in 3.xx? In reply to
You will need to copy that template code as well as adding the global tags from the luna template set that are used in there (eg. $crumb_separator, $no_escape_crumb_separator).

Adrian