Can anyone push me into the direction on how to create a simple hello world module within / for fluentcommunity?
i struggle with routing and the menu link.
thank you.
What do you mean exactly?
i'd like to extend my fluentcommunity installation by developing an own module.. (i.e. like the leaderboard)
for just having a demo i wanted to create a hello-world module which adds an menu entry and by clicking it it just writes hello world into the main screen ...
I have a module "ready" but don't get the routing running..
(404 when calling my slug and the menu point targets to /community/ but it should target to /community/hello-world/)
so there is my question if there is any knowledge around on how to do such a basic module ?!
So custom menu links are integrated with the Pro version. You can add anything to the sidebar or the top bar and point it to another page on your site or somewhere external. Other pages on your site won't have the fluent UI which is what that plugin I've posted does. So you create a new page, add that page to your menu, enable FC everywhere. Then your "Hello world" is added to a standard wordpress page.
i wanted to add an own module, not only any page.
the custom links i know.. and in combination with your plugin it's already a win .. but i'd love to add "native" functionality. I know it is not officially supported right now to add custom modules since there is (at least) no (known) way to do a "custom module registration" without adapting fluentcommunity php files.