Ja_teline_iv phoca PDF

Phoca PDF - creating PDF documents in Joomla! CMS
damy7777
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 02 Jun 2013, 15:21

Ja_teline_iv phoca PDF

Post 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; ?>
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Ja_teline_iv phoca PDF

Post by Jan »

Hi, sorry I don't understand?
If you find Phoca extensions useful, please support the project
damy7777
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 02 Jun 2013, 15:21

Re: Ja_teline_iv phoca PDF

Post by damy7777 »

my template Ja_teline_iii I can not see the icon of phoca pdf pdf
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Ja_teline_iv phoca PDF

Post by Jan »

If you find Phoca extensions useful, please support the project
damy7777
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 02 Jun 2013, 15:21

Re: Ja_teline_iv phoca PDF

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Ja_teline_iv phoca PDF

Post 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
If you find Phoca extensions useful, please support the project
Post Reply