Search found 619 matches

by DavidIQ
Fri Apr 05, 2019 4:57 am
Forum: General phpBB3 Support
Topic: phpBB3 question
Replies: 1
Views: 8199

Re: phpBB3 question

You'll need to have created a database already in MySQL: https://www.phpbb.com/support/docs/en/3 ... quirements

The rest should be as straightforward as running through the installer instructions.
by DavidIQ
Sat Mar 30, 2019 6:18 pm
Forum: General phpBB3 Support
Topic: phpbb 3.3 - when is it published?
Replies: 3
Views: 10497

Re: phpbb 3.3 - when is it published?

Should be in the next few months. Not sure that upload files are being split into different folders in that version, but there was some work for that.
by DavidIQ
Fri Mar 29, 2019 12:26 pm
Forum: General phpBB3 Support
Topic: An idea
Replies: 3
Views: 8942

Re: An idea

That's not possible without the aid of an extension. The good news is that since all uploads are viewed or downloaded through the download/file.php script you should be able to handle through that which path things are downloaded from.
by DavidIQ
Thu Mar 14, 2019 9:12 am
Forum: General phpBB3 Support
Topic: best way to find phpBB version?
Replies: 1
Views: 10538

Re: best way to find phpBB version?

Since the 3.0 days we've had that information in the constants.php file so the version should be easy to determine off of that single file. Hopefully you don't have any 2.0 installations lingering around, but for that you'd maybe just check if the adm directory is missing.
by DavidIQ
Tue Mar 05, 2019 8:03 am
Forum: General phpBB3 Support
Topic: basic phpBB3 question
Replies: 1
Views: 7300

Re: basic phpBB3 question

Yup. Most, if not all hosting providers have PHP and MySQL already enabled so installation should be pretty straight forward.
by DavidIQ
Thu Feb 14, 2019 8:02 am
Forum: General phpBB3 Support
Topic: Image resizing/forum name and description.
Replies: 2
Views: 13715

Re: Image resizing/forum name and description.

Plupload makes image resizing a much simpler task nowadays.
by DavidIQ
Fri Oct 19, 2018 8:13 am
Forum: General phpBB3 Support
Topic: Topic Background colour
Replies: 8
Views: 19967

Re: Topic Background colour

Houlihan wrote: Fri Oct 19, 2018 8:11 am Were those issues with Prosilver fixed over the years btw? Anyone using that style?
Which prosilver issues?
by DavidIQ
Mon Jul 23, 2018 10:42 am
Forum: General phpBB3 Support
Topic: Approve new users before they have forum access
Replies: 3
Views: 11729

Re: Approve new users before they have forum access

All administrators get the email, not just one.
by DavidIQ
Mon Apr 17, 2017 7:53 pm
Forum: General phpBB3 Support
Topic: How to do a center BBCode
Replies: 4
Views: 14238

Re: How to do a center BBCode

Bigger image with a thumbnail
Space...the final frontier
Space...the final frontier
by DavidIQ
Mon Apr 17, 2017 7:28 pm
Forum: General phpBB3 Support
Topic: How to do a center BBCode
Replies: 4
Views: 14238

Re: How to do a center BBCode

Attachment is centered:
This will make someone twitch...
This will make someone twitch...
annoy_web_dev.png (7.38 KiB) Viewed 14197 times
by DavidIQ
Mon Apr 17, 2017 7:27 pm
Forum: General phpBB3 Support
Topic: How to do a center BBCode
Replies: 4
Views: 14238

Re: How to do a center BBCode

This text gets centered using the above
by DavidIQ
Mon Apr 17, 2017 7:27 pm
Forum: General phpBB3 Support
Topic: How to do a center BBCode
Replies: 4
Views: 14238

How to do a center BBCode

Add the following for the BBCode:

BBCode usage:

Code: Select all

[center]{TEXT}[/center]
HTML Replacement:

Code: Select all

<div style="text-align: center">{TEXT}</div>
Help line:

Code: Select all

[center]your text here[/center]
by DavidIQ
Wed Jan 25, 2017 9:16 am
Forum: General phpBB3 Support
Topic: 3.1 Board Feature Auto-Resizing Images
Replies: 7
Views: 23662

Re: 3.1 Board Feature Auto-Resizing Images

duh, looks like a simple fix of just increasing the file size allowed and then automatically resizes to the person's screen size. wow that simple little change could have saved me hours of work. live and learn. thanks How do you increase the file size allowance? In the ACP under the Post tab.
by DavidIQ
Fri Dec 23, 2016 11:28 pm
Forum: My phpBB3 Extensions
Topic: [3.2.x][CDB] phpBBasic
Replies: 10
Views: 54859

[3.2.x][CDB] phpBBasic

phpbbasic.png
phpbbasic.png (15.11 KiB) Viewed 54858 times
phpBBasic is an extension to make your board a single forum.

Repo can be found here on GitHub:
https://github.com/DavidIQ/phpBBasic

Here is a demo image of what it looks like:
phpbbasic_demo_image.png
phpbbasic_demo_image.png (714.43 KiB) Viewed 54840 times
by DavidIQ
Wed Apr 06, 2016 7:42 pm
Forum: My phpBB3 Extensions
Topic: [DEV] ReIMG Image Resizer
Replies: 15
Views: 49472

Re: [DEV] ReIMG Image Resizer

Can I install this plugin in phpBB 3.1.6 directly? I am not talking about extension. Just directly to make it work? It's mostly JavaScript so you could try, but things with the style are different in 3.1 so it probably won't work. I haven't heard of anyone being successful with it, but then again n...