Hey there,
i installed phoca pdf to my site. To add a PDF button to the E-Mail, Print and Edit buttons i had to add some lines of code to the Joomla Core files. This worked for the standard Template.
The Instructions are found here: http://www.phoca.cz/documents/47-phoca-pdf-component/672-phoca-pdf-installation-and-usage-joomla-3
One of these files lies at
components/com_content/views/article/tmpl/default.php
It looks like T3 overwrites this files or ignores them. I managed to find some corresponding files for the T3_BS2 and T3_BS3 templates at
plugins/system/t3/base/html/com_content/article/default.php
plugins/system/t3/base-b3/html/com_content/article/default.php
The default.php are the same ones, as far as i can tell. I inserted the code but the PDF button didn´t appear. Did i grab the wrong files?
Regards