AD User Editor WebPart now for SharePoint 2010

Print PDF

AD User Editor WebPart is now available for SharePoint 2010!
This version is now multilingual: English French and Spanish.
(send me a message if you want to help me adding another language)

Feel free to send me any comment on it.

Regards,

Joomla 1.0.15 & php 5.3

Print PDF

My host has decided to take the move to php 5.3. Sadly, this causes a big problem with the websites I designed with joomla 1.0: content disappears everywhere!

Here is a simple solution to fix it:
Open /includes/Cache/Lite/Function.php and replace at line 74:

$arguments = func_get_args();

with:

$arguments = func_get_args();
$numargs = func_num_args();
for($i=1; $i < $numargs; $i++){
$arguments[$i] = &$arguments[$i];
}

Welcome !

Print PDF

Welcome to my humble website

I'll try to share some tips as well as the fruit of my web development.
This is the very beginning so it is not specifically developed for the moment, but i promise it will growSourire.

If you want to make a website but you do not really know what to do or where to start, do not hesitate to contact me for some advice, even for its implementation, if I like your projectContent.

Best regards,

Alexis

Documentation:
Creative Commons License

Source Code:
GPL v3

If you like my work: