Copied to clipboard

Flag this post as spam?

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


  • Nadine Fisch 159 posts 429 karma points
    May 14, 2018 @ 10:47
    Nadine Fisch
    0

    Create dynamic Properties/ Group Properties on a Page Tab

    Hi,

    I only need a dynamic generated Button, and I have so much ideas, but I don't know how to solve it in a clean solution.

    The user must enter the label and a link to a content. In backend I only need 2 textfields, but I want to display them in a more structured way. At the moment there are already many different Labels with names likes "Tab Content 1, Tab Header 1, Tab Content 2, Tab Content 2 etc". It looks very ugly and I don't want to use this method and create labels like "Tab Button Text1, Tab Button Link 1" etc. :)

    First question: I want to let the user decide how many tabs are on the page. So is it possible, to build a "group of properties" again and again after using a "add more-Button"? I don't want to add every property with incrementing the labels. It is not userfriendly.

    Second question: I think it is very ugly to display two textfields for labeling a button and entering a textlink. But I don't know how to make it more comprehensible. Is it possible to create 2-column properties with "Headers" or is there already a "Button-Datatype"

    Thanks for your input!

    Cheers, Nadine

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    May 14, 2018 @ 11:53
    Dan Diplo
    1

    Sounds like for your first case you could use Nested Content - see https://our.umbraco.org/projects/backoffice-extensions/nested-content/ (if you are using Umbraco 7.7 or later it's already installed).

    The developers guide is your best starting point.

    For your second case then could you use the MultiUrl Picker? - https://our.umbraco.org/projects/backoffice-extensions/multi-url-picker/

  • Nadine Fisch 159 posts 429 karma points
    May 14, 2018 @ 12:54
    Nadine Fisch
    0

    I tried to install the Package "Multi-Url-Picker". Now I get an server error

    Could not load types from assembly RJP.MultiUrlPicker, Version=2.1.0.38344, Culture=neutral, PublicKeyToken=null, errors:
    Exception: System.TypeLoadException: Could not load type 'umbraco.interfaces.IDiscoverable' from assembly 'interfaces, Version=1.0.5750.18155, Culture=neutral, PublicKeyToken=null'.
    

    How can I remove the failed package?

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    May 14, 2018 @ 13:13
    Dan Diplo
    0

    I'm not sure about your error - I've used this package in nearly every website I've built without issue - https://github.com/rasmusjp/umbraco-multi-url-picker/issues

    If you installed the package via the Umbraco interface then go to the Packages menu in Umbraco and there will be an uninstall option.

  • Nadine Fisch 159 posts 429 karma points
    May 14, 2018 @ 13:16
    Nadine Fisch
    0

    I am not able to use the backend, anymore . dammit :)

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    May 14, 2018 @ 13:19
    Dan Diplo
    100

    Ouch! In that case you can probably manually remove it by doing this:

    Go to the /bin/ folder and delete RJP.MultiUrlPicker.dll

    Go to the /App_Plugins/ folder and delete the contents of the RJP.MultiUrlPicker folder

    Good luck!

  • Nadine Fisch 159 posts 429 karma points
    May 14, 2018 @ 13:22
    Nadine Fisch
    0

    Thank you!! At least, I can use the website again :)

Please Sign in or register to post replies

Write your reply to:

Draft