PDF in detail view doesn't print anything shown in default_group.php

Hi,

When I print to PDF from a form in detail view it doesn't print the elements shown by the default_group.php, but it can print anything I put in the group intro from default.php:


// Show the group intro
if ($group->intro !== '') :?>
<div class="groupintro"><?php echo $group->intro ?></div>
<?php
endif;

I'm using the default template located in

/var/data/joomla16/components/com_fabrik/views/details/tmpl25/default

What I'm doing wrong?

thank you very much
 
Hi, I noticed that it happens in any default form. When I print in pdf only appears the header, but not the data. Could anyone help, please? ;-)
 
It's all there but put in upper left corner, seems dompdf can't handle the css.
Fabrik3.1 on Joomla2.5 is work in progress, especially the template handling.

Try to copy admin and/or labels-above temlplates from form/tmpl25 to details/tmpl25 (the ones in details/tmpl25 are empty) and use this as pdf template.
 
Hi! Using admin template from form/tmpl25 works perfectly! So, my question is: may I upgrade to joomla 3? I mean, are there more issued with joomla 2.5 than with joomla 3?

Thank you very much
 
Back
Top