Content filter block in edit profile

Greetings everyone 😎👍

I would like the content filter block that is under Settings->Content Filter to be a part of the edit profile page. So it works with the submit button on the edit profile page.

The reason is for new members to mark it when they join and are redirected to that page (profile edit) after joining.

Thanks! Hope this is possible.

  • 126
  • More
Replies (5)
    • Hello @Wise !

      Well, you may insert the block with the content filter, but it's impossible to connect it to the profile edit form because both parts are stored in the different places.

      • @LeonidS thanks for the reply. Been going through all the underlying code.

        Best practice in modifying core files? Obviously it will fail automatic update? I'm OK with that, I can keep detailed records of changes and revert for update, then readd in core edits after update. I'm just seeing no way how to accomplish certain things without actually modifying core.

        Again, thank you for reply!

        • 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.

              Login or Join to comment.