Hi, if I read the post correctly, it seems like the PDF feature was not tested yet as the icon is not displayed.
So to test or run PDF feature, you need to have icon (PDF) to run the feature.
If standard article is used, then:
- the icon can be displayed with system plugin - system plugin tries to find the place in article and tries to set the icon there (Joomla! 3.3)
- the icon can be displayed when it is modified directly in the code.
If not standard articles are used - for example - overriden by specific template, then all this needs to be done in the template.
As written in this guide:
https://www.phoca.cz/documents/47-phoca- ... joomla-3-3 (for Joomla! 3.3 and later versions)
https://www.phoca.cz/documents/47-phoca- ... e-joomla-3
Unfortunately the PDF icon is not a part of Phoca PDF and Phoca PDF cannot set it (as article is a part of Joomla! itself or template - there Phoca PDF cannot change anything).
Yes, of course, updating to latest version will be great, but first you need to find way how to set the PDF icon in your Joomla! article/template article override.
Please read the guide and try to find the template part which renders the articles - there the icon needs to be set.
After there will be icon to PDF, then the PDF feature can be tested.
in short:
:: use modify method when you are using specific template
:: the same when you are using older version of Joomla!
:: use system plugin when you are using latest Joomla! and standard template - if this will not work - use modify method
Jan