|
Using a module for the Ozio Gallery it's possible to place on the site more galleries and set a navigation into categories and subcategories. Download and install the module on Joomla 1.5 - of course must be previously installed the Ozio Gallery. Once installed, you can be access to it through the modules manager of Joomla as in this screenshot:

Access to the module configuration, activate it and change the module position by deleting the left position and inserting a new location to be chosen, in our example was inserted position gallery. 
Save the changes, then you need to upload jpg or png files of your photos in the photo folder that is inside the module, and then via FTP will need to access this path: modules/mod_oziogallery/photo
 Make sure permits are correct: CHMOD 755 the folder containing your photos and CHMOD 644 the file gallery.php (on some server it's necessary to set the CHMOD 777 to the folder containing your photos and CHMOD 666 to file gallery.php) make these tests if you don't view the photos. Proceed now creating an article that will host this gallery, going to the Joomla 1.5 menu Content -> Article Manager click on New button and fill in the article as follows:
 Write your article, set the category or not, in our example it's not part of any category, and insert in the content this simple code:
where gallery is the name of the position which was previously included in the module, you can then change the name according to the value you put on the module you want to call.  Saved the article it's necessary to create the menu item that calls it. You can create a menu item for the main menu or other menus and can also be a subheading, all of your choice. In our example, you create a new menu item on the main menu. Selecting New menu item ->Article -> Article layout The image below shows where to insert the title of the menu item and press the Select button to select the article created previously that link to this new menu item. 
Select the article
 Save the new menu item and check the site, accessing the new menu item you can view the photo gallery. We see now how to duplicate the module to create new photo galleries to be included on the site. From the list of modules, check the module of Ozio Gallery and click on Copy


Once duplicated the module, it appears as a new module called "Copy from OzioGallery Module", the new module has all the features of the original module and can thus be used to show new images on the site.

Modify the new module to change its name and recognize it more easily in the list of modules, activate it and insert a new position to recall it in the new content we're going to create.
Duplicating the module, however, the folder containing the photos will not be duplicated, so you have to manually create a new folder, both in the images Joomla or inside the folder component Ozio Gallery, it is important to indicate in the field php URL the path of this new folder from which the module will show the pictures. Important also to copy in this new folder the file gallery.php and accordion.php that you can copy from modules/mod_oziogallery/photo
|