Page 1 of 1

Ja_teline_iv phoca PDF

Posted: 02 Jun 2013, 15:40
by damy7777
Good morning,
I would like to utilizare phoca pdf template in Ja_teline_iv.
I have read the documentation and incompatible with the files under my template.
as you can see in the file article/default.php

Code: Select all

// Create shortcuts to some parameters.
$canEdit	= $this->item->params->get('access-edit');

<?php $useDefList = (($params->get('show_author')) OR ($params->get('show_category')) OR ($params->get('show_parent_category'))
	OR ($params->get('show_create_date')) OR ($params->get('show_modify_date')) OR ($params->get('show_publish_date'))
	OR ($params->get('show_hits'))); ?>
<?php if ($useDefList || $canEdit ||  $params->get('show_print_icon') || $params->get('show_email_icon')) : ?>	
<div class="article-tools clearfix">
<?php if ($canEdit ||  $params->get('show_print_icon') || $params->get('show_email_icon')) : ?>
<ul class="actions">
<?php if (!$this->print) : ?>
		<?php if ($params->get('show_print_icon')) : ?>
			<li class="print-icon">
			<?php echo JHtml::_('icon.print_popup',  $this->item, $params); ?>
			</li>
		<?php endif; ?>
		<?php if ($params->get('show_email_icon')) : ?>
			<li class="email-icon">
			<?php echo JHtml::_('icon.email',  $this->item, $params); ?>
			</li>
		<?php endif; ?>

Re: Ja_teline_iv phoca PDF

Posted: 07 Jun 2013, 18:52
by Jan
Hi, sorry I don't understand?

Re: Ja_teline_iv phoca PDF

Posted: 12 Jun 2013, 18:28
by damy7777
my template Ja_teline_iii I can not see the icon of phoca pdf pdf

Re: Ja_teline_iv phoca PDF

Posted: 13 Jun 2013, 11:57
by Jan

Re: Ja_teline_iv phoca PDF

Posted: 12 Jul 2013, 23:41
by damy7777
Good morning,
I tried to edit the files as in your documentation, but are totalmete different.
components / com_content / views / article / tmpl / default.php
components / com_content / views / category / tmpl / blog_item.php
components / com_content / views / featured / tmpl / default_item.php

The three files you mentioned I have them under the following path:
templates / ja_teline_iv / html / com_content / article / default.php
templates / ja_teline_iv / html / com_content / category / blog_item.php
templates / ja_teline_iv / html / com_content / featured / default_item.php

and can send you the files or give permission to the site?

Re: Ja_teline_iv phoca PDF

Posted: 19 Jul 2013, 20:35
by Jan
Hi, if they are different, you need to ask the developer of the files to ask where the icons are displayed. :idea:

Jan