Keyword

FIXED: Readmore link hidden when set to show

  • harikaram
  • harikaram's Avatar Topic Author
  • Offline
  • Junior Member
More
14 years 5 months ago #84799 by harikaram
Hi,Somewhere around lin 180 in category_item.php is a block surrounded by the conditional:if(  $this->item->params->get('catItemHits') ||   $this->item->params->get('catItemCategory') ||   $this->item->params->get('catItemTags') ||    $this->item->params->get('catItemAttachments')):Which hides the readmore link regardless of its state when those 4 things are set to hide.  The fix:if(  $this->item->params->get('catItemHits') ||   $this->item->params->get('catItemCategory') ||   $this->item->params->get('catItemTags') ||    $this->item->params->get('catItemAttachments') ||  $this->item->params->get('catItemReadMore')  ):

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


Powered by Kunena Forum