Gossamer Forum
Home : Products : Gossamer Links : Discussions :

[Bug?] title_linked NOT linked in 2.1.1

Quote Reply
[Bug?] title_linked NOT linked in 2.1.1
Having recently upgraded to version 2.1.1, I was surprised to find that title_linked no longer links -- thus making the directory totally unusable!

GT People: help please! What is wrong with this in category.html ?
Code:
<p><strong class="title"> <%title_linked%> </strong></p>

Looks OK to me, but the output is the same as <%title%> -- it prints the full category name, but with NO sections linked, no URLs

The PHP version is OK.
Quote Reply
Re: [YoYoYoYo] [Bug?] title_linked NOT linked in 2.1.1 In reply to
Works fine for me!

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [YoYoYoYo] [Bug?] title_linked NOT linked in 2.1.1 In reply to
Here is another one. Normally we don't span pages, but if we set build_span_pages = Yes, the output of
Code:
<small>Pages: <%next_span%> </small>
has no links, just plain text without the spanning URLs, eg:
Pages: 1 2 3 4 [>>] should contain 4 URLs, but there are none.

It's the same whether in dynamic or static build mode, but PHP is OK.
Quote Reply
Re: [YoYoYoYo] [NOT a Bug] title_linked NOT linked in 2.1.1 In reply to
Found the solution, but not the cause.
During the upgrade process, Build.pm got corrupted ... somehow.