[ABD] Move Disapproved Posts

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

[ABD] Move Disapproved Posts

Post by david63 »

phpbb3-extension-movedisapproved

Description:
An extension to move disapproved posts to another forum.

Image

Features:
  • When a topic/post is disapproved instead of it "disappearing" the post is moved to another forum
Languages:
en

Status:
3.3.0-RC2

Installation:
  • Download the latest release and unzip it.
  • Upload the unzipped files to [board root]/ext/david63/movedisapproved and enable it in the ACP
Configuration:
  • Create a forum for the disapproved topics/posts to be moved to.
  • Set the permissions such that only Administrators and/or Moderators can read and access the forum.
  • Set the forum permission to not increase the post count on that forum.
  • Select the destination forum in the ACP
GitHub Repository:

Extension Download:
Last edited by david63 on Wed Oct 12, 2022 7:17 am, edited 2 times in total.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [3.3][RC] Move Disapproved Posts

Post by david63 »

Reserved
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6826
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [3.3][RC] Move Disapproved Posts

Post by HiFiKabin »

Neat idea David.
User avatar
HaioPaio
Registered User
Posts: 265
Joined: Mon Jan 08, 2018 7:39 pm

Re: [3.3][RC] Move Disapproved Posts

Post by HaioPaio »

Great improvement.
www.der-räuchertreff.de phpBB 3.3.x php 7.4
User avatar
ssl
Registered User
Posts: 2059
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: [3.3][RC] Move Disapproved Posts

Post by ssl »

Nice david
A similarity with Archive Forum?
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.14 | PHP: 8.3.15
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [3.3][RC] Move Disapproved Posts

Post by david63 »

ssl wrote: Tue Dec 22, 2020 9:21 pm Nice david
A similarity with Archive Forum?
Not really - this will only handle disapproved posts from the Moderation queue (and is basically automatic once set up) - the other, as I read it, can be used for any post that has already been made.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
ssl
Registered User
Posts: 2059
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: [3.3][RC] Move Disapproved Posts

Post by ssl »

Oh yes exact.
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.14 | PHP: 8.3.15
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
eunaumtenhoid
Registered User
Posts: 1106
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [3.3][RC] Move Disapproved Posts

Post by eunaumtenhoid »

can the author of the topics / posts see them?
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [3.3][RC] Move Disapproved Posts

Post by david63 »

eunaumtenhoid wrote: Wed Dec 23, 2020 12:30 pm can the author of the topics / posts see them?
Not if you have the forum permissions set as described above
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
ssl
Registered User
Posts: 2059
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: [3.3][RC] Move Disapproved Posts

Post by ssl »

Hi
Here is a French translation for this first version, to download here

In the requirements here and on Github we read this:
Minimum Requirements
  • phpBB 3.3.0


But in ./ext/david63/movedisapproved/language/en and opening the ext_enable_error.php file you can read this:
'EXT_ENABLE_ERROR' => 'This extension requires phpBB 3.2.0 (or greater).',
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.14 | PHP: 8.3.15
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6826
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [3.3][RC] Move Disapproved Posts

Post by HiFiKabin »

Error with php8 when submitting a post

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/david63/movedisapproved/event/listener.php on line 133: Undefined variable $data
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [3.3][RC] Move Disapproved Posts

Post by david63 »

HiFiKabin wrote: Mon May 03, 2021 11:43 am Error with php8 when submitting a post
I am not seeing that error - which version are you using because there is no $data on that line
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6826
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [3.3][RC] Move Disapproved Posts

Post by HiFiKabin »

3.3.0-RC1


Neither is there, how strange.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [3.3][RC] Move Disapproved Posts

Post by david63 »

Which version of PHP8 are you using?
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6826
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [3.3][RC] Move Disapproved Posts

Post by HiFiKabin »

8.0.3

The only option I have in my cPanel

Return to “Abandoned Extensions”