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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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!