Does AJAX Infinity work with children categories ?
- Saka
- Offline
- Administrator
8 years 5 months ago - 8 years 5 months ago #7707
by Saka
Emir Sakic
www.sakic.net
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:withor if you want it translatedand add PLG_AJAXINFINITY_SHOW to translation files.
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'));
$next = $dom->createElement('a', 'Whatever you want');
$next = $dom->createElement('a', JText::_('PLG_AJAXINFINITY_SHOW'));
Emir Sakic
www.sakic.net
Last Edit: 8 years 5 months ago by Saka.
Please Log in or Create an account to join the conversation.