Add module to Orchard - orchardcms

I am working on orchard CMS (version 1.8.1) sites with multiple language, I found this one (https://github.com/qt1/orchard_contrib-RM.Localization) is useful, and I would like to add this to my site, but failed to work (I just copied it into, but picker widget cannot be found in dashboard), may someone know how to do and give me some advice?
Regards,
David

If you want to use this module in you Orchard app, you need to add it the the Orchard.sln and compile the application - then the module will be visible in Modules section of the dashboard.
You can also try using an existing package from the Orchard Gallery
Download a package
Go to Modules, and enable Packaging module
Go to Modules -> Installed and click Install a module from your computer
Browse the package and click Install
Now enable the installed module

Related

Uninstalling a module in Orchard

I am trying to uninstall the Designer Tools, but, when I Uninstall, I get a 404 on /Packaging/PackagingServices/UninstallModule. Is there a way to get that UninstallModule?
In Orchard 1.x, uninstalling a module is as simple as deleting its folder under the modules directory. Before you do that, however, disable it just to check the site still runs without it, and also check in the modules admin page what other modules depend on it. In the case of designer tools you should be fine.
Another solution if you want to keep the convenience of debugging easily on your dev boxes but keep your deployed version secure is to modify your deployment procedure to exclude specific modules.

Install custom component package in Orchard custom module in Orchard CMS

I have created one module called HellowWorls, i need to install custom nuget packages in this module and need to refer some custom script files.
How to do it?
Any help?
Thanks,

Publish only Module in Orchard

I'm working in Orchard project & i want to implement WebApi in my project so that I plan to create one WebApi related separate module which handles all the database related code & returns the result to the other modules as well third party calls.
But for implementing like this, how can i publish my rest of the application at one place & the WebApi related module at another place.
You cannot run Orchard Modules without Orchard. If you want to separate site publishing from module publishing, you can update single modules. To do this you need to package you module and then upload and install it to the site. Either by Admin Dashboard or Orchard Command-line.
On how to package a module and install it with Orchard Command-line check the Orchard Doc's here
You can also upload the module package via Orchards Admin Dashboard. Check this Orchard Doc to accomplish this.
Important! Remember to update your module's version in Module.txt manifest file. Otherwise the update won't work.

Nwazet.Commerce doesn't show in Admin Page

I use Orchard 1.7.1, wanting to install E-commerce module.
I have downloaded the latest Nwazet.Commerce source code from bitbuket.
And I placed it in Modules folder.
Open WebMatrix. Click Admin.. There is not any menu being added.
ps.I have installed "Contrib.SecuredSocketLayer"
Question:
1.Should I change Orchard version?
2. Which way is the best to install module that has dependencies.
3. Which part controls Admin part in Orchard.. It confused me a lot.
Thanks.
I expected the same problem, I fix it in the code:
Missing reference for module Nwazet.Commerce : Orchard.MediaPicker
and you need to add "using Orchard.MediaPicker.Fields;" in file ShoppingCartController.cs
For me it fix the problem.

Orchard ImageGallery Module: Missing Orchard.Media

I have installed Orchard 1.7 via the Web Platform Installer. When I add the ImageGallery module or the PrettyGallery modules they install but the features do not enable. If I locate the entries in the Features list both of them report 'Missing: Orchard.Media'. Orchard.Media.dll is present in:
\Modules\Orchard.Fields\bin
\App_Data\Dependencies
Has anybody else had this issue with these modules?
Many Thanks
It's because Orchard.Media is not the default Media module anymore. It's one of the deprecated modules now, download the source code and see the references there.

Resources