Page 1 of 1
Phoca PDF on joomlart templates
Posted: 08 Jul 2011, 22:59
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
Re: Phoca PDF on joomlart templates
Posted: 08 Jul 2011, 23:15
by Jan
Re: Phoca PDF on joomlart templates
Posted: 11 Jul 2011, 15:43
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.
Re: Phoca PDF on joomlart templates
Posted: 12 Jul 2011, 22:26
by Jan
Ok
Re: Phoca PDF on joomlart templates
Posted: 13 Jul 2011, 00:32
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
Re: Phoca PDF on joomlart templates
Posted: 13 Jul 2011, 15:13
by Jan
Hi, I by myself has no experiences with JA templates, so cannot give any clue advice there
