|
I posted this information in another thread, but figure that it might be of general interest to others.
Problem: the page nav buttons on the user list weren't working. They caused a js error message to the effect that document.adminform.limitstart had no properties.
Reason: limitstart wasn't defined as part of the form.
Cure: add after the definition of a form with the name = "adminForm".
The file is ../administrator/components/com_fireboard|admin.fireboard.html.php
The particular function that was bugging me was:
[code:1]function showProfiles($option, $mosConfig_lang, &$profileList, $countPL, $pageNavSP, $order, $search)
{
... php snipped ...
[/code:1]
Seems to me to working now.
Marty
|