contactadmin for phpbb 3.3.0 ? - Contact Admin
contactadmin for phpbb 3.3.0 ?
- nl1sms
- Registered User
- Posts: 173
- Joined: Wed May 25, 2005 4:24 pm
- Location: Holland
- Contact:
Re: contactadmin for phpbb 3.3.0 ?
Edit: I activated the original Contact Us page and of course it only took a few minutes before I was swarmed by spam.
If you want to make this version work on 3.3, just replace the entire content of the ext.php file in 'ext\rmcgirr83\contactadmin' with
Code: Select all
<?php
/**
*
* Contact admin extension for the phpBB Forum Software package.
*
* @copyright 2016 Rich McGirr (RMcGirr83)
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/
namespace rmcgirr83\contactadmin;
/**
* Extension class for custom enable/disable/purge actions
*/
class ext extends \phpbb\extension\base
{
/**
* Enable extension if phpBB version requirement is met
*
* @return bool
* @access public
*/
public function is_enableable()
{
$config = $this->container->get('config');
// only allow install between 3.1.3 for events added and 3.4 due to 3.4 removing upload function from includes/functions_posting per 3.2
// phpBB only supports 3.2 and so will I
return phpbb_version_compare($config['version'], '3.2', '>=');
}
}
- IoHL-be
- Registered User
- Posts: 44
- Joined: Tue Oct 09, 2018 3:50 pm
- Location: Belgium
- Contact:
Re: contactadmin for phpbb 3.3.0 ?

- nl1sms
- Registered User
- Posts: 173
- Joined: Wed May 25, 2005 4:24 pm
- Location: Holland
- Contact:
Re: contactadmin for phpbb 3.3.0 ?
BlackPandaBear wrote:I hope so, it says that the extension cannot be activated on phpBB 3.3.
Edit: I activated the original Contact Us page and of course it only took a few minutes before I was swarmed by spam.
If you want to make this version work on 3.3, just replace the entire content of the ext.php file in 'ext\rmcgirr83\contactadmin' with
Code: Select all
<?php /** * * Contact admin extension for the phpBB Forum Software package. * * @copyright 2016 Rich McGirr (RMcGirr83) * @license GNU General Public License, version 2 (GPL-2.0) * */ namespace rmcgirr83\contactadmin; /** * Extension class for custom enable/disable/purge actions */ class ext extends \phpbb\extension\base { /** * Enable extension if phpBB version requirement is met * * @return bool * @access public */ public function is_enableable() { $config = $this->container->get('config'); // only allow install between 3.1.3 for events added and 3.4 due to 3.4 removing upload function from includes/functions_posting per 3.2 // phpBB only supports 3.2 and so will I return phpbb_version_compare($config['version'], '3.2', '>='); } }
Thanks very much.
Now the Extension works again

MfG
MDuss
-
- Registered User
- Posts: 52
- Joined: Sat May 03, 2008 2:50 pm
- Contact:
Re: contactadmin for phpbb 3.3.0 ?

- Hippie459MN
- Registered User
- Posts: 964
- Joined: Mon Oct 15, 2007 10:13 pm
- Location: Minnesota, USA
- Contact:
Re: contactadmin for phpbb 3.3.0 ?

- Galixte de EzCom
- Registered User
- Posts: 1104
- Joined: Mon Oct 04, 2004 11:14 pm
- Location: France
- Name: Raphaël M.
- Contact:
Re: contactadmin for phpbb 3.3.0 ?
- nl1sms
- Registered User
- Posts: 173
- Joined: Wed May 25, 2005 4:24 pm
- Location: Holland
- Contact:
Re: contactadmin for phpbb 3.3.0 ?
Galixte de EzCom wrote:The extension author, RMcGirr83, continues to develop his extension, here: https://github.com/rmcgirr83/contactadmin. v1.1.1 for phpBB 3.2.x or greater is available.
The version here is v1.1.10, if you click on the composer.json file (https://github.com/rmcgirr83/contactadm ... poser.json), you will see the version on his github is v1.1.11 and has had some updates even as early as yesterday, including the edited file that BlackPandaBear posted the file edit too, which is from the github. And it works perfect on 3.3.0nl1sms wrote: Strange, the latest official release is v1.1.10 which can be downloaded here. I don't see anywhere on the link you supplied if the contactadmin extension is for phpBB 3.3.0 ?
- Hippie459MN
- Registered User
- Posts: 964
- Joined: Mon Oct 15, 2007 10:13 pm
- Location: Minnesota, USA
- Contact:
Re: contactadmin for phpbb 3.3.0 ?

- Galixte de EzCom
- Registered User
- Posts: 1104
- Joined: Mon Oct 04, 2004 11:14 pm
- Location: France
- Name: Raphaël M.
- Contact:
Re: contactadmin for phpbb 3.3.0 ?
-
- Registered User
- Posts: 49
- Joined: Sat Jun 29, 2002 7:59 pm
- Location: San Diego
- Contact:
Re: contactadmin for phpbb 3.3.0 ?

- Galixte de EzCom
- Registered User
- Posts: 1104
- Joined: Mon Oct 04, 2004 11:14 pm
- Location: France
- Name: Raphaël M.
- Contact:
-
- I've Been Banned!
- Posts: 352
- Joined: Tue Jun 23, 2020 5:18 am
- Contact:
Re: contactadmin for phpbb 3.3.0 ?
I have the same in 3.3.2, is that a know problem? version 1.1.10hlfritz wrote:I am using 1.11.1 (downloaded latest from github) and i am not getting the visual task anywhere (not in the general tab config form nor in the extensions tab config form). any help for this? i am using pbpBB 3.2.9.

- janus_zonstraal
- Registered User
- Posts: 5660
- Joined: Sat Aug 30, 2014 1:30 pm
- Contact:
Re: contactadmin for phpbb 3.3.0 ?

- janus_zonstraal
- Registered User
- Posts: 5660
- Joined: Sat Aug 30, 2014 1:30 pm
- Contact: