Does AJAX Infinity work with children categories ?

7 years 10 months ago - 7 years 10 months ago #7707 by Saka
That's not what that parameter is for.
The only way to translate it for now is to modify the file plugins/system/ajaxinfinity/ajaxinfinity.php
on line 202 replace:
$next = $dom->createElement('a', JText::_('JNEXT'));
with
$next = $dom->createElement('a', 'Whatever you want');
or if you want it translated
$next = $dom->createElement('a', JText::_('PLG_AJAXINFINITY_SHOW'));
and add PLG_AJAXINFINITY_SHOW to translation files.

Emir Sakic
www.sakic.net

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

About us

We provide high quality Joomla components created by a co-founder and original core developer of Joomla. For over a decade, our products have been used by more than 20.000 webmasters around the world.

Stay in touch