|
There are a few missing definitions in the tab pagination.
I had to manually add:
define("_PN_NEXT","Next" );
define("_PN_RT",">" );
define("_PN_END","End" );
define("_PN_PREVIOUS","Previous" );
define("_PN_START","Start" );
to the english.php file, because they were not defined, and they were showing with their code names.
So now at least it looks like this:
<< Start < Previous 1 Next > End >>
instead of
<< _PN_START < _PN_PREVIOUS 1 _PN_NEXT > _PN_END >>
This was an easy fix, but maybe who made the plugin should take 1 minute to reupload the correct version of the file in the original package.
For anyone having the same problem, download the file attached to my next post and upload it through FTP to:
/components/com_comprofiler/plugin/user/plug_cbawslisttab/language
Overwrite existing file.
Done.
P.S.= this forum has serious bugs. I believe that whoever made this plugin and owns this website, doesnt care much anymore about neither.
|