Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I'm trying to get started with Valence 2.0.
As per instructions I'm supposed to click on the "Manage Extensibility" tool under Admin Tools. This does not seem to exist anywhere. We're running D2L v9.4.1.
Any ideas?
Update:
There is a permission called "Manage Extensibility" that controls the visibility of the Manage Extensibility tool. You may be able to adjust that.
If not, I would open a support ticket to Desire2Learn it you are having server/config issues.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 3 years ago.
Improve this question
I recently learned Hyperledger Composer. So, I wanted to know if Composer is actively being developed or is it going to be obsoleted in the near future.
I tried looking over the internet but could not get the right information.
Thanks
No, nobody is working on Hyperledger Composer. The IBM resources have been redirected to Hyperledger Fabric around November 2018. The problem was Fabric was evolving and Composer only presented a subset of Fabric's capabilities.
That said, it is open source. Anyone can pick it up and start working on it. But I doubt that will happen.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
I'm trying to submit my app to the app store and it seems I have to write a privacy policy. I don't know where to start.
My app uses Firebase to store info (profile info) and to run a chat between the users. It's free and I don't have adds...
I'm developing it for a company.
Is there any free tool or something? I can't believe that every developer that submit an app knows how to do this, it has to be some guide to make it easier...
Thanks for the help
This is not programming related but I have done something similar a while ago. You can not take this word to word, you need legal advice.
But you can use https://www.eula.io/ and their sdk.
Follow this tutorial on github. https://github.com/AdamBCo/eula-ios-sdk
You should end up something like
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I've been asked to do a site in Joomla. It must feature a way for visitors and administrators to upload and resize/crop images online.
Can anyone give me a hint of where to start?
I'm using Joomla 3.0.
Cheers
Start by looking through this extension category:
http://extensions.joomla.org/extensions/photos-a-images/images/image-management
If you don't like any of those you'll need to find a javascript image editor that you like and then wrap it in your own Joomla extension.
RokGallery does everything but I'm not sure about letting unregistered guests upload image. You'll have to look into that one.
http://www.rockettheme.com/extensions-joomla/rokgallery
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about programming within the scope defined in the help center.
Improve this question
I have Created a plugin in word press.I wanted to upload it on official word press site in order to allow developers and other peoples to download that plugin.
The official site is word press is http://wordpress.org/
In short i wanted to upload my plugin to the following url
http://wordpress.org/extend/plugins/
so that it can be listed as other plugins and visitors can download it .So how i can do this ?
please help
Here is place where you find
http://wordpress.org/extend/plugins/add/
to submit your Plugin into http://wordpress.org/extend/plugins/ repository.
Regards,
[wordpress designer][2]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 4 years ago.
Improve this question
Is it legal to download the jsapi and self host it in my server instead of requesting it directly from the google's infrastructure?
I know that this is not recommended but is it legal?
Just for future reference of others that may find this page.
Google explicitly says that you can not download and self-host the loader, it is a violation of their ToS.
http://code.google.com/apis/chart/interactive/faq.html#offline
That would take away all advantages of linking to Google's version on the CDN.
IANAL, it may not be legal, but it may be punishable by other future maintainers who wonder why you made that choice - just leave it on Google.
I know that this is not recommended but is it legal?
Contact an attorney.