|
The Latest Albums module for Exposé is a Joomla! extension which displays links/thumbnails to the albums most recently added to your Exposé gallery. This module is perfect for highlighting the most recent additions to your gallery.
Features
- Publish in any module position (module class suffix may be applied as necessary)
- Easily customize using pre-existing CSS tags
- Specify ItemID for the target of links/thumbnails
- Specify the # of albums to display
Screenshots
 Parameters  Demo |
Installation
- Register and login using the form above. Subscribe to the 'Extensions Club for Exposé' and download mod_latest_albums_x.x.zip.
- Login to the administrative backend of your Joomla! site. Choose 'Installers > Modules' from the main menu.
- Click the 'Browse' button, locate the mod_latest_albums_x.x.zip file.
- Click the "Upload File & Install' button. If all goes well, you'll see the "
Upload module - Success" screen. Click 'Continue' to complete the installation.
- Select 'Modules > Site Modules' from the main menu. Locate 'Expose Latest Albums' in the list. Publish this module.
- Click the module name to customize the paramaters as required. In particular, set the ItemID to match the ItemID of your expose menu item.
Common Customization
Modify the display of your media links and thumbnails by adding the
following to your template_css.css file (modify as necessary).
In the demo screenshot, a 74x56 pixel PNG8 image (image_overlay.png)
was used as a background for the thumbnails. Subscribers can download a
Photoshop file in the Exposé downloads area which can be customized for any template as required.
.latest_album_list {
list-style: none;
}
li.latest_album_list_item {
text-align: center;
}
div.latest_album_thumb {
text-align: left
line-height: 54px;
height: 54px;
padding: 10px 0px 3px 1px;
background: transparent url(../images/image_overlay.png) no-repeat 29px 6px;
}
img.latest_album_thumb {
position: absolute;
top: 5px;
}
I've heard enough, sign me up
To subscribe to the Extension Club for Exposé, users must fist
register and login to this site. Use the "Join the Exposé Club" buttons
at the left as appropriate.
|
|
Last Updated ( Tuesday, 01 January 2008 )
|