No readon button in blog mode (K2 Templates)

Professionally designed and responsive events Joomla template to launch your event based website.
GK User
Fri Sep 26, 2014 5:34 pm
When the native Template Events Continue button (system- readon ) does not work in blog mode , at least not when using the K2 template event , speakers or sponsors.

I myself have already tried all the settings , it has not influential.

For help, I would be grateful , because that is a big problem. Thanks in advance!

Yamp
User avatar
Fresh Boarder

GK User
Fri Sep 26, 2014 5:59 pm
Hello,

The event, speakers and sponsors templates are limited to few specific elements and they have no readmore buttons.
User avatar
Administrator

GK User
Fri Sep 26, 2014 6:14 pm
Hello, thanks for the hint.

Unfortunately, I do not understand. Why is programmed templates for Joomla , which then suppress the basic elements of Joomla ? The readmore feature is standard on Joomla and any other content management system...

Can I do something to integrate the readon button in this templates ?

Yamp
User avatar
Fresh Boarder

GK User
Fri Sep 26, 2014 6:19 pm
You can put these buttons by adding the following code in the overrided category_item.php files:

Code: Select all
<?php if ($this->item->params->get('catItemReadMore')): ?>
<a class="button button-border" href="<?php echo $this->item->link; ?>"> <?php echo JText::_('K2_READ_MORE'); ?> </a>
<?php endif; ?>
User avatar
Administrator

GK User
Fri Sep 26, 2014 6:41 pm
Thank you , thank you , thank you ...

That was easy ! Many thanks for this expert help. This has solved a lot of problems !

Yamp :-D
User avatar
Fresh Boarder


cron