What is the general procedure to install a generic module?
Forgive the basic question, but I can't find the answer to this seemingly simple question. It's not in the Drew Vogel guide in any obvious place (i.e. PN-i-gsg/modules-understanding.html)
There is no faq on the modules page.
A search in forums for ' install module ' turns up no results.
thanks,
Dave
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
- mazdev responded to »zikula 1.3.3. and IE9« 19. May
- mesteele101 responded to »How to install Zikula for MSSQL ??? - Part II« 19. May
- mesteele101 created topic »File packaging« 16. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
How to install generic module?
-
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 902
Usually, not always, it is fairly simple. Copy the code of the module into the modules directory, making sure that it creates a new directory. Go the Administration menu, select the Modules menu option and select regenerate. In the list that is put up you should now find the module in the list somewhere, with the options of Initialise | Remove | Edit, seelect Initialise and then Activate..
Now, there are some modules that are a bit more complicated or that requires a bit more work, or that requires a few files to be installed outside of the modules directory. The best place to find out about any such requirements, is to find a readme file (or similar) and read through that before you install the module.
A good place to find out about modules and how they should be designed and setup is the Module Developers Guide.
Alf
- Moderated by:
- Support
