|
AphaRecommend 1.0.4 released |
|
Wednesday, 24 June 2009 07:43 |
I'm pleased to announce the immediate availability of AlphaRecommend 1.0.4 for download. This update add a token in form and fix the IE internal error if reCaptcha enabled. Include 3 new language files: Brazilian, italian, German
|
|
AlphaRegistration 2.0.5 released |
|
Tuesday, 23 June 2009 09:23 |
I'm pleased to announce the immediate availability of AlphaRegistration 2.0.5 for download. This update add a new field for birthdate related to AlphaUserPoints and fix the IE internal error if reCaptcha enabled.
|
|
AlphaUserPoints 1.5.0 released |
|
Monday, 22 June 2009 09:12 |
|
I'm pleased to announce the immediate availability of AlphaUserPoints version 1.5.0 for download. This release is a major version contains 14 bug fixes, a partial reorganization of the code for frontend with seperate controllers and several new features. This new version now support huge site members on synchronization and recalculation of points. Now, during the installation of AlphaUserPoints, an icon is added to the general control panel of joomla (mod_aupadmin). This icon allows you to quickly launch AlphaUserPoints and display also a warning if there are pending approvals. For the release of this new version, I have created a new logo. I hope you enjoy it.
Also, I want to say a big thank you to Sami Haaranen - joomlaportal.fi - for the many hours spent testing and translate this component. It has been 2 weeks since AlphaUserPoints v1.4.0 was released on June 04, 2009. The summer holidays approaching, I wanted to take a little advance...
|
|
How to integrate Joomla framework? |
|
Written by Bernard Gilly
|
|
Sunday, 21 June 2009 08:21 |
|
How to integrate Joomla framework in external script?
This question has often been asked for incorporating new rules in AlphaUserPoints with external scripts to Joomla!. The method is quite simple and I'll give you the details here.
Edit the script you wish to modify and put the following at the beginning of the file:
<?php
define( '_JEXEC', 1 );
// real path depending on the type of server
// change the number of returns/level needed in your path relative to the position of your script in your directory
if (stristr( $_SERVER['SERVER_SOFTWARE'], 'win32' )) {
define( 'JPATH_BASE', realpath(dirname(__FILE__).'\..\..\..\..' ));
} else define( 'JPATH_BASE', realpath(dirname(__FILE__).'/../../../..' ));
define( 'DS', DIRECTORY_SEPARATOR );
// loading framework of Joomla!
require_once ( JPATH_BASE.DS.'includes'.DS.'defines.php' );
require_once ( JPATH_BASE.DS.'includes'.DS.'framework.php' );
$mainframe =& JFactory::getApplication('site');
$mainframe->initialise();
// if need a specific language component, you can load it here
jimport( 'joomla.plugin.plugin' );
JPlugin::loadLanguage( 'com_xxxxxxxxx' );
// original code here or your code continue here ...
?>
|
|
AlphaGetCouponCode: security fix |
|
Saturday, 20 June 2009 09:57 |
I'm pleased to announce the immediate availability of AlphaGetCouponCode: 1.0.2 for download. This is a security release and users are strongly encouraged to upgrade immediately. To upgrade, just uninstall previous version and install the latest release. Then, go to menu linked to AlphaGetCouponCode component and save settings.
|
|
AlphaUserPoints 1.4.0 released |
|
Thursday, 04 June 2009 09:44 |
I'm pleased to announce the immediate availability of AlphaUserPoints version 1.4.0 for download. This update add a new rule named "Happy birthday" to allows assigns points to user which have birthday, only one time in year when user have his/her birthday. Note: User must be login this day to earn those points, else don't get those points.
This new release integrate now a purge to delete old AUP users not in users table of Joomla! (useful if you use AlphaRegistration component) The profil/account has been entire refactored, with new tabs, avatar from other components, new statistics. New changes in backend: a new field ordering has been added to ranks/medals with possibility to attach a rule and a check version has been added on control panel.
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|