Vendor test module not compatible with UNA

It looks like the vendor test module has been ported to UNA without actually making it compatible. (I would post a link to it but I can't with my membership level now....)

It will install into UNA ok, but it doesn't update the table to allow its service to be added from the blocks menu. 

I'm not sure if anything else might be missing as the documentation appears to be for dolphin, or perhaps an older UNA version?

  • 1735
  • More
Replies (7)
    • Hello Elliot!

      May you provide the name of module and vendor? I'm not sure that i got his part "without actually making it compatible" so need more info.

      With the best regards, Leonid

      • Hi Leonid, 

        It's on the UNA github under unaio/una-vendor-test, it's one of the UNA repos and was written by AlexTr. I would link it but I can't in this field...

        • Hello Elliot!

          Yes, this module isn't actual for current version of UNA. We will imporve this situation closing of final releases.

          With the best regards, Leonid

          • Good to know I'm not crazy :)

            I'm trying to make some custom functionality modules now. Any advice on the best way to go about it?

            • Hello Ellito!

              Here is the best manual for now for making module in UNA:

              https://github.com/unaio/una/wiki/Creating-new-language-module

              Later we'll add more examples.

              With the best regards, Leonid

              • Thanks!

                By any chance would you know the easiest way to add a module page which uses some custom php?

                 

                • Hello Elliot!

                  This is the simplest way because to prevent situations when wrong code breaks the whole page we excluded PHP running in blocks. So better to create module with service methods and then you will have possiblity to call it in any pages.

                  With the best regards, Leonid

                  Login or Join to comment.