This board is the new home for david63's extensions.

All of the extensions hosted here will need to be treated as a new install as there is no migration from the original ones to these, and furthermore, no support will be given to migrating to any of these extensions from previous versions.


Due to the selfishness of certain board members it has become necessary to apply a limit of how many downloads each member can make before making a donation. Once a donation has been made then you will have unlimited downloads.

[3.3.0] User Defaults

Fully working extensions
User avatar
devspace
Owner
Owner
Posts: 213
Joined: October 2022

[3.3.0] User Defaults

#1

Post by devspace »

New User Default Settings:

Allows an Admin to set the default user settings for new users.

Compatibility:

Image Image

Image

Notes:

If you are using any other version of this extension then it must be Disabled /Delete data and the original files deleted before installing this version - you will loose all settings.

Features:
  • Can set User Profile settings.
  • Can set notification settings to be email in addition to notification
Language(s):
  • en
Version:
  • 3.3.0
Installation:
  • Download the latest release and unzip it.
  • Upload the unzipped files to [board root]/ext/devspace/userdefaults and enable it in the ACP
Configuration:
  • ACP
  • Extensions
  • User defaults
  • Manage settings
Extension Download:

User avatar
devspace
Owner
Owner
Posts: 213
Joined: October 2022

User Defaults

#2

Post by devspace »

Announcements:

User avatar
stone23
Donor
Donor
Posts: 53
Joined: January 2023

Re: [3.3.0] User Defaults

#3

Post by stone23 »

The file I downloaded from this extension contains errors in compser.json!
Since I can no longer download, could you have the correction to give me what I must replace with this code which is the cause of my worries because of this file:

Code: Select all

     	},
		"version-check": {
        	"host": "version.phpbbdev.space",
        	"directory": "/versions/devspace",
        	"filename": "user_defaults_version_file.json",
			"ssl": true
Before asking people to pay to download it would be good to provide CORRECT files!!!

User avatar
devspace
Owner
Owner
Posts: 213
Joined: October 2022

Re: [3.3.0] User Defaults

#4

Post by devspace »

stone23 wrote: 17 Jan 2023, 20:47
The file I downloaded from this extension contains errors in compser.json!
That is not true. If there were any "errors" in a composer.json file then that file would not even load - but I would be interested to know what you believe to be the error as that is standard phpBB code as defined here and can be found in all validated extensions.

What I might be willing to accept is that for some reason your server/host/firewall is blocking access to these files.

User avatar
stone23
Donor
Donor
Posts: 53
Joined: January 2023

Re: [3.3.0] User Defaults

#5

Post by stone23 »

So how do you explain that since I deleted these lines which are used to control the version on YOUR SERVER, the extension works perfectly but can no longer control if the version is up to date?

HiFi Kabin
Member
Member
Posts: 19
Joined: October 2022

Re: [3.3.0] User Defaults

#6

Post by HiFi Kabin »

It works perfectly well for me so I would suggest that there is either something in your .htaccess file (as mentioned above) or your servers configuration that is causing the error.

User avatar
stone23
Donor
Donor
Posts: 53
Joined: January 2023

Re: [3.3.0] User Defaults

#7

Post by stone23 »

David63 had answered me this:
david63 wrote: 13 Jan 2023, 12:44
That error was caused by having to move servers and I believe has now been fixed with the downloads from here.
That's what makes me think that the version control settings may need to be fixed.

I have 86 extensions activated on my forum and it's increased to more than 100 extensions activated and I've never had any 504 error problems...

User avatar
[Dimetrodon]
Member
Member
Posts: 20
Joined: October 2022

Re: [3.3.0] User Defaults

#8

Post by [Dimetrodon] »

stone23 wrote: 18 Jan 2023, 10:06
David63 had answered me this:
david63 wrote: 13 Jan 2023, 12:44
That error was caused by having to move servers and I believe has now been fixed with the downloads from here.
That's what makes me think that the version control settings may need to be fixed.

I have 86 extensions activated on my forum and it's increased to more than 100 extensions activated and I've never had any 504 error problems...
David63 believes there is something on your server blocking access to the version control file. Regardless if what was previously stated, a new download will NOT solve your problem.

User avatar
stone23
Donor
Donor
Posts: 53
Joined: January 2023

Re: [3.3.0] User Defaults

#9

Post by stone23 »

But I no longer have the problem since by removing the version check code from the composer.json file the extension works perfectly even though I haven't changed anything on my server or on my htaccess file...
And since then, I have tested to put the codes in question and the exension still works....
Amazing, right?

User avatar
devspace
Owner
Owner
Posts: 213
Joined: October 2022

Re: [3.3.0] User Defaults

#10

Post by devspace »

stone23 wrote: 18 Jan 2023, 14:45
But I no longer have the problem since by removing the version check code from the composer.json file the extension works perfectly even though I haven't changed anything on my server or on my htaccess file...
And since then, I have tested to put the codes in question and the exension still works....
Amazing, right?
Let me see if I understand this.

You removed the version check code from the composer.json file and you did not get the 504 error (that I can understand) and then you added the code back to the composer.json file and still did not have the 504 error.

Is that correct?

User avatar
stone23
Donor
Donor
Posts: 53
Joined: January 2023

Re: [3.3.0] User Defaults

#11

Post by stone23 »

Yes, that's it.

After removing those version control lines, all 3 extensions I downloaded worked with a banner that said version control was no longer available.
I then put back the original compser.json files for the extensions and they now work normally.

And I haven't changed anything, neither on my forum, nor on my server...

So I don't understand why this happened.

User avatar
devspace
Owner
Owner
Posts: 213
Joined: October 2022

Re: [3.3.0] User Defaults

#12

Post by devspace »

stone23 wrote: 19 Jan 2023, 15:48
So I don't understand why this happened.
Neither do I and nothing has changed at this end

User avatar
stone23
Donor
Donor
Posts: 53
Joined: January 2023

Re: [3.3.0] User Defaults

#13

Post by stone23 »

Hello,
Since updating phpBB to version 3.3.10, I get 504 errors again...
Only the "Log Search" extension seems to work...
An idea ?