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
Thanks for a great module! I am interested to know if would be possible to use the custom pages and snippets in a user's personal space, such as those starting with /u/ in the URL.
I am not (yet) developing with PHP, but I have seen that the Wiki module which can be used in personal spaces has one more entry (mentioning User::class) in the following function in Modules.php:
public function getContentContainerTypes()
{
return [
Space::class,
];
}
In addition it seems there need to be a method such as "onProfileMenuInit" in Events.php and a reference to that method from config.php. Does anyone know if that is all that is needed?
And for more ideas elaborating on having custom pages for user spaces, it could be nice to have a configuration option so that those pages could only be seen by followers of the user. (Especially nice if the user can approve who they allow to follow them).
The text was updated successfully, but these errors were encountered:
Thanks for a great module! I am interested to know if would be possible to use the custom pages and snippets in a user's personal space, such as those starting with /u/ in the URL.
I am not (yet) developing with PHP, but I have seen that the Wiki module which can be used in personal spaces has one more entry (mentioning User::class) in the following function in Modules.php:
In addition it seems there need to be a method such as "onProfileMenuInit" in Events.php and a reference to that method from config.php. Does anyone know if that is all that is needed?
And for more ideas elaborating on having custom pages for user spaces, it could be nice to have a configuration option so that those pages could only be seen by followers of the user. (Especially nice if the user can approve who they allow to follow them).
The text was updated successfully, but these errors were encountered: