Welcome, Guest
Username: Password: Remember me

TOPIC: Pagination Problem

Pagination Problem 16 Sep 2015 11:59 #13461

  • emilio
  • emilio's Avatar
  • Offline
  • Junior Member
  • Posts: 31
  • Thank you received: 1
  • Karma: 0
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?
The administrator has disabled public write access.

Pagination Problem 16 Sep 2015 19:27 #13464

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
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
The administrator has disabled public write access.

Pagination Problem 24 Sep 2015 17:46 #13494

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
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
The administrator has disabled public write access.

Pagination Problem 29 Sep 2015 11:06 #13521

  • emilio
  • emilio's Avatar
  • Offline
  • Junior Member
  • Posts: 31
  • Thank you received: 1
  • Karma: 0
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?
The administrator has disabled public write access.

Pagination Problem 29 Sep 2015 11:22 #13522

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
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
The administrator has disabled public write access.
Time to create page: 0.096 seconds

Get Started