Search found 71 matches

by canonknipser
Fri Apr 29, 2016 4:52 pm
Forum: [3.x] Discussion
Topic: Image resize configuration
Replies: 2
Views: 6543

Re: Image resize configuration

I don't agree if you go for the upload of high quality images. They should be saved (like any other attachment) as a 100%-copy from users local version. Think about office documents? Can you simple say: this Word-Doc is to big, i strip all 1-3-letter-words and save it in a smaller form? This would b...
by canonknipser
Mon Apr 18, 2016 9:09 am
Forum: [3.x] Discussion
Topic: [RFC][PHPBB3-14596] 3.1.x - Installation denied if PHP >=7
Replies: 42
Views: 74707

Re: [RFC] 3.1.x - Installation denied if PHP >=7

Shouldn't the php version also be checked when updating a board? Or even when running a board, because a lot of ISP will update their servers to PHP 7 and not all of the board owner will know what happens? For a quick solution, this can be done by putting a information in the acp-update-check-messag...
by canonknipser
Tue Mar 29, 2016 7:55 pm
Forum: [3.x] Discussion
Topic: Member managing tool?
Replies: 17
Views: 34815

Re: Member managing tool?

Did you check the extensions database? Maybe Email List satifys your needs
by canonknipser
Mon Mar 28, 2016 10:15 pm
Forum: [3.x] Discussion
Topic: Member managing tool?
Replies: 17
Views: 34815

Re: Member managing tool?

phpmyadmin is a database management tool and is not part of phpBB. He wants to say that you can export your user-data only by use of a external tool (phpMyAdmin or similar provided by your host); there is no function within phpBB
by canonknipser
Tue Mar 22, 2016 10:10 pm
Forum: [3.x] Discussion
Topic: phpBB 3.2.0-b2 released
Replies: 148
Views: 371697

Re: phpBB 3.2.0-b2 released

you can use msqli instead - since PHP 5.2.0?
simply change your config.php

Code: Select all

$dbms = 'phpbb\\db\\driver\\mysqli';
by canonknipser
Tue Oct 23, 2012 2:13 pm
Forum: [3.0/Olympus] New features discussion
Topic: Automatic deletion of orphan attachments.
Replies: 6
Views: 39685

Re: Automatic deletion of orphan attachments.

Probably they should be held on the server if they are attached to a draft message. When deleting the draft, also delete the attachment.. ? But attaching it to a message can only be done via acp, not during posting. So a normal user will always re-upload the attachment, this keeps the old (uploaded...
by canonknipser
Thu Oct 04, 2012 8:31 pm
Forum: [3.x] Discussion
Topic: Friends/Foes
Replies: 17
Views: 21266

Re: Friends/Foes

The ability to ignore people is a useful feature and should not be removed. Renaming foes to something like "Ignore List" would be a good idea since foes isn't very clear on what it does. +1 So it will be just a change in language files - in german version it is actual "ignorierte Mi...
by canonknipser
Mon Oct 01, 2012 7:59 am
Forum: [3.x][Archive] RFCs
Topic: Language vars for button text
Replies: 12
Views: 17319

Re: [RFC] Language vars for button text

This has already been implemented . You can see it by viewing the page souce: <div class="reply-icon"><a href="./posting.php?mode=reply&f=84&t=41543" title="Post a reply"><span></span>Post a reply</a></div> No <img> tag in sight. Not in html source, but in css ...
by canonknipser
Fri Sep 14, 2012 10:35 am
Forum: [3.0/Olympus] Discussion
Topic: Use vertical resize on the textarea.
Replies: 46
Views: 200962

Re: Use vertical resize on the textarea.

TheKiller wrote:... It CANNOT Be made smaller horizontally !
....
Thats a second problem with those textareas - normally you can make it smaller horizontally, but this one has also a min-width :roll: