I just installed ChronoConnectivity V4 on Joomla 3.1 and I have tried everything I can to make the pagination show with auto listing, but I can't get it to work.
I wanted to post this in the bugs section, but I want to first determine whether or not I am at fault.
So can anybody please help me out?
I wanted to post this in the bugs section, but I want to first determine whether or not I am at fault.
So can anybody please help me out?
Hi Mitey,
I don't have CC installed on Joomla! 3 yet :-(
What settings are you trying?
Bob
I don't have CC installed on Joomla! 3 yet :-(
What settings are you trying?
Bob
I tried using auto listing, but it did not show pagination. Then I tried custom listing with {paginator} at the footer area, then {pagination}, but pagination did not display at all. Also the display # box is not working. Irrespective of the value chosen, it returns all rows.
me too. I have both cf and ccv4 on joomla 3.1, and don't have {pagination}
what happens ? seems the newer version I have, the less functionality I gain !!
Hi GreyHead,
Why don't you install the latest version CC? Have you already known CCv4 is so "bugfull" with less functions?
Regards,
k
what happens ? seems the newer version I have, the less functionality I gain !!
Hi GreyHead,
Why don't you install the latest version CC? Have you already known CCv4 is so "bugfull" with less functions?
Regards,
k
Hi kate_ee,
I just haven't had any clients who are using CCv4 on Joomla! 3 and haven't found the time to experiment yet.
Bob
I just haven't had any clients who are using CCv4 on Joomla! 3 and haven't found the time to experiment yet.
Bob
Hi all,
I have just tested the pagination in CCV4 admin/front listing (auto and custom) and it works fine using {paginator}, there is no way to display the count dropdown though because this has been changed in the recent versions of Joomla.
If you have any major issues or would prefer to start using the new V5 (beta) then you can send me a message through the Contact us page, the new version is much more powerful but doesn't have any documentation yet (and is completely different), also it still doesn't integrate with Chronoforms.
Regards,
Max
I have just tested the pagination in CCV4 admin/front listing (auto and custom) and it works fine using {paginator}, there is no way to display the count dropdown though because this has been changed in the recent versions of Joomla.
If you have any major issues or would prefer to start using the new V5 (beta) then you can send me a message through the Contact us page, the new version is much more powerful but doesn't have any documentation yet (and is completely different), also it still doesn't integrate with Chronoforms.
Regards,
Max
Hi
Can someone please tell me why I can't get {paginator} to work with this custom code?
Header
Body
Footer
Everything works (print button, print dialog window and printing), except for the {paginator}.
Regards,
Roger
Can someone please tell me why I can't get {paginator} to work with this custom code?
Header
<input type="button" value="Print" id='print_button' style='visibility: visible;'></input>
<div id='print_div'>
<?php
$doc =& JFactory::getDocument();
$script = "
function printPage()
{
var html, css, csss_file, printWin;
css = \"\";
css = \"<style type='text/css'>\"+css+\"</style>\";
css_url = '';
if ( css_url !== '' ) {
css_url = \"<link rel='stylesheet' type='text/css' href='\"+css_url+\"' media='print' />\";
}
html = '<html><head>'+css+css_url+'</head>'+$(id).innerHTML+'</html>';
printWin = window.open('', '', 'left=100, top=100, width=600, height=400, toolbar=1, scrollbars=0, status=0' );
printWin.document.write(html);
printWin.document.close();
printWin.focus();
printWin.print();
}
var id;
window.addEvent('domready', function() {
id = 'print_div';
$('print_button').setStyle('visibility', 'visible');
$('print_button').addEvent('click', printPage);
});
";
$doc->addScriptDeclaration($script);
?>
Body
<p style="font-family:verdana;font-size:20px;line-height:20%">
{Fornavn} {Etternavn}
</p>
<p style="font-family:verdana;font-size:14px;font-weight:bold;line-height:50%">
{Kategori}
</p>
<p style="font-family:verdana;font-size:14px;line-height:50%">
{Firma}
</p>
<p style="font-family:verdana;font-size:14px;line-height:50%">
{Poststed}
</p>
<p style="font-family:verdana;font-size:13px">
<img src="/components/com_chronoforms/includes/barcode.php?barcode={Referansenr}&width=165&height=30"/>
</p>
<p style="font-family:verdana;font-size:13px;line-height:100%"> Fornebu 29.-30. oktober 2013
</p>
Footer
{paginator}
</div>
Everything works (print button, print dialog window and printing), except for the {paginator}.
Regards,
Roger
Please also try this PHP code:
Regards,
Max
<?php echo $pageNav->getListFooter(); ?>
Regards,
Max
This topic is locked and no more replies can be posted.