Feb
21
2010
Written by Bernard Gilly
|
AlphaUserPoints 1.5.5 released |
|
|
|
Sunday, 21 February 2010 13:52 |
|
I'm pleased to announce the immediate availability of AlphaUserPoints version 1.5.5 for download. This release corrects some minors bugs and add OpenInviter to invite function. I continue to provide regular, frequent updates to the Joomla community.
Changelog:
# fixed code to use class uddeim api # fixed system cache to check update new version available # fixed max daily points function # fixed request to change user level # fixed export email in backend (missing all emails with [at] instead @) # fixed invite with success # fixed insertion data reference on submit a weblink + added OpenInviter integration on invite layout + added possibility to delete a pending approval activity directly from control panel + added on send notification the reason of custom points rule + added new param in configuration to allows the integration of all activities, even if the activity is zero point - removed global $mainframe |
|
Mar
08
2010
Written by Bernard Gilly
|
AlphaRecommend 2.0.0 Pro |
|
|
|
Monday, 08 March 2010 13:59 |
|
I'm pleased to announce the immediate availability of AlphaRecommend 2.0.0 Pro. This new commercial version add more features at the free version 1.0.5.
No equivalent product exists today to Joomla!
- Bring traffic to your home page ("Recommend This Site") - Bring traffic to specific pages ("Email-This-Page") - Increase member registrations by existing members when they refer friends who sign-up - Send reward gift by e-mail - Reward option of only providing gifts to members that invited a certain number of friends - Admin can send reminder emails to those who have not yet joined at specific intervals - Prevent fake e-mail - Manual import of friends e-mail - Tracking click on links sent in e-mail - Trackin new registered users - Tracking of friends who then invite their friends - Visitors can add a custom message - OpenInviter Supported - Plaxo service supported - Spam prevention (reCaptcha integrated) - Statistics in control panel - anti-flood - Plain-text or html e-mail optional - Export e-mails collected - Joomla! friendly admin interface - All placeholders available for customized Invitation messages - Set email sending delay time - Limit number of e-mails sent by day - Limit total number of e-mails to sending - Send a thank you e-mail to the user which invites - Purge all invites - Easily adding more language for frontend
- No copyright notice or link to alphaplug.com on frontend
Read more on this new product... |
|
Last Updated on Monday, 08 March 2010 14:09 |
Feb
07
2010
Written by Bernard Gilly
|
AlphaContent 4.0.15 released |
|
|
|
Sunday, 07 February 2010 09:51 |
|
I'm pleased to announce the immediate availability of AlphaContent version 4.0.15 for download.
This release corrects some bugs and add a new feature with phpThumb. I continue to provide regular and frequent updates to the Joomla community.
Here the changelog:
# fixed ordering on featured article on frontpage # fixed auto-publish plugins on install + added thumbnail generator (phpThumb) + added rounder corner on thumbnail image (require phpThumb enabled) + added websites thumbnails by www.artviper.net service - removed param directory at the end of url article # fixed page title on article # fixed alphabetical bar on article # fixed Joomla pathway on showing article |
|
Last Updated on Sunday, 07 February 2010 09:55 |
|
Feb
15
2010
Written by Bernard Gilly
|
AlphaRSSConnector: a new component |
|
|
|
Monday, 15 February 2010 16:07 |
|
AlphaRSSConnector is a feeds aggregator wich display feeds as articles. Users can submit their feeds on the frontend of your website. Because items are stored in the database, it is necessary to point out to people who submit a feed url that the items will be stored for a specified period.
Users can voting articles and websites submitted. 2 modules available to display by categories and languages.
Features:
- 3 methods to get new feeds - cron task integrated in backend - categories - languages - using Mootools - rating articles - rating websites - Module for languages - Module for categories - Approve system for url feeds - Report Objectionable Content - Purge old entries
- Check broken feeds url
View demo on www.joomlastreets.com |
Jun
21
2009
Written by Bernard Gilly
|
How to integrate Joomla framework? |
|
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 ...
?>
|
|
Last Updated on Monday, 22 June 2009 21:56 |
|
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|
|
Page 1 of 12 |