Keyword

test for add item link in category view

  • Terry Britton
  • Terry Britton's Avatar Topic Author
  • Offline
  • Elite Member
More
13 years 7 months ago #93490 by Terry Britton
test for add item link in category view was created by Terry Britton
In category.php line 39 should include a test for the add link, otherwise if everything else is disabled the add link does not display.

 

orig.

<?php if(isset($this->category) && ( $this->params->get('catImage') || $this->params->get('catTitle') || $this->params->get('catDescription') || $this->category->event->K2CategoryDisplay )): ?>

new

<?php if(isset($this->category) && ( $this->params->get('catImage') || $this->params->get('catTitle') || $this->params->get('catDescription') || $this->category->event->K2CategoryDisplay  || $this->addLink)): ?>  

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


Powered by Kunena Forum