Hi,
Under member list... "How do I remove Space Quota and Space used?
Thanks!
www.blackdeathmetal.com
I am still trying to find this, I am looking all over so I still need oyur help.
thanks!
in usermgr.php edit
<tr>
<td class="tableb">$usr_link</td>
<td class="tableb">{$user['group_name']}</td>
<td class="tableb">{$user['user_regdate']}</td>
<td class="tableb">{$user['user_lastvisit']}</td>
<td class="tableb" align="right">{$user['pic_count']}</td>
<td class="tableb" align="right">{$user['disk_usage']} {$lang_byte_units[1]}</td>
<td class="tableb" align="right">{$user['group_quota']} {$lang_byte_units[1]}</td>
</tr>
accordingly.
You also may wish to edit the headers
<tr>
<td class="tableh1"><b><span class="statlink">{$lang_usermgr_php['name']}</span></b></td>
<td class="tableh1"><b><span class="statlink">{$lang_usermgr_php['group']}</span></b></td>
<td class="tableh1"><b><span class="statlink">{$lang_usermgr_php['registered_on']}</span></b></td>
<td class="tableh1"><b><span class="statlink">{$lang_usermgr_php['last_visit']}</span></b></td>
<td class="tableh1" align="center"><b><span class="statlink">{$lang_usermgr_php['pictures']}</span></b></td>
<td class="tableh1" align="center"><b><span class="statlink">{$lang_usermgr_php['disk_space_used']}</span></b></td>
<td class="tableh1" align="center"><b><span class="statlink">{$lang_usermgr_php['disk_space_quota']}</span></b></td>
</tr>
However I do not recommend this as upgrading becomes harder.
Thanks stramm, very cool of you to reply......!!
If upgrading becomes an issue I would never want to compromise that. Thanks for your help and if you have a bit more info. why it would be an issue that would be cool to see if it is something I would want to do at the moment.
You'd hesitate to upgrade cause you 'll have to redo all modifications
Oh, thanks. I though you were going to say something much worse. THANKS!