I am new in Oxid and i want to install new module ( test module http://www.phpbuilder.com/columns/Andreas_Ziethen010710.php3)
Activating the Module
In order for the new module to work, it must be registered under the administration area (Master Settings -> Core Settings -> System -> Modules). Add the following line to the list of installed modules:
oxcontentlist => my_cms/my_cms_oxcontentlist
On the left is the name of the original class, and on the right is the path to the module file, relative to the /oxid/modules directory and without the .php extension (see Figure 6). If there were more modules using the class oxContentList, they would be appended to the right list and separated with an ampersand (&), as below:
oxcontentlist => my_cms/my_cms_oxcontentlist&my_test/test
// Iknow the Themes and modules handling moved to new menu "Extensions"
But in Extensions there is no possibility to install or add new Modules