Hello,
I have created a simple output in tabular form with ChronoConnectivity and the output is printed as desired - but, unfortunately, with one exception: It shows only 30 rows. In the database table there are, however, more than 30th!
in chronoform under table-connection, it shows all datasets.
How and/or where can I set the number of lines?
I tried to set in "Page limit" to 200 but it has no affect.
Michael
I have created a simple output in tabular form with ChronoConnectivity and the output is printed as desired - but, unfortunately, with one exception: It shows only 30 rows. In the database table there are, however, more than 30th!
in chronoform under table-connection, it shows all datasets.
How and/or where can I set the number of lines?
I tried to set in "Page limit" to 200 but it has no affect.
Michael
Hello Bob,
it has resolved itself.
I don't know why, I think, it was the Cache...🙂
a nice weekend
Michael
it has resolved itself.
I don't know why, I think, it was the Cache...🙂
a nice weekend
Michael
Hi Michael,
There is - I think - an obscure bug in CC, it caches some settings and I haven't yet found a way to clear the cache when that is needed. This can affect filters, sorts and pagination :-(
Bob
There is - I think - an obscure bug in CC, it caches some settings and I haven't yet found a way to clear the cache when that is needed. This can affect filters, sorts and pagination :-(
Bob
Hello Bob!
I have the same problem.😟
Have you found the problem yet? I would be very courius.
Thank You!
Balázs
I have the same problem.😟
Have you found the problem yet? I would be very courius.
Thank You!
Balázs
Hi Balázs,
No - I never found it - hopefully Max has a solution.
Bob
No - I never found it - hopefully Max has a solution.
Bob
Hi,
The pagination does not solve this issue ? if not then you can try to login/out twice.
Best regards,
Max
The pagination does not solve this issue ? if not then you can try to login/out twice.
Best regards,
Max
Dear Max,
I'm not programmer, and also beginer in CF5 and CC5.
I'm going to try, but I have to learn a lot...
Best Regards:
Balázs
I'm not programmer, and also beginer in CF5 and CC5.
I'm going to try, but I have to learn a lot...
Best Regards:
Balázs
No problems, just login/out of your website to clear any session settings.
Best regards,
Max
Best regards,
Max
The paginator is the better solution, but I couldn't translate the footer text to my language.
I followed this instructions:
https://www.chronoengine.com/forums/posts/f12/t101765/how-to-translate-the-pagination-output.html?hilit=pagination+translate
but it is not working for me.😟
I followed this instructions:
https://www.chronoengine.com/forums/posts/f12/t101765/how-to-translate-the-pagination-output.html?hilit=pagination+translate
but it is not working for me.😟
Hi kohanb,
You can directly edit the strings in the language file mentioned (easy) or create a new one for your language as explained.
Let us know if this does not work.
Best regards,
Max
You can directly edit the strings in the language file mentioned (easy) or create a new one for your language as explained.
Let us know if this does not work.
Best regards,
Max
Dear Max,
I made a copy of \libraries\cegcore\locales\en_gb\ folder and of lang.php file as well.
Modified the namespace attribute and also the text value of the paginator in 361th row.
Unfortunately the translation is still not working.😟
Best Regards,
Balázs
I made a copy of \libraries\cegcore\locales\en_gb\ folder and of lang.php file as well.
Modified the namespace attribute and also the text value of the paginator in 361th row.
Unfortunately the translation is still not working.😟
Best Regards,
Balázs
Hi Balazs,
Did you try to just add the same string in a language file in the locales folder in Connectivity itself ?
If that does not work then you may also the pages file directly then here:
\libraries\cegcore\helpers\paginator.php
The language strings are inside
Let me know.
Best regards,
Max
Did you try to just add the same string in a language file in the locales folder in Connectivity itself ?
If that does not work then you may also the pages file directly then here:
\libraries\cegcore\helpers\paginator.php
The language strings are inside
l_("string")
Let me know.
Best regards,
Max
Dear Max!
I tried to modify the language files, but didn't work.
I found the solution here:
https://www.chronoengine.com/forums/posts/f12/t98200.html
Thank You
I tried to modify the language files, but didn't work.
I found the solution here:
https://www.chronoengine.com/forums/posts/f12/t98200.html
Thank You
Unfortunately this solution is not perfect, because the translated string is changed in every expression in whitch the string occurs on the page.
For example: to=-ig, then "maraton" shown on the translated page "mara-ign"
For example: to=-ig, then "maraton" shown on the translated page "mara-ign"
Hi Balazs,
Did you try to just add the same string in a language file in the locales folder in Connectivity itself ?
If that does not work then you may also the pages file directly then here:
\libraries\cegcore\helpers\paginator.php
The language strings are inside
l_("string")
Let me know.
Best regards,
Max
Dear Max!
Thank You very much for your help, I solved the translation problem.
The next step is the filtering...
Unfortunately I have another problem occured:
http://www.chronoengine.com/component/chronoforums/posts/f12/t101710.html
What's wrong in my code? Can You help me?
Thank You again!
Best Regards,
Balázs
This topic is locked and no more replies can be posted.