You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a suggestion for the minor change in the
file: user\plugins\admin\admin.php
About line 470 there is a block:
// If not provided by Admin, lookup pages added by other plugins
Inside the foreach loop there is a line:
The reason is, if the multisite setup uses the changed user stream, like provided below, then the admin plugin will not find any page provided by the other plugins.
This is a suggestion for the minor change in the
file: user\plugins\admin\admin.php
About line 470 there is a block:
// If not provided by Admin, lookup pages added by other plugins
Inside the foreach loop there is a line:
$path = $locator->findResource("user://plugins/{$plugin->name}/admin/pages/{$self->template}.md");
My suggestion is change the stream from user:// to plugins:// like this
The reason is, if the multisite setup uses the changed user stream, like provided below, then the admin plugin will not find any page provided by the other plugins.
This change was tested in my multisite setup with success.
The text was updated successfully, but these errors were encountered: