Trying to get this package to work on 7.1.4 clean install with SQLDB (not CE) I have installed successfully, no errors during install. The two tables seems to be created in the database.
But the data type is not showing up when i try to create a new data type under Developers.
When I check the URL at /umbraco/plugins/ushare/usharefacebook.aspx after supplying the correct API keys for facebook, and cross-checking the .config file in order. The URL works.
If only I can see it and create the data type, it looks like its gonna work.
uShare hasn't been tested against Umbraco 7 yet and is likely to not be compatible in its current state. Looking at your issue, it sounds like the way uShare adds the underlying data type property editor (for Umbraco 6 and earlier) which uses IDataType, has been replaced by "Property Editors" in Umbraco 7 and would probably explain why it's not showing up. It seems like there are quite a few resources out there on how to create Umbraco 7 Property Editors so if you want, you can grab the uShare source from CodePlex and attempt to update this part. Unfortunately at this stage we don't have any scheduled work to release a V7 package soon. Feel free to ask though if you need any further input.
Thank you for the reply! I managed to get most packages from 6.1 to work on 7.1, so thought I would give it a shot..
Everything seems to work, except the data-type does not show up, which Im not very sure how to update it from sources like you mentioned (not a back-end guy).
If you happen to have some free time and only get the data-type bit to work I think this package will be working in v7 onwards. Or may be remove the check-box logic so it will read from the .config file which are not empty (if it make things quicker)
Also, thank you for the documentation - clearly you have spend considerable time to document everything involved. Very professional and complete.
Datatype is not visible after install
Hi there!
Trying to get this package to work on 7.1.4 clean install with SQLDB (not CE) I have installed successfully, no errors during install. The two tables seems to be created in the database.
But the data type is not showing up when i try to create a new data type under Developers.
When I check the URL at /umbraco/plugins/ushare/usharefacebook.aspx after supplying the correct API keys for facebook, and cross-checking the .config file in order. The URL works.
If only I can see it and create the data type, it looks like its gonna work.
Any pointers you can share?
cheers!
Hi Keilo
uShare hasn't been tested against Umbraco 7 yet and is likely to not be compatible in its current state. Looking at your issue, it sounds like the way uShare adds the underlying data type property editor (for Umbraco 6 and earlier) which uses IDataType, has been replaced by "Property Editors" in Umbraco 7 and would probably explain why it's not showing up. It seems like there are quite a few resources out there on how to create Umbraco 7 Property Editors so if you want, you can grab the uShare source from CodePlex and attempt to update this part. Unfortunately at this stage we don't have any scheduled work to release a V7 package soon. Feel free to ask though if you need any further input.
Best regards,
Rigardt
Hi Rigardt
Thank you for the reply! I managed to get most packages from 6.1 to work on 7.1, so thought I would give it a shot..
Everything seems to work, except the data-type does not show up, which Im not very sure how to update it from sources like you mentioned (not a back-end guy).
If you happen to have some free time and only get the data-type bit to work I think this package will be working in v7 onwards. Or may be remove the check-box logic so it will read from the .config file which are not empty (if it make things quicker)
Also, thank you for the documentation - clearly you have spend considerable time to document everything involved. Very professional and complete.
Cheers!
Hi Keilo
I've just uploaded some new uShare packages, compatible with various versions of Umbraco 7. If still required, please give these a test.
Also, if you don't mind, please close this ticket if it's working for you.
Many thanks,
Rigardt
is working on a reply...