coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: disposition on December 27, 2007, 04:57:33 PM

Title: How do I take disk space quota out?
Post by: disposition on December 27, 2007, 04:57:33 PM
Hi,

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

Thanks!

www.blackdeathmetal.com
Title: Re: How do I take disk space quota out?
Post by: disposition on December 31, 2007, 01:47:55 AM
I am still trying to find this, I am looking all over so I still need oyur help.

thanks!
Title: Re: How do I take disk space quota out?
Post by: Stramm on December 31, 2007, 01:11:36 PM
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.
Title: Re: How do I take disk space quota out?
Post by: disposition on December 31, 2007, 04:31:00 PM
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.

Title: Re: How do I take disk space quota out?
Post by: Stramm on December 31, 2007, 04:41:42 PM
You'd hesitate to upgrade cause you 'll have to redo all modifications
Title: Re: How do I take disk space quota out?
Post by: disposition on January 01, 2008, 01:16:34 AM
Oh, thanks. I though you were going to say something much worse.  THANKS!