Keyword

How can I remove the 'Featured' ribbon?

  • etkritikonspoudon
  • etkritikonspoudon's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 11 months ago #56911 by etkritikonspoudon
How can I remove the 'Featured' ribbon? was created by etkritikonspoudon
I want to remove the "Featured" ribbon decorating the featured articles, could you help me do so?

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

More
12 years 11 months ago #56912 by william white
Replied by william white on topic Re: How can I remove the 'Featured' ribbon?
Search for
echo ($this->item->featured)
in category_item.php
and edit the code there that displays it

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

  • etkritikonspoudon
  • etkritikonspoudon's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 11 months ago #56913 by etkritikonspoudon
Replied by etkritikonspoudon on topic Re: How can I remove the 'Featured' ribbon?

William White wrote: Search for
echo ($this->item->featured)
in category_item.php
and edit the code there that displays it

Thank you very much!

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

  • etkritikonspoudon
  • etkritikonspoudon's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 11 months ago #56914 by etkritikonspoudon
Replied by etkritikonspoudon on topic Re: How can I remove the 'Featured' ribbon?

William White wrote: Search for
echo ($this->item->featured)
in category_item.php
and edit the code there that displays it

Sorry, I just got round to testing this in the new v2.5 K2

There is a big line there
Log in  or Create an account to join the conversation.

  • Kannan Naidu Venugopal
  • Kannan Naidu Venugopal's Avatar
  • Offline
  • Platinum Member
  • Aham Brahmasmi
More
12 years 11 months ago #56915 by Kannan Naidu Venugopal
Replied by Kannan Naidu Venugopal on topic Re: How can I remove the 'Featured' ribbon?
Hi,

You can do this..

From:
					
K2 Rocks \m/

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

  • etkritikonspoudon
  • etkritikonspoudon's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 11 months ago #56916 by etkritikonspoudon
Replied by etkritikonspoudon on topic Re: How can I remove the 'Featured' ribbon?
Hi,

I have done as suggested, I even removed some more relevant code also present in the same file mentioned, but still I get both the ribbon and the "featured" text when in article view...

How can I remove the ribbon from every view, along with the "Featured" text that may appear?

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

  • Kannan Naidu Venugopal
  • Kannan Naidu Venugopal's Avatar
  • Offline
  • Platinum Member
  • Aham Brahmasmi
More
12 years 11 months ago #56917 by Kannan Naidu Venugopal
Replied by Kannan Naidu Venugopal on topic Re: How can I remove the 'Featured' ribbon?
You need to do the same in item.php for article view. category_item.php is for items displayed in category view.

K2 Rocks \m/

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