Featured articles

More
12 years 8 months ago #37840 by gfisch
Replied by gfisch on topic Featured articles
Mon Dieu, mon ami. You are not adding the featured article to the table #__content_frontpage which is part of the query for the frontpage model of Joomla! to find featured articles.

Please add that insert query to the save article function.

Thank you!

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

More
12 years 8 months ago #37841 by ggppdk
Replied by ggppdk on topic Featured articles
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


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

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

More
12 years 8 months ago #37925 by gfisch
Replied by gfisch on topic Featured articles
No aspersions intended! I appreciate all the work. I had migrated a site from 1.5 and retained the featured articles on the front page.

My surprise was that you are a coding God who must be all-knowing. :ugeek:

I try harder to go flexicontent all the way. I find the blog template good but I cannot find where to turn voting/favourites off. I tried to edit the template files item.php and item_html5.php but nothing changed.

What could I be doing wrong?

Thank you

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

More
12 years 8 months ago #37927 by micker
Replied by micker on topic Featured articles
directly in type

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

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

More
12 years 8 months ago #37930 by ggppdk
Replied by ggppdk on topic Featured articles
About voting:

FLEXIcontent uses a special Field which also configurable per content Type,

if as you say you cannot disable it, then it is not the FLEXIcontent voting field,
it is Joomla Content plugin for voting, please go to joomla plugin manager and disable it there

Joomla content voting plugin places it's code via the onBeforeDisplayTitle event (we have a such position in all our templates for compatibility) since about 2-4% of content plguins use these events (onBeforeDisplayTitle, onBeforeDisplayContent, onAfterDisplayContent)


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

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

More
12 years 8 months ago #37978 by ggppdk
Replied by ggppdk on topic Featured articles
Hello, in r1692 we

- fixed the item featured flag to be updated properly - and also allowed the access to the backend featured management view,
- added a quick icon into FLEXIcontent Dashboard too that open COM_CONTENT backend featured management view in a popup


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

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

More
12 years 3 months ago #41830 by jrodgar
Replied by jrodgar on topic Featured articles
The Use Joomla Featured Flag option on the configuration what it does? hide the Featured flag on the "basic" tab for item edit? Cause is not working

Unless otherwise indicated:
Joomla 3.8.1
Flexicontent 3.2.1.7

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

More
12 years 3 months ago #41837 by ggppdk
Replied by ggppdk on topic Featured articles
Hello

this is not used by FLEXIContent views,

-- it used in Joomla featured listing (if you want to use it, create a Joomla menu item of type "Featured ...")

-- FLEXIcontent has multiple "Featured" categories capability, which we recommend using

(select your top-level featured category inside component parameters at TAB "Featured and Markups")

please read a small description there


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

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

More
12 years 3 months ago #41968 by jrodgar
Replied by jrodgar on topic Featured articles
I see. I was thinking it was a way to remove the "Joomla featured" option to avoid confussion with the featured categories from flexicontent (that is the way we are using)

Regards

Unless otherwise indicated:
Joomla 3.8.1
Flexicontent 3.2.1.7

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

More
12 years 3 months ago #41971 by ggppdk
Replied by ggppdk on topic Featured articles
Hello

you can hide/ignore Joomla featured FLAG for frontend item form
-- configure in Component Settings (item form TAB),
-- and you can override for each Content Type (item form SLIDER)


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

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

Moderators: vistamediajoomlacornerggppdk
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
Save