Hello,
thanks for pointing out,
this is important for
compatibility with featured view of com_content,
but you sound somewhat surprised ? please take time to see
the amount of work on the component, by reading the SVN log:
code.google.com/p/flexicontent/source/list
(the J3.x support has been delayed, (mainly) because we want a bug free component despite and component's size and features)
but everything takes time, and it is true we did not get around to finding time to search for featured flag bu:
- mainly because we don't recommend using the featured or frontpage view of joomla (unless you already have important
styling addition to them), instead you should use the FLEXIcontent category view (since we support multiple featured categories, which soon be easier to use ... read bellow ...)
-- FLEXIcontent can support multiple "featured" category ... and these changes are coming for v2.0.3 or v2.0.4/2.1 :
1. we are adding extra class in all content list (category,mcats, etc) templates and views in small container so that developers can easily style multiple types of featured articles/items or items for which user lack the required access level
<li ...>
<span class="fc_item_has_access"></span>
<span class="
fc_itemcat_45"></span>
<span class="
fc_itemcat_17"></span>
... item content
</li>
<li ...>
<span class="
fc_item_no_access"></span>
<span class="fc_missing_level_access_4"></span>
<span class="
fc_itemcat_45"></span>
<span class="fc_itemcat_17"></span>
... item content
</li>
2. Assignment to these "featured" categories is now done via a multi-select field "categories", but upcoming version will allow selecting these via separate checkboxes too ... like the featured flag