category layout - filter labels not showing

More
14 years 2 months ago #3900 by bittingbits
Although i have all filter fields in a category layout page set to display the labels, for some reason they won't display.

Have checked settings in the category and type configuration panels and everything looks just fine.

Am i missing a parameter somewhere or is it a known bug?

On this thread the very same issue is reported but the moderator left it unanswered.

Details:
Flexicontent 1.5 beta 5 (using custom template duplicated from the default template)
Joomla 1.5.15

Please Log in or Create an account to join the conversation.

More
14 years 2 months ago #3910 by yopyop001
Hi,

You can display the filter and filter label in your template using :

in the file category_items.php, you have
Code:
foreach ($this->filters as $filt) : echo '<span class="filter">'; echo $filt->html; echo '</span>'; endforeach;
You can add
Code:
echo $filt->label.": ";
to display the label,

For example :
Code:
foreach ($this->filters as $filt) : echo '<span class="filter">'; echo $filt->label.": "; echo $filt->html; echo '</span>'; endforeach;

You can also call filters using
Code:
<?php echo $this->filters['field_name']->label; ?>
and
Code:
<?php echo $this->filters['field_name']->html; ?>


Some details in this post (in French):
flexicontent.org/forum/index.php?f=10&t=...rb_v=viewtopic#p2920

I hope it'll help you

Rgds

Please Log in or Create an account to join the conversation.

More
14 years 2 months ago #3927 by bittingbits
Thank you so much for the detailed explanation.
No doubt that everything is possible within this godsend called Flexicontent.

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.258 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline