Page 1 of 2
No icon PDF
Posted: 26 Oct 2012, 14:11
by dupinsan
Hi,
I installed today component Phoca PDF on Joomla 2.5.7 (french version) with full install and phoca plug-in. I activated plug-in.
But I have not PDF icon on my articles.
Why ?
Thanks for your answer.
Re: No icon PDF
Posted: 30 Oct 2012, 23:53
by Jan
Re: No icon PDF
Posted: 06 Nov 2012, 00:37
by dupinsan
Hi,
Thanks for your answer.
I have tried it and made full install, but nothing ! No icon
Why ?
Re: No icon PDF
Posted: 06 Nov 2012, 21:13
by amardeo
Same problem with me after checking the link and a full install. I am using a Rockettheme template - could it be that I need to activate the PDF in the template settings?
Re: No icon PDF
Posted: 10 Nov 2012, 00:51
by Jan
Hi, I have no experiences with activating plugins in template settings. It needs to be active in Joomla!, if template overrides the component, it needs to be modified manually:
https://www.phoca.cz/documents/47-phoca- ... -and-usage
Jan
Re: No icon PDF
Posted: 05 Dec 2012, 00:52
by mlbracewell
I'm on Joomla 2.5.8 with full install and plugin is published. On an article page is shows where the PDF icon should be, but when I look at the code the path to the PDF image is wrong.
How do I fix this?
Thanks!
Re: No icon PDF
Posted: 05 Dec 2012, 02:22
by mlbracewell
Just wanted to clarify - it works great! It creates the PDF fine. The only problem is the PDF icon does not show.
The path to the image is simply "/". I do not have template overrides so that is not my issue. The code is correct as per the installation & usage guideline.
Also - I tried Beez & Atomic templates and have the same issue.
Re: No icon PDF
Posted: 06 Dec 2012, 03:51
by mlbracewell
Anyone - pretty please? I can really use some help. this must be a simple fix that I'm missing. The component is WORKING - it's just the icon that does not show up because the "path" to the pdf image is missing:
Here is the View source code:
<ul class="actions">
<li class="print-icon"><a href="/?tmpl=component&format=pdf" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" title="PDF" rel="nofollow"><img src="/" alt="PDF" /></a></li>
<li class="print-icon">
<a href="/?tmpl=component&print=1&page=" title="Print" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/media/system/images/printButton.png" alt="Print" /></a> </li>
Re: No icon PDF
Posted: 06 Dec 2012, 07:30
by lanajane
I had the same problem ... Joomla 2.5.8 with Shape5 construction template:
I had to change the location of the pdf image:
opened file administrator/components/com_phocapdf/helpers/phocapdf.php and changed the location of image at line 66 to templates/construction/images/system/pdf_button.png
I then uploaded the file pdf_button.png to that location templates/construction/images/system/
Re: No icon PDF
Posted: 06 Dec 2012, 09:01
by mlbracewell
Yahoo!!! This did the trick!! Thank you a million times over! Merry Christmas!!