Phoca PDF on joomlart templates

Phoca PDF - creating PDF documents in Joomla! CMS
slavonec
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 08 Jul 2011, 22:49

Phoca PDF on joomlart templates

Post by slavonec »

How to install Phoca PDF on Joomlart templates since thay put their own T3 system? If you go and look in the template folder structure you will find com_content/..... with the same files, needed to be rewrite on normal installation. Please advice.

Thank you in advance
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca PDF on joomlart templates

Post by Jan »

If you find Phoca extensions useful, please support the project
slavonec
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 08 Jul 2011, 22:49

Re: Phoca PDF on joomlart templates

Post by slavonec »

Thank you Jan, but the trouble is that I see additional things in that line that I'm not sure how phoca pdf changes are going to affect the web site performance. I'll try it and see if it works and let you know.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca PDF on joomlart templates

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
uweschindler
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 13 Jul 2011, 00:27

Re: Phoca PDF on joomlart templates

Post by uweschindler »

Hi yes, this is a problem I am also intrested in. Tried to change the things in the template folder, but no result.

The respective part in the Joomlaart-Templates looks like this:

<?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; ?>

<?php if ($canEdit) : ?>
<li class="edit-icon">
<?php echo JHtml::_('icon.edit', $this->item, $params); ?>
</li>
<?php endif; ?>

<?php else : ?>
<li>
<?php echo JHtml::_('icon.print_screen', $this->item, $params); ?>
</li>
<?php endif; ?>

</ul>
<?php endif; ?>

Anyone has a idea? Its the JA_Purity II template, so a template lot of Joomla 1.6 Users may be using.

Would appreciate any help to get this great Phoca tool running.

Greets, Uwe
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca PDF on joomlart templates

Post by Jan »

Hi, I by myself has no experiences with JA templates, so cannot give any clue advice there :-( :-(
If you find Phoca extensions useful, please support the project
Post Reply