Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I'm not clear on your question...</p> <ul> <li>are you wanting the Print/PDF functions of Joomla! 1.5 to include module content in an article that has been inserted using <code>{loadposition modulename}</code>? </li> </ul> <p>If so, then you're out of luck, the Print/PDF functions are only handed the article content and the defined <code>print.css</code> to generate the view. The other problem with the PDF button was that it didn't use any content plugins that may be used in an article so you would see the <code>{loadmodule modulename}</code> tag rather than the modules content in the PDF. The only relatively easy work around would be to have a custom button to tell the browser to perform a print page calling the entire view with a print template.</p> <ul> <li>Or do you want to include a module with a PDF + Print button?</li> </ul> <p>Any module that could provide a Print/PDF button would have to do a lot of work to determine which article is was actually printing - I'm not aware of any that do that as Joomla! has built-in buttons for these services in each article view.</p> <p>In Joomla! 1.5 there is a built-in set of buttons for the Articles (ie. com_content), they include Print, PDF and an Email service. In the Joomla! 2.5 line (ie. 1.6+) <a href="http://docs.joomla.org/What%27s_new_in_Joomla_1.6#Removed_features" rel="nofollow">PDF generation has been removed</a>.</p> <p>However, you can add PDF facilities back to Joomla 2.5 by using one of the "<a href="http://extensions.joomla.org/extensions/style-a-design/print-a-pdf" rel="nofollow">Print &amp; PDF</a>" extensions on the <a href="http://extensions.joomla.org/" rel="nofollow">Joomla Extension Directory</a>. The most comprehensive one we've used for clients is <a href="http://extensions.joomla.org/extensions/style-a-design/print-a-pdf/7492" rel="nofollow">Phoca PDF</a>, personally we don't provide print to PDF functions on our websites.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload