PDA

View Full Version : PHPbb3 attachments


tdj
09-16-2008, 04:56 AM
I have successfully installed and have been using phpbb on my site muntedmedia.ulmb.com for a while but have had issues with attachments.

PhpBB by default uses random extensionless filenames for attachments ("2_e0d9b64ac43243fbbcd588f0c0db25ae" for example) and thus, my site being on a free account, will not allow attachment uploads. If anyone knows a way to get phpBB3 to upload attachments with extensions, or another solution, that would be greatly appreciated.

UnlimitedMB
09-16-2008, 06:01 AM
Your choices are.
1. Upgrade to a paid account.
2. Use a different forum software.
3. Disable attachments
4. Modify phpbb to add a extension to the filenames.

tdj
09-16-2008, 08:45 AM
4. Modify phpbb to add a extension to the filenames.
See that; that's what I'm asking how to do. If anyone knows, do reply.