4
Try with adding
le="color: #000000"><?php $userarray["output"][] = "<input type='checkbox' name='memberslist_id[]' id='memberslist_id[]' value='" . $users[$k]->getVar('uid') . "' checked='checked' /><input type='hidden' name='memberslist_uname[".$users[$k]->getVar('uid') ."]' id='memberslist_uname[]' value='".$users[$k]->getVar('uname') ."' />";
after
le="color: #000000"><?php $userarray = array();
and
le="color: #000000"><?php $captions[] = 'Sel';
after
le="color: #000000"><?php //Get captions
in /modules/profile/search.php
and
le="color: #000000"><?php <form action="../system/admin.php" method="post" name="memberslist" id="memberslist"> <input name="op" value="delete_many" type="hidden">
before
le="color: #000000"><?php <table>
and
le="color: #000000"><?php <select name="fct"><option value="mailusers">Send mail</option></select> <input value="Submit" type="submit"> </form>
after
le="color: #000000"><?php </table>
in /modules/profile/templates/profile_results.html