Keyword

BUGFIX: catItemIntroTextWordLimit

  • ricfio
  • ricfio's Avatar Topic Author
  • Offline
  • New Member
More
14 years 2 weeks ago #82268 by ricfio
BUGFIX: catItemIntroTextWordLimit was created by ricfio
Hi, I have fix a bug related to "catItemIntroTextWordLimit" param as follow:

 

/**********************************************************************//* BUGFIX: catItemIntroTextWordLimit/**********************************************************************/[FILE]- /components/com_k2/models/item.php

[CONTEXT]=> function prepareItem($item, $view, $task){

[SEARCH]if ($item->params->get('catItemIntroTextWordLimit') && $task=='category'){

[REPLACE]if ($item->params->get('catItemIntroTextWordLimit') && $view=='itemlist'){/**********************************************************************/

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

More
14 years 2 weeks ago #82269 by Simon Wells
Replied by Simon Wells on topic BUGFIX: catItemIntroTextWordLimit
Hi Ricfio.

Has this "bug" been confirmed?
Can you provide more details on the bug and how it is produced.
Have you checked the 2.3svn to see if this has been resolved?

Thanks,

Simon
K2Joom.com

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

  • ricfio
  • ricfio's Avatar Topic Author
  • Offline
  • New Member
More
14 years 2 weeks ago #82270 by ricfio
Replied by ricfio on topic BUGFIX: catItemIntroTextWordLimit
Hi Simon.

TRY:
- Add a menu item: K2 » Itemlist / Category
- Select multiple categories in params "categories"

BUG:
The "catItemIntroTextWordLimit" param is ignored for each selected categories.

Apply my FIX:
The "catItemIntroTextWordLimit" param will be used.

P.S.
I have fixed into official version 2.2

Bye

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


Powered by Kunena Forum