[Tiki-devel] Tracker filter in wiki template page stopped working
Gary Cunningham-Lee <gary_c-39LOpZwlz1/[email protected]>
| Newsgroups | gmane.comp.cms.tiki.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
At themes.t.o, there's a tracker template page
(https://themes.tiki.org/Theme_page_TPL) for displaying the info on
theme pages (for example, https://themes.tiki.org/Shapely). The theme
option section has some filters because not all themes have theme
options. This worked but isn't working now (I'm not sure when it stopped
working). The template looks like
{if $f_43 and ($f_43 ne " ")}<h3>Theme options</h3>
<div class="row">
{if $f_43}<div class="col-xs-6 margin-bottom-sm"><img src="{$f_43}"
class="img-responsive screenshot" alt="theme
screenshot"><br><strong>{$f_42}</strong></div>{/if}
{if $f_45}<div class="col-xs-6 margin-bottom-sm"><img src="{$f_45}"
class="img-responsive screenshot" alt="theme
screenshot"><br><strong>{$f_44}</strong></div>{/if}
{if $f_47}<div class="col-xs-6 margin-bottom-sm"><img src="{$f_47}"
class="img-responsive screenshot" alt="theme
screenshot"><br><strong>{$f_46}</strong></div>{/if}
{if $f_49}<div class="col-xs-6 margin-bottom-sm"><img src="{$f_49}"
class="img-responsive screenshot" alt="theme
screenshot"><br><strong>{$f_48}</strong></div>{/if}
{if $f_51}<div class="col-xs-6 margin-bottom-sm"><img src="{$f_51}"
class="img-responsive screenshot" alt="theme
screenshot"><br><strong>{$f_50}</strong></div>{/if}
</div>
{/if}
where field 43 and the other odd-numbered fields are theme option
screenshot image files, and the even numbered fields are theme option
names.
It seems that the "if" syntax for a tracker's wiki template page has
changed, or something has, so what was working to show/not show the
layout and field data isn't working now. Does anyone have any
information about this?
-- Gary
_______________________________________________
TikiWiki-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel