How to install Modules in Orchard CMS - module

I'm trying to use the FeaturedItemSlider Module in Orchard CMS, which has already been installed and enabled. How do I use this module after all this is done? I don't see it on the left hand navigation pane in the admin dashboard and, to be honest, I don't actually see any of my installed modules there. How do I use modules once they are installed?

If you see no menu items for modules that you know should have items (and you should see one for that module called "Featured Items") then I would start by checking the log. There are a few scenarios that I have seen in the past where the module crashes out during enabling, but the module still says that it activated successfully.
Did you enable via command line or the Admin interface. If admin interface, did you get the screen after pressing enable offering to activate the feature?
I would start by checking the log for when you activate the module. It may provide you access to an error message that the orchard UI is hiding.

Related

Intelij Ultimate 2019.2 JAXB

I have read how to generate a schema from a java class but the menu items mention dont exist. Information is given on how to enable the Web Services plug in which it says is built in, but I cant find it. I expect this is why the menu item under tools do not appear when the source file is open in the editor.
I cannot find the any plugin for JAXB.
The instructions I am trying to follow are at https://www.jetbrains.com/help/idea/generating-xml-schema-from-java-code.html
At
https://www.jetbrains.com/help/idea/generate-xml-schema-from-java-using-jaxb-dialog.html
It says "This functionality is provided via the WebServices bundled plugin, which is enabled by default." but I dont see it in the list of installed plugins!
Must be doing something wrong but now out of ideas for what to try next.
Any suggestions?

Module Selection tab is missing in Prestashop 1.7.4

I've just installed two instances of Prestashop on my local server from the same downloaded zip. However on one install, the module "selection" tab is missing, preventing me from installing modules placed into the module folder.
I've tried clearing the cache folder to no avail.
Would appreciate any insight into the matter.
Kind Regards
Musaffar
That's a bug!
Waiting for the team to fix it.
But here is a work around:
Access the installed modules tab.
Above in the url, change manage with catalog as follow:
And finally, if you want to search a module you are building, or any other module, directly search it using the search bar (the category menu, can suffer problems, it doesn't show well, you can use the developer inspector, and change the css (set the z-index to a big number, something like 5000)), so it can be shown if you want! but it's faster to directly search for what you want.
And here you can see your module, you are building. If that's what you're searching, you can install it too.

Build a (custom) module in Odoo OpenERP

I have downloaded the source code of Odoo (previously OpenERP) and installed OpenERP. I wanted to know how can I create new module, build it and install it (on Windows) when I don't have the Update Module List.
Take a look at this doc. This is in new api version 8.0
Odoo documentation
To build an Odoo module please Have a look here Which is the Basic Odoo Documentation to builds a new addon. To update Apps list after building the addon after restarting the server you have to follow below methods according to the versions so that you can customize it.
Odoo V8
Go to settings -> Users -> Check the Technical Features.
Update Apps list and Install custom add-on.
Odoo V9
click on About, will open wizard
Use active developer mode and then Update Apps list and Install custom add-on.
Odoo V10
Goto Settings -> Activate developer mode and then Update Apps list and Install custom add-on.
After Updating the module list you can see the custom add-on.
First of all place your module into addon folder of your odoo installation
Log in as Administrator
got to settings - users - Administrator
click on Edit
Check Technical properties
Save and refresh your browser
Go to Settings - Modules - Refresh module list
Click on Refresh
If everything went well you will see your own module within the list
Ensure you have technical features enabled for your user in the access rights section.
Once you have enabled it, logout and login again and you should see Update Module List menu item
As a matter of first importance put your module into addon envelope of your odoo establishment
When you have empowered it, logout and login again and you ought to see Update Module List menu thing. An other way to odoo erp customization
Sign in as Administrator
got to settings - clients - Administrator
tap on Edit
Check Technical properties
Spare and invigorate your program
Go to Settings - Modules - Refresh module list

Sharepoint solution not showing up in Site > Features

I do not know alot about sharepoint and I am having trouble installing a sharepoint solution.
I am trying to install this package called "Workflow Actions for SharePoint Designer 2010" - It installs fine and I can see it inside "Central Administration -> Web applications -> Manage Features" and it is "ACTIVATED", But when I go to "Manage Features" of my site, I cannot see it there.
What Am I doing wrong here? If i go and select the "Feature.xml" file it says
Scope="WebApplication"
How do I fix this problem?
EDIT: I actually need to make a call to a webservice when a workflow starts, and this package seems to offer that. If there is any other package that I can use to call webservice that will also solve my problem. Thanks!
http://ilovesharepoint.codeplex.com/wikipage?title=Install%20Workflow%20Actions%20for%20SharePoint%20Designer%202010&referringTitle=Workflow%20Actions%20for%20SharePoint%20Designer%202010
If you want a feature to be installed at your Site Scope then you can change the scope to Site from the feature properties in the feature you have created.
Well after going through a dozen different things I was able to install it myself. Looks like the documentation on the link i gave out above does not work, or atleast it didnt work for me.
I had to force enable it by running powershell and running the command.
enable-spfeature -Identity {GUID} -url {URL}
To find the GUID - goto 14/Templates/ILSPSPDActions and edit the Feature.XML file. It has a GUID in it.
Although after running the above command, the option still didn't appear inside Site Collections -> Site Features -- But it did the trick. Once executed successfully, restart the Sharepoint Designer 2010 and its workflow actions menu will have additional actions in it.
Hope this helps someone.

Appcelerator Titanium Module - Verification issue, unlicensed module(s)

I had found a module in the appcelerator marketplace to allow for the rotate gesture called gesture recogniser but unfortunately it's now been removed when i went to purchase but it looks like the developer has also released the module as a 'skeleton' version on github here:
https://github.com/atsusy/Gesture-Recognizer
Now i followed the instructions on the readme file and built the project which created the module for me, when putting this into an app though i get the following error message and red screen:
Verification issue
Unlicensed module(s) detected.
You must be a subscriber to use one or more of the modules included with this project
Is there something i have missed to get this and how to i go about resolving the issue? Sorry i have no clue when it comes to github and modules so apologies if i am trying to use this in my app when i shouldn't but if anyone can help explain how and if i am allowed to get this working?
p.s the original link for the marketplace link that is now not found is: https://marketplace.appcelerator.com/http-status/?1894758329
You need to follow steps as follows:
Open Terminal and run “uuidgen”
Copy the code you see on the terminal
Open tiapp.xml, replace what’s in the “guid” tag with the the code you copied.
In Titanium Studio, do Project –> Clean
Run
Concept is to change GUID of module which is mentioned in manifest.
If you have the source code, just go the the manifest file, change the guid in the manifest to a new one, and build the module again. Probably better to increase the version and include it in your project again. Clean and build and it will work.
I guess the Titanium studio checks if you have licence for the modules you use. In case a module is on the marketplace with the same guid and you have no licence for that, it triggers it as unlicensed module.