Comment to 'Content filter block in edit profile '
  • Obviously it will fail automatic update?

    Yes, it will.  

    I can keep detailed records of changes and revert for update, then readd in core edits after update.

    Well, ok, but it makes the development harder.

    I'm just seeing no way how to accomplish certain things without actually modifying core.

    If you want to have the info about the profile edit area and content block filter - then it worth creating a new app specially for that part.

    • If you want to have the info about the profile edit area and content block filter - then it worth creating a new app specially for that part.

      Yes, that's a good idea. You must remember, my most experience is with Dolphin 5. It had no back end like UNA, or Dolphin 6 when content blocks were added. I actually sold that site. It was a lot of work. I'm the reason Dolphin has groups. I paid a rather large sum for its development and installation from AndreyP onto my Dolphin 5 installation, and it was then released into 6 ( I was told he no longer develops with Boonex, he was a very smart coder. I hope he is well in life ❤). So, I must now go read an understand developing modules. PHP isn't an issue, but the new front-end and js is so much different. I also need to orientate myself with the structure of the code, it has a lot of similarities, but also a lot of differences. Mainly, Dolphin 5 wasn't OOP, where UNA is. I've used these conventions in my Java coding, so, understanding it is easy. Just have to orientate myself with all the classes and what they do.

      Sorry, memory lane. If you know of anyway to reach him (AndreyP) can you tell him an old friend from across the oceans says hello. (Convictions Community).

      So, let's see what I can build. 😁👍

      • So, I must now go read an understand developing modules. PHP isn't an issue, but the new front-end and js is so much different. I also need to orientate myself with the structure of the code, it has a lot of similarities, but also a lot of differences. Mainly, Dolphin 5 wasn't OOP, where UNA is.

        Don't forget to refer to our documentation https://unacms.com/wiki/Introduction ! Especially to the Development part.