Search found 34 matches

by Oyabun1
13 Oct 2015, 02:54
Forum: phpBB 3.0.x "Olympus" discussion
Topic: How to show quick reply to guests?
Replies: 7
Views: 11524

Re: How to show quick reply to guests?

Guests are specifically excluded from using the quick reply. To allow it for quests: Download, backup, and open /viewtopic.php Find: if ($user->data['is_registered'] && $config['allow_quick_reply'] && ($topic_data['forum_flags'] & FORUM_FLAG_QUICK_REPLY) && $auth->acl_get...
by Oyabun1
04 Sep 2015, 22:50
Forum: phpBB 3.0.x "Olympus" discussion
Topic: Background color posts for admins
Replies: 7
Views: 18819

Re: Background color posts for admins

First result in a search points to a MOD.
background_colour.png
by Oyabun1
28 Mar 2015, 10:38
Forum: Modders MOD support
Topic: Board start date MOD
Replies: 44
Views: 88728

Re: Board start date MOD

by Oyabun1
24 Mar 2015, 10:27
Forum: Modders MOD support
Topic: Board start date MOD
Replies: 44
Views: 88728

Re: Board start date MOD

No. I didn't try it on 3.1.
by Oyabun1
05 Feb 2015, 10:26
Forum: Modders MOD support
Topic: Board start date MOD
Replies: 44
Views: 88728

Re: Board start date MOD

For those who have a server running PHP 5.3+ and care about leap years being preoperly counted you can replace all the code in /includes/functions_board_start_date.php with this code: <?php/** * @package board start date * @version  * @copyright ...
by Oyabun1
17 Dec 2014, 11:27
Forum: General Discussion
Topic: phpBB attack
Replies: 14
Views: 63611

Re: phpBB attack

The attackers installed a XenForo plugin which decrypts passwords, and they stole them. Xenforo's hash isn't as good as phpBB's. They don't use phpass (or Bcrypt as phpbb.com and area51 have since 3.1) There is an interesting comment [url=http://arstechnica.com/staff/2014/12/ars-was-briefly-hacked-...
by Oyabun1
15 Dec 2014, 23:02
Forum: General Discussion
Topic: phpBB attack
Replies: 14
Views: 63611

Re: phpBB attack

An attacker couldn't gain the passwords from a database attack because they aren't stored, only a hash of the password is.
by Oyabun1
09 Nov 2014, 02:39
Forum: Modders MOD support
Topic: Reputation system having troubles
Replies: 17
Views: 9639

Re: Reputation system having troubles

I hope this is not a terrible question but where on the ACP do I find controls for it? If installed correctly the .MODS tab. I am going into User Groups and activating it for users yet it still does not show up when replying to a message on my forum. AutoMOD doesn't automatically make changes to ev...
by Oyabun1
04 Nov 2014, 02:24
Forum: Modders MOD support
Topic: Stop Forum Spam
Replies: 81
Views: 229797

Re: Stop Forum Spam

phpBB 3.0.12 has about 188,000 lines of PHP code and presumably 3.1 has a lot more than that. But, there are currently only about 170 events. Seems there is still a long, long, way to go.
by Oyabun1
03 Nov 2014, 22:55
Forum: Modders MOD support
Topic: Stop Forum Spam
Replies: 81
Views: 229797

Re: Stop Forum Spam

by Oyabun1
09 Oct 2014, 08:18
Forum: Modders MOD support
Topic: Report a post module
Replies: 3
Views: 3925

Re: Report a post module

by Oyabun1
11 Sep 2014, 12:37
Forum: Modders MOD support
Topic: How to Set the Side Button
Replies: 5
Views: 4364

Re: How to Set the Side Button

If you want to hide the profile in posts it would be . Exactly where depends on the style. Post the contents of your file (in code tags) and someone may have a look at it.
by Oyabun1
01 Jul 2014, 10:28
Forum: Modders MOD support
Topic: Nothing happens when I run the install script
Replies: 5
Views: 3536

Re: Nothing happens when I run the install script

If you are already logged on, which you must be if you are in the ACP, being taken to the login page when trying to run a UMIF often means your board's cookie settings are incorrect and therefore your session is being terminated.

What is the board's URL?
by Oyabun1
16 Jun 2014, 11:27
Forum: Modders MOD support
Topic: Email List of Users from a phpBB v 3 forum
Replies: 150
Views: 546750

Re: Email List of Users from a phpBB v 3 forum

Get rid of whatever you are using to edit files and get a decent plain text editor, such as, [url=http://notepad-plus-plus.org/]Notepad++[/url]. Whatever you are using now is messing up the files. In /styles/legacy/template/overall_header.html Find This may be a partial find and not the whole line <...

Go to advanced search