Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Pagination Problem 16 Sep 2015 11:59 #13461

  • emilio
  • emilio's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 31
  • Thank you received: 1
I generated list, but the pagination dont generate correct the link

<li>
<a class="hasTooltip" onclick="document.adminForm.limitstart.value=5; Joomla.submitform();return false;" href="#" title="" data-original-title="Siguiente">
</li>
<li>
<a class="hasTooltip" onclick="document.adminForm.limitstart.value=5; Joomla.submitform();return false;" href="#" title="" data-original-title="Final">
</li>

The next link and end link dont appear text and close tag
if you can imagine, why not do you?

Please Log in or Create an account to join the conversation.

Pagination Problem 16 Sep 2015 19:27 #13464

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Ok I will check that.

I am reviewing the whole generated code.
With the end of life of 2.5, I will be cleaning all component and make it more pure.
The whole HTML will be revisited once again.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Pagination Problem 24 Sep 2015 17:46 #13494

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
I tought that this HTML was rendered by JDom (cross compatibility), but not...

It is standard Joomla code:
<?php echo $this->pagination->getListFooter(); ?>

For me it is working. I can't reproduce your problem. Is it an old component ?

Can you furnish more informations please ?

Moved to 'Troubleshooting'
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Pagination Problem 29 Sep 2015 11:06 #13521

  • emilio
  • emilio's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 31
  • Thank you received: 1
I started this component on August.

I generated every day because my customer need a lot of changes.

I duplicated this project of old proyect, and modify the new.

I had about 30 versions downloaded, and this problem started two weeks ago, if I installed and older version the problem disappear, but the new versions are the problem.

I instaled on joomla 3.4

This problem exist in all builder versions.
if you can imagine, why not do you?

Please Log in or Create an account to join the conversation.

Pagination Problem 29 Sep 2015 11:22 #13522

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Can you copy here the generated php, which take in charge the pagination rendering ?
Is it the same than the one I gave here ?

And in the view file, you should have this :
$this->pagination	= $this->get('Pagination');

Did you tried on a fresh install ?
Maybe it is your Joomla install wich has a problem.
Maybe a template ...

Because my generated HTML is totally different than yours.

If it works in the sandbox, there is no reason...

I can check your component, wich PTL ?
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.061 seconds

I'm playing around with the new mvc and the FORK feature is FANTASTIC!!! it's saving me a lot of time! you are doing a very good job!!

Tomaselli (Forum)  

Get Started