Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [bytor] making category_clean a link

Quote Reply
Re: [bytor] making category_clean a link In reply to
What you want is this:

<%Links::Utils::format_title($title_loop, separator => $crumb_separator, no_escape_separator => $no_escape_crumb_separator, include_home => 1, no_span => 1)%>

Quote:

# Options:
# separator (required)
# The separator used to join the items.
# no_escape_separator
# Set this to a true value if you do not wish to HTML escape the separator.
# include_home
# Whether or not to include Home as the first entry. Default is no.
# link_type
# How the items should be linked:
# 0: No items linked
# 1: All items linked separately
# 2: All except the last item linked separately
# 3: All items linked as one single link (using the last item's URL)
# no_span
# Don't add the span tags around the last portion of the title. Default is to include the span tags.
#
# Note: You can override this function by creating a format_title_override global
#


replace <%category_clean%>

Hope this helps,

- Jonathan
Subject Author Views Date
Thread making category_clean a link bytor 2900 Aug 22, 2006, 6:26 PM
Post Re: [bytor] making category_clean a link
Alba 2875 Aug 23, 2006, 12:13 AM
Thread Re: [bytor] making category_clean a link
jdgamble 2840 Aug 23, 2006, 10:31 AM
Thread Re: [jdgamble] making category_clean a link
bytor 2840 Aug 23, 2006, 1:43 PM
Thread Re: [bytor] making category_clean a link
fuzzy logic 2851 Aug 23, 2006, 3:59 PM
Post Re: [fuzzy logic] making category_clean a link
bytor 2831 Aug 23, 2006, 4:49 PM