Phoca Guestbook 2.0.0 Alpha1 has been released. This version is designed for Joomla! 1.6 and should be used for testing only.
Download: Phoca Guestbook download site.
Changelog to 1.4.1:
- Code overwritten to fit Joomla! 1.6 framework
- Language strings overwritten to follow Joomla! 1.6 rules
- Removed parameter Captcha Image Method (JRoute, JHtml)
- Upgraded HTML Purifier Library to version 4.1.1 (php5)
- Fixed minor bugs
Phoca Gallery version 2.7.3 has been released.
Donwnload: Phoca Gallery download site.
Changelog:
- Changed & to & amp; in action links
- Added COM_PHOCAGALLERY.USERS to language string
- Changed <!--[if IE]> to <!--[if lt IE 8]> in Folder View
- Fixed error with displaying blank box caused by ALT value
- External Comment system is displayed in Detail view if No Popup method is used (if enabled), see demo.
Phoca Font component and plugin version 2.0.0 Alpha1 (Joomla! 1.6) have been released.
Phoca Font component download site
Phoca Font plugin download site
Changelog:
- Added support of Google Fonts - fonts stored on Google Font Directory
Specific font, which is stored on Google Font Directory site, can be displayed on Joomla! site.
Google™ (Google Font API, Google Font Directory) is registered trademark of Google Inc.
Phoca Favicon version 2.0.0 Alpha1 has been released. This version is designed for Joomla! 1.6.
Download: Phoca Favicon download site.
Changelog (to 1.0.1 version):
- Added upload feature - image can be uploaded in Phoca Favicon Component
- Added trasparent background color feature - Favicon can have transparent background
If in administration menu items will be not created after installing Phoca Favicon component in Joomla! 1.6, run the following SQL query in your database:
UPDATE `jos_menu` SET `published` = '1', `component_id` = ( SELECT extension_id FROM `jos_extensions` WHERE element = 'com_phocafavicon' ) WHERE `title` LIKE '%phocafavicon%'
See Phoca Gallery 3.0.0 article to get useful tips for running and testing Joomla! 1.6.
Phoca Gallery version 2.7.2 Stable has been released (Phoca Gallery Component).
Download: Phoca Gallery download site.
Changelog:
- Added Margin: auto CSS rule to phocagallery-box-file-first class to center the thumbnail in some non standard templates
- Fixed bug with not correctly displaying of Comment Icon in Category View
- Added new code into PhocaGalleryRoute (trying to find same Itemid of View which is on current site)
- Fixed syntax error in administrator/components/com_phocagallery/views/phocagallerylinkimg/tmpl/default_slideshow.php
- Added some missing language strings
- If Mulitple Add creates a folder for a category this will be saved as User folder (Category folder) so it needs not to be created in case frontend uploading is used.