Search found 69 matches
- 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: 32997
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...
- Tue Mar 29, 2016 7:55 pm
- Forum: [3.x] Discussion
- Topic: Member managing tool?
- Replies: 17
- Views: 12795
Re: Member managing tool?
Did you check the extensions database? Maybe Email List satifys your needs
- Mon Mar 28, 2016 10:15 pm
- Forum: [3.x] Discussion
- Topic: Member managing tool?
- Replies: 17
- Views: 12795
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
- Tue Mar 22, 2016 10:10 pm
- Forum: [3.x] Discussion
- Topic: phpBB 3.2.0-b2 released
- Replies: 148
- Views: 149045
Re: phpBB 3.2.0-b2 released
you can use msqli instead - since PHP 5.2.0?
simply change your config.php
simply change your config.php
Code: Select all
$dbms = 'phpbb\\db\\driver\\mysqli';
- Tue Oct 23, 2012 2:13 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Automatic deletion of orphan attachments.
- Replies: 6
- Views: 24239
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...
- Thu Oct 04, 2012 8:31 pm
- Forum: [3.x] Discussion
- Topic: Friends/Foes
- Replies: 17
- Views: 9230
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 Mitglieder", so e...
- Mon Oct 01, 2012 7:59 am
- Forum: [3.x][Archive] RFCs
- Topic: Language vars for button text
- Replies: 12
- Views: 8618
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 as backgrund-image (stylesheet.css aro...
- Fri Sep 14, 2012 10:35 am
- Forum: [3.0/Olympus] Discussion
- Topic: Use vertical resize on the textarea.
- Replies: 46
- Views: 76504
Re: Use vertical resize on the textarea.
Thats a second problem with those textareas - normally you can make it smaller horizontally, but this one has also a min-widthTheKiller wrote:... It CANNOT Be made smaller horizontally !
....

- Fri Sep 14, 2012 10:30 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Accepted] Soft Delete
- Replies: 106
- Views: 110971
Re: [RFC|Accepted] Soft Delete
Editing of unapproved posts won't (and shouldn't) be possible, as he will be unable to see the topic of his post. Why not? If he answers to an approved topic, he can see the topic atm, but not his own post ... You are right if he starts a new topic, but why not make the topic visible to the user (a...
- Fri Sep 14, 2012 4:19 am
- Forum: [3.x] Discussion
- Topic: Allow Users to View Their Own Unapproved Posts
- Replies: 1
- Views: 1839
Re: Allow Users to View Their Own Unapproved Posts
Hello Steve, i just answered in "softdelete" topic: http://area51.phpbb.com/phpBB/viewtopic.php?p=245665#p245665 What do you think? Is there a good reason to prevent users from seeing (and editing and deleting) their unapproved posts? -> Moderators should be able to set the "post locked" flag for so...