Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tim C 161 posts 528 karma points
    May 12, 2016 @ 07:28
    Tim C
    0

    UI-O-MATIC - just checking...

    New to Umbraco but UI-O-MATIC looks a very interesting tool.

    As I understand it, it is a package to allow editors to use Umbraco front end UI to edit non-Umbraco content in a database?

    In other words, we can add our own tables to the db and edit them through Umbraco (and presumably retrieve their values say in templates / partial views?

    Typically do we create these tables in Umbraco's own database or a separate one (if the latter, how do we connect?)

  • Comment author was deleted

    May 12, 2016 @ 07:32

    Hey, correct it's an easy way to create an integrated UI for managing third party data (coming from a db) the db can be the Umbraco one or another one (you can specify a connectionstring), for more details check out the docs http://uiomatic.readthedocs.io/en/latest/

  • Tim C 161 posts 528 karma points
    May 12, 2016 @ 07:34
    Tim C
    0

    Thanks, Tim. And you can pull it in to a page view (as I say in a template or partial view?)

    Great tool!

  • Comment author was deleted

    May 12, 2016 @ 07:35

    Well you can't pull the editor in a page view (it's only for backoffice editing), but you can still show your custom data in your template/partial views like you are used to...

  • Tim C 161 posts 528 karma points
    May 12, 2016 @ 07:36
    Tim C
    0

    Just had a thought - we could use this to add extra fields to user groups to define which media node they start in (one of my other issues with Umbraco is it seems any user can replace any image - disastrous).

    Therefore can we access this data in the back office forms eg when editing content?

  • Tim C 161 posts 528 karma points
    May 12, 2016 @ 07:37
    Tim C
    0

    Well you can't pull the editor in a page view (it's only for backoffice editing),

    I see that, but the data is available to external page views? And to back office content editing? That would be great

  • Comment author was deleted

    May 12, 2016 @ 07:39

    Yup for an example check out https://creativewebspecialist.co.uk/2013/07/16/umbraco-petapoco-to-store-blog-comments/ (you could then use UI-O-Matic to create a UI for managing those comments)

  • Comment author was deleted

    May 12, 2016 @ 07:38

    Hmm not sure what you want to do , it basically allows you to create a crud interface for a db table...

  • Tim C 161 posts 528 karma points
    May 12, 2016 @ 07:39
    Tim C
    0

    Basically, edit the 'foreign' data in the back office, and have that data available to both

    • web pages
    • back office content editing
Please Sign in or register to post replies

Write your reply to:

Draft