How do I take disk space quota out? How do I take disk space quota out?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How do I take disk space quota out?

Started by disposition, December 27, 2007, 04:57:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

disposition

Hi,

Under member list... "How do I remove Space Quota and Space used?

Thanks!

www.blackdeathmetal.com

disposition

I am still trying to find this, I am looking all over so I still need oyur help.

thanks!

Stramm

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']}&nbsp;{$lang_byte_units[1]}</td>
                <td class="tableb" align="right">{$user['group_quota']}&nbsp;{$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.

disposition

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.


Stramm

You'd hesitate to upgrade cause you 'll have to redo all modifications

disposition

Oh, thanks. I though you were going to say something much worse.  THANKS!