How can we add featured and unfeatured options for component in the admin backend.
I tried using the article manager (com_content). There we can select number of article and changes as featured. But there is no option for unfeatured in toolbar.
I have to add the featured options like publish/unpublish toolbar.
Thanks in advance.
JToolBarHelper::custom(). Providing those options and changing the state of it will be a lot of code and I doubt very much you will be provided with it, therefore I recommend you go to administrator/components/com_content and look through the php files there. – Lodder Sep 6 '12 at 12:12featuredlist using theJToolBarHelper::custom('articles.featured', 'featured.png', 'featured_f2.png', 'JFEATURED', true);. But we can't assignunfeaturedfor the bulk of articles. – Anwar Sep 6 '12 at 12:29