Comment on Widget repository linking
pepecyb@hub.hubzilla.hu@hub.hubzilla.hu 3 days ago
Hubzilla Support Forum wrote:
Please note that the repository structure for your widget is as follows before you integrate it using
util/add_widget_repoI had the same problem recently.
Please note that the repository structure for your widget is as follows before you integrate it using
util/add_widget_repo:abu/YourWidget/YourWidget.phpThe widget must be located within your repository directory in a subdirectory that has the same name as your widget file itself. If you simply place it (as described in the old documentation) in the repo directory itself, the system will not be able to find it. Hubzilla looks for widgets in `widgets/<WIDGETNAME>/`, and the util script will only create this structure if your repo is organised in the same way.
Using MyWiget/MyWidget.php, the PDL editor doesn't see the widget for a potential install. Or is there any other way to install the widget?
But I'll retry from the start ASAP. Thanks.