Manage attachments ACP module for phpBB3

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Bramster
Registered User
Posts: 605
Joined: Sun Jul 27, 2003 10:40 am

Re: Manage attachments ACP module for phpBB3

Post by Bramster »

rxu wrote:Yes, there's a problem really. The next MOD version will include sorting and pagination options. It will be done as soon as possible.
Great !

Any idea what the ETA of the next version is ?
Navy & Merchant Marine Forum:
www.DutchFleet.net
rxu
Extensions Development Team
Posts: 4053
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Manage attachments ACP module for phpBB3

Post by rxu »

Validated version won't be done very quickly, I guess.
What I have for now is just a development quality version for testing purposes.
rxu
Extensions Development Team
Posts: 4053
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Manage attachments ACP module for phpBB3

Post by rxu »

Submitted for validation MOD download link is here.
I'd advice you not to install it on the live board, better test it on a localhost ;)
Smog
Registered User
Posts: 103
Joined: Sun May 13, 2007 8:06 am

Re: Manage attachments ACP module for phpBB3

Post by Smog »

rxu wrote:Submitted for validation MOD download link is here.
Update instructions???
rxu
Extensions Development Team
Posts: 4053
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Manage attachments ACP module for phpBB3

Post by rxu »

Smog wrote:Update instructions???
Sure :) Just copy anything from the /root folder to the board root. Maybe you'll have to purge the cahe also.

EDIT: and one more thing: add

Code: Select all

'TOTAL_SIZE' => 'Total size',
to the any suitable place of the language/your_language_folder/acp/common.php.
Smog
Registered User
Posts: 103
Joined: Sun May 13, 2007 8:06 am

Re: Manage attachments ACP module for phpBB3

Post by Smog »

rxu wrote:
Smog wrote:Update instructions???
Sure :) Just copy anything from the /root folder to the board root. Maybe you'll have to purge the cahe also.

EDIT: and one more thing: add

Code: Select all

'TOTAL_SIZE' => 'Total size',
to the any suitable place of the language/your_language_folder/acp/common.php.
Txs. Done and everything seem to be OK ;)
roleph
Registered User
Posts: 19
Joined: Thu Feb 28, 2008 3:55 pm

Re: Manage attachments ACP module for phpBB3

Post by roleph »

Smog wrote:Txs. Done and everything seem to be OK ;)
Did it too and it looks great - do not forget to delete your cache folder.
Thanks again rxu!
mount-festuvious
Registered User
Posts: 3
Joined: Tue Mar 11, 2008 12:03 am

Re: Manage attachments ACP module for phpBB3

Post by mount-festuvious »

Hi, i have followed the instructions to the letter but as soon as i add the language/en/acp/common.php changes i get these errors:
Warning: Cannot modify header information - headers already sent by (output started at /var/virtual/web/w1127/subdomain/forum/language/en/acp/common.php:1) in /var/virtual/web/w1127/subdomain/forum/includes/functions.php on line 3391

Warning: Cannot modify header information - headers already sent by (output started at /var/virtual/web/w1127/subdomain/forum/language/en/acp/common.php:1) in /var/virtual/web/w1127/subdomain/forum/includes/functions.php on line 3393

Warning: Cannot modify header information - headers already sent by (output started at /var/virtual/web/w1127/subdomain/forum/language/en/acp/common.php:1) in /var/virtual/web/w1127/subdomain/forum/includes/functions.php on line 3394

Warning: Cannot modify header information - headers already sent by (output started at /var/virtual/web/w1127/subdomain/forum/language/en/acp/common.php:1) in /var/virtual/web/w1127/subdomain/forum/includes/functions.php on line 3395
It happens on the module.php page when installing too, but says its installed fine.

Any ideas whats causing this?
rxu
Extensions Development Team
Posts: 4053
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Manage attachments ACP module for phpBB3

Post by rxu »

Since you get
mount-festuvious wrote:output started at /var/virtual/web/w1127/subdomain/forum/language/en/acp/common.php:1
so I suspect there're empty spaces/lines before <?php PHP opening tag in language/en/acp/common.php and/or wrong saved file encoding (should be UTF-8 without BOM).
mount-festuvious
Registered User
Posts: 3
Joined: Tue Mar 11, 2008 12:03 am

Re: Manage attachments ACP module for phpBB3

Post by mount-festuvious »

Thanks for that, i used a different program to edit them and it works fine now... :oops:

Any chance in the next version you could add a column for who added the attachments?
rxu
Extensions Development Team
Posts: 4053
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Manage attachments ACP module for phpBB3

Post by rxu »

mount-festuvious wrote:Any chance in the next version you could add a column for who added the attachments?
http://www.phpbb.com/community/viewtopi ... 5#p4645485 ;)
mount-festuvious
Registered User
Posts: 3
Joined: Tue Mar 11, 2008 12:03 am

Re: Manage attachments ACP module for phpBB3

Post by mount-festuvious »

Sweet, new version rocks.

Thanks heaps mate.
Crazy-S
Registered User
Posts: 138
Joined: Wed Feb 07, 2007 12:41 am

Re: Manage attachments ACP module for phpBB3

Post by Crazy-S »

Great job on this MOD...

Looks like it will be quite useful and it looks and acts much better than the first one I downloaded, that ws a pain trying to load all attachments on same page...

Much improved, Great job!


Just one question? Does the module.php stay in the root directory, or do we delete after installing it???
Visit Crazy-Software.com for some great personalized gift making software!

Like Personalized candy Wrappers? Then visit Our Community
rxu
Extensions Development Team
Posts: 4053
Joined: Wed Oct 25, 2006 12:46 pm
Location: Siberia, Russian Federation

Re: Manage attachments ACP module for phpBB3

Post by rxu »

Thanks :)
Crazy-S wrote:Does the module.php stay in the root directory, or do we delete after installing it?
It has to be deleted after running.
Bramster
Registered User
Posts: 605
Joined: Sun Jul 27, 2003 10:40 am

Re: Manage attachments ACP module for phpBB3

Post by Bramster »

rxu wrote:Validated version won't be done very quickly, I guess.
What I have for now is just a development quality version for testing purposes.
So I better delete the old code, or will it be in a month or so ? In that case I will leave the code in.

I am just afraid co-admins will use the option, and loading alle the attachement data really slooooow down the forum.
Navy & Merchant Marine Forum:
www.DutchFleet.net

Return to “[3.0.x] MOD Database Releases”