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 |
|
Jan
30
2010
Written by Bernard Gilly
|
Joomlastreets.com |
|
|
|
Saturday, 30 January 2010 10:35 |
|
Joomlastreets.com is a new feed aggregator and a free service to helping users stay connected to the world of Joomla!.
Your submissions are Welcome! To have your feed considered for inclusion on Joomlastreets.com you will need sign-up on the site with some specific informations about your website and your feed.
No restrictions to submit your feed(s). Amateur, business, free or not free, all licenses accepted. Your site just speak of Joomla! Other item will be removed immediatly or not published.
This site can vote the article most interesting and run with a new component for Joomla! named AlphaRSSConnector.

|
|
Last Updated on Sunday, 31 January 2010 10:35 |
Jan
23
2010
Written by Bernard Gilly
|
The great forgotten in the free |
|
|
|
Saturday, 23 January 2010 10:17 |
|
Today, I have a special thought for all of the active community in creating extensions for Joomla. Without them, Joomla would not be what it is today with over 4090 extensions!
I will not talk of course time spent in developing these components to the detriment of family life or other leisure and everything after a good day's normal work. All that most of the time free. While it is true that sometimes I am angry when end users can remove copyright statements without at least asking permission and the developer of this component on which they have nothing cost else just their implementation. A small mail is still fun! The copyright notice is just the reminder that created this extension and mention that there are real people behind the extension, whether large or small!
But I would not finish this article without mention other players who also participate in this great adventure: it is the translators. The forgotten ones free. It also requires hours of work to translate all these extensions. They too are entitled to compliance as well as our developers. Without them, the extensions would only partially exploited and would not round the ground.
So just to finish this article for individual users or companies webservice using Joomla and its free components, have also thought and respect for all of the active community of translators. |
|
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 |
Jan
14
2010
Written by Bernard Gilly
|
Repayment of donations for earthquake victims in Haiti |
|
|
|
Thursday, 14 January 2010 20:55 |
|
Following the tragic earthquake in Haiti January 13, I decided to reverse all of my gifts purchased since 1 January on my site for victims of Haiti. I would like to thank the few donors who have agreed to pay a few euros on my site to support me in developing my components. Donations to me are actually intended to help support the work of "Médecins sans frontières" http://www.msf.org and allow the wounded received first aid on site. Since 1 January, I received exactly 85 euros.
Thank you all.
Bernard Gilly
Copy of Paypal transaction

|
|
Last Updated on Saturday, 16 January 2010 11:55 |
|
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|
|
Page 1 of 11 |