ArchBlood
ArchBlood
I'd suggest something similar to my current module that is under review by HumHub even though it's in its infancy, the PluginManager is rather powerful and will continue to mature...
> @ArchBlood can you provide a link with more information or explain what that PluginManager of yours is about? Currently not due to it being part of a paid module...
Check your ACP > Information > Logging for error stacks that can help better solve the issue.
The only issue that I'm seeing is when navigating to the message overview then back to the dashboard which throws an error, this happens within the community site, which I'm...
Seems that this is done here and a few other places https://github.com/humhub/humhub-prosemirror/blob/master/src/editor/core/plugins/link/index.js#L38-L45 ```js // If you are sure other plugins can't add `target` - drop check below var aIndex =...
> @luke- PR here: https://github.com/humhub/humhub-prosemirror/pull/78 > Thanks @ArchBlood for indicating which file it was! I would also like to note the following lines as well; https://github.com/humhub/humhub-prosemirror/blob/master/src/editor/core/util/linkUtil.js#L21-L38
Sure thing, once I'm back at the office I'll start working on one as soon as I can
Here's a mock-up of something that I would like to be able to do with snippets, I've gotten it working somewhat for my needs, not really seeing any issues as...
Here's how I was able to implement this #### [Snippet.php](https://github.com/humhub/humhub-modules-custom-pages/blob/master/models/Snippet.php) added ```php const WALL_ENTRY = 'WallEntry'; ``` & ```php /** * Returns a sidebar selection for all sidebars this page...
Seems to me that `WallEntryLinks` is broken or deprecated without a notice? @luke- can this be looked at?