[ABD] PM Restrictions

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
Kailey
Community Team Leader
Community Team Leader
Posts: 3726
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

[ABD] PM Restrictions

Post by Kailey »

Extension Name: PM Restrictions
Author: kinerity

Extension Description: Allows administrators to set a limit on the number of posts a user must have before allowing PMs. Users may still PM team members.
Extension Version: 1.0.0-dev

Requirements: phpBB 3.2.4*

Screenshots:

Image

Image

Extension Download: n/a
Github repository: https://github.com/kinerity/pmrestrictions

* Preliminary requirement, based on needed events
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
User avatar
Toxyy
Registered User
Posts: 938
Joined: Mon Oct 24, 2016 3:22 pm
Location: Namek
Contact:

Re: [3.2][DEV] PM Restrictions

Post by Toxyy »

This seems like a pretty cool feature! Though, couldn't this be done by configuring the newly registered users group? It seems useful on a per user basis though.
I am a web developer/administrator, specializing in forums. If you have work you need done or are too lazy to do, pm me!

Some of my extensions:
[3.3][BETA] Post Form Templates || [3.3][BETA] Anonymous Posts || [3.2][3.3][BETA] ACP Merge Child Forums || [3.2][BETA] Sticky Ad || [3.2][DEV] User Delete Topics || [3.3][DEV] Moderate While Searching || [3.3][RC] Short Number Twig Extension
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3726
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Re: [3.2][DEV] PM Restrictions

Post by Kailey »

Toxyy wrote: Thu Sep 20, 2018 4:30 am Though, couldn't this be done by configuring the newly registered users group?
Yes, you could. However, if you run into a situation where you have the NRU set to 1, but want to not allow PMs until 3 or 4 posts, that's where this extension would come in.
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
User avatar
Toxyy
Registered User
Posts: 938
Joined: Mon Oct 24, 2016 3:22 pm
Location: Namek
Contact:

Re: [3.2][DEV] PM Restrictions

Post by Toxyy »

I see, that's a pretty useful feature.
I am a web developer/administrator, specializing in forums. If you have work you need done or are too lazy to do, pm me!

Some of my extensions:
[3.3][BETA] Post Form Templates || [3.3][BETA] Anonymous Posts || [3.2][3.3][BETA] ACP Merge Child Forums || [3.2][BETA] Sticky Ad || [3.2][DEV] User Delete Topics || [3.3][DEV] Moderate While Searching || [3.3][RC] Short Number Twig Extension
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [3.2][DEV] PM Restrictions

Post by eunaumtenhoid »

indicated by groups?
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3726
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Re: [3.2][DEV] PM Restrictions

Post by Kailey »

eunaumtenhoid wrote: Thu Sep 20, 2018 11:49 pm indicated by groups?
Can you elaborate?
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
User avatar
2600
I've Been Banned!
Posts: 2567
Joined: Fri Nov 14, 2014 5:14 pm
Location: Area-51

Re: [3.2][DEV] PM Restrictions

Post by 2600 »

3.2.4? So like this will be available come January or next year? :lol:
Morpheus: Unfortunately, no one can be told what The Matrix is. You'll have to see it for yourself.
Hack me.
Consider a canary token.
The nature of my chosen username
:ugeek:
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3726
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Re: [3.2][DEV] PM Restrictions

Post by Kailey »

Currently requires this event. More events may be required as I continue development.
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3726
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Re: [3.2][DEV] PM Restrictions

Post by Kailey »

kinerity wrote: Sun Sep 23, 2018 5:13 am Currently requires this event.
This event has been added and an initial commit has been pushed.

Note: If you wish to test this extension, you must add the above event manually and change the phpBB requirements in composer.json, ext.php and /migrations/v10x/release_0_0_1.php to 3.2.3. Otherwise, wait for 3.2.4.
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
User avatar
pikachuturkey
Registered User
Posts: 335
Joined: Wed Dec 20, 2006 10:34 pm
Location: Türkiye(Turkey)
Name: Rıza

Re: [3.2][DEV] PM Restrictions

Post by pikachuturkey »

Turkish (tr) language file of PM Restrictions (3.2 Dev)

pmrestrictions/language/tr/common.php

Code: Select all

<?php
/**
 *
 * PM Restrictions. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2018, kinerity, https://www.layer-3.org
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */
/**
 * DO NOT CHANGE
 */
if (!defined('IN_PHPBB'))
{
	exit;
}
if (empty($lang) || !is_array($lang))
{
	$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// ’ » “ ” …
//
$lang = array_merge($lang, array(
	'PM_POST_LIMIT'			=> 'Gerekli gönderi',
	'PM_POST_LIMIT_EXPLAIN'	=> 'Bir kullanıcının diğer kullanıcılara ÖM gönderebilmeden önce sahip olması gereken gönderi sayısı. Değeri 0 ayarlamak bu özelliği kapatır.',
	'PM_TEAM_MEMBERS'		=> 'Bu sitedeki kısıtlama nedeniyle yalnızca <a href="%s">takım üyelerine</a> ÖM gönderebilirsiniz.',
	/*'PM_POST_LIMIT_ERROR'	=> array(
		1	=> 'Bu sitedeki kısıtlama nedeniyle kullanıcılar en az %d gönderiye sahip olmalı ve kayıt tarihi üzerinden 24 saatten daha fazla zaman geçmiş olması gerekmekte. Halen Takım Üyelerine ÖM <strong>gönderebilirsiniz</strong>.',
		2	=> 'Bu sitedeki kısıtlama nedeniyle kullanıcılar en az %d gönderiye sahip olmalı ve kayıt tarihi üzerinden 24 saatten daha fazla zaman geçmiş olması gerekmekte. Halen Takım Üyelerine ÖM <strong>gönderebilirsiniz</strong>.',
	),*/
));
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3726
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Re: [3.2][BETA] PM Restrictions

Post by Kailey »

As 3.2.4-RC1 was released, bumping this to BETA. GitHub will be updated tonight.
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
User avatar
lopoto
Registered User
Posts: 111
Joined: Thu Feb 12, 2015 3:13 pm

Re: [3.2][BETA] PM Restrictions

Post by lopoto »

kinerity wrote: Mon Oct 29, 2018 10:22 am As 3.2.4-RC1 was released, bumping this to BETA. GitHub will be updated tonight.
:?: where this beta :?:
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3726
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Re: [3.2][BETA] PM Restrictions

Post by Kailey »

lopoto wrote: Mon Nov 05, 2018 1:54 pm :?: where this beta :?:
Something came up. I will have one up as soon as I can. The repository contains the most current code if you want to test it.
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
User avatar
lopoto
Registered User
Posts: 111
Joined: Thu Feb 12, 2015 3:13 pm

Re: [3.2][BETA] PM Restrictions

Post by lopoto »

Any new developments in this ext ? :geek:
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3726
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Re: [3.2][BETA] PM Restrictions

Post by Kailey »

No, not yet
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
Locked

Return to “Abandoned Extensions”