[ABD] Block Link New Users

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.
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

[ABD] Block Link New Users

Post by Bruninoit »

Description: If a user is in group "new registered users" cannot insert url in posts

Image

Here
  • simple support
  • feedback
  • CDB at end of develop
On my forum
  • advanced support
  • personalisation
Last edited by Bruninoit on Sat Dec 26, 2015 8:53 am, edited 1 time in total.
travel
Registered User
Posts: 131
Joined: Sun Jan 11, 2015 7:21 pm

Re: [BETA] Block Link New Users

Post by travel »

Some settings in ACP?
Give us screens, please.
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [BETA] Block Link New Users

Post by Bruninoit »

travel wrote:Some settings in ACP?
Give us screens, please.
Screen of what? Simply when an user that is in "new registered users" group try to send a post with a url, this extension gives error to the user.
travel
Registered User
Posts: 131
Joined: Sun Jan 11, 2015 7:21 pm

Re: [BETA] Block Link New Users

Post by travel »

Bruninoit wrote:Screen of what?
This one:
Bruninoit wrote:this extension gives error to the user.
At the moment only on test board, or on live board too?
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [BETA] Block Link New Users

Post by Bruninoit »

The error appears like the phpBB's.
You can try first on test, if it works perfectly, you can try also on live.
travel
Registered User
Posts: 131
Joined: Sun Jan 11, 2015 7:21 pm

Re: [BETA] Block Link New Users

Post by travel »

Bruninoit wrote:You can try first on test, if it works perfectly, you can try also on live.
How to install?
Do you have your GitHub account?

/ext/...?..../....?....
Last edited by travel on Fri Dec 25, 2015 7:45 pm, edited 1 time in total.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: [BETA] Block Link New Users

Post by Lumpy Burgertushie »

did you download the ext yet?

if so, did you unzip it and read the instructions yet?


also, are you aware that you should not install this on a live board until you have tested it and are sure that it works properly and does what you want etc?

and if you do install it on your live board while it is still in development that this topic or the author's site are the only place to get support for it etc.


luck,
robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [BETA] Block Link New Users

Post by Bruninoit »

Folders must be ext/bruninoit/blnu
travel
Registered User
Posts: 131
Joined: Sun Jan 11, 2015 7:21 pm

Re: [BETA] Block Link New Users

Post by travel »

I have allready installed (I have got a "new users group").
It doesn't work. :(
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [BETA] Block Link New Users

Post by Bruninoit »

travel wrote:I have allready installed (I have got a "new users group").
It doesn't work. :(
Umh... Have you tried with a new user? Are you sure that the user is in new registered users?
User avatar
Siava
Registered User
Posts: 154
Joined: Wed Jan 26, 2005 10:07 am
Contact:

Re: [BETA] Block Link New Users

Post by Siava »

Bruninoit wrote:
travel wrote:I have allready installed (I have got a "new users group").
It doesn't work. :(
Umh... Have you tried with a new user? Are you sure that the user is in new registered users?
May be it is not correct to find group "new users" by id=7?

Code: Select all

$q = $this->db->sql_query("select group_id from ".USER_GROUP_TABLE." where group_id=7 and user_id=".$user_id);
For example, on my forum id of this group not 7.
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: [BETA] Block Link New Users

Post by 3Di »

Siava wrote:
Bruninoit wrote:
travel wrote:I have allready installed (I have got a "new users group").
It doesn't work. :(
Umh... Have you tried with a new user? Are you sure that the user is in new registered users?
May be it is not correct to find group "new users" by id=7?

Code: Select all

$q = $this->db->sql_query("select group_id from ".USER_GROUP_TABLE." where group_id=7 and user_id=".$user_id);
For example, on my forum id of this group not 7.
Yes, that could be. Is your board a conversion of some sort?
I learned that from an extension of mine. :geek:
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew
Contact:

Re: [BETA] Block Link New Users

Post by Bruninoit »

Soon I'll release a new version with this and other bugs fixed. Thanks for testing!
travel
Registered User
Posts: 131
Joined: Sun Jan 11, 2015 7:21 pm

Re: [BETA] Block Link New Users

Post by travel »

Bruninoit wrote:Have you tried with a new user?
Yes. It has been done.
Bruninoit wrote:Are you sure that the user is in new registered users?
Yes. I am.
Siava wrote:May be it is not correct to find group "new users" by id=7?
Bruninoit wrote:Soon I'll release a new version with this bugs fixed. Thanks for testing!
I'll check new release.
travel
Registered User
Posts: 131
Joined: Sun Jan 11, 2015 7:21 pm

Re: [BETA] Block Link New Users

Post by travel »

Siava wrote:May be it is not correct to find group "new users" by id=7?
Siava wrote:For example, on my forum id of this group not 7.
This is a reason! 8-)

Your extension is working good, but I see now one bug:

Code: Select all

[phpBB Debug] PHP Notice: in file [ROOT]/ext/bruninoit/blnu/event/blnu.php on line 87: Undefined index: post_text
Locked

Return to “Abandoned Extensions”