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"
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'.
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
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/
I tried to install the Package "Multi-Url-Picker". Now I get an server error
How can I remove the failed package?
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.
I am not able to use the backend, anymore . dammit :)
Ouch! In that case you can probably manually remove it by doing this:
Go to the
/bin/
folder and deleteRJP.MultiUrlPicker.dll
Go to the
/App_Plugins/
folder and delete the contents of theRJP.MultiUrlPicker
folderGood luck!
Thank you!! At least, I can use the website again :)
is working on a reply...