zztor xxxxxtor test sous domaine

  • Full Screen
  • Wide Screen
  • Narrow Screen
  • Increase font size
  • Default font size
  • Decrease font size

Help toolbar button which you will find on almost all screens.

hei

Email Imprimer PDF



 tor ned -visket ut - og opp igjen  BRA

C'est pas la peine de tout réinstaller.

Copie déjà tous les fichiers du répertoire joomla_/ à la racine.

Puis édite le fichier configuration.php et modifie les variables $mosConfig_absolute_path, $mosConfig_cachepath et $mosConfig_live_site . Pense à en faire une sauvegarde avant.

Arnaud

 

 <?php
/**
* @version        $Id: configuration.php-dist 9991 2008-02-05 22:13:22Z ircmaxell $
* @package        Joomla
* @copyright    Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license        GNU/GPL, see LICENSE.php
* Joomla! is free software and parts of it may contain or be derived from the
* GNU General Public License or other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*
* -------------------------------------------------------------------------
* THIS SHOULD ONLY BE USED AS A LAST RESORT WHEN THE WEB INSTALLER FAILS
*
* If you are installing Joomla! manually i.e. not using the web browser installer
* then rename this file to configuration.php e.g.
*
* UNIX -> mv configuration.php-dist configuration.php
* Windows -> rename configuration.php-dist configuration.php
*
* Now edit this file and configure the parameters for your site and
* database.
*/
class JConfig {
    /**
    * -------------------------------------------------------------------------
    * Site configuration section
    * -------------------------------------------------------------------------
    */
    /* Site Settings */
    var $offline = '0';
    var $offline_message = 'This site is down for maintenance.<br /> Please check back again soon.';
    var $sitename = 'Joomla!';            // Name of Joomla site
    var $editor = 'tinymce';
    var $list_limit = '20';
    var $legacy = '0';

    /**
    * -------------------------------------------------------------------------
    * Database configuration section
    * -------------------------------------------------------------------------
    */
    /* Database Settings */
    var $dbtype = 'mysql';                    // Normally mysql
    var $host = 'localhost';                // This is normally set to localhost
    var $user = '';                            // MySQL username
    var $password = '';                        // MySQL password
    var $db = '';                            // MySQL database name
    var $dbprefix = 'jos_';                    // Do not change unless you need to!

    /* Server Settings */
    var $secret = 'FBVtggIk5lAzEU9H';         //Change this to something more secure
    var $gzip = '0';
    var $error_reporting = '-1';
    var $helpurl = 'http://help.joomla.org';
    var $xmlrpc_server = '1';
    var $ftp_host = '';
    var $ftp_port = '';
    var $ftp_user = '';
    var $ftp_pass = '';
    var $ftp_root = '';
    var $ftp_enable = '';
    var $tmp_path    = '/tmp';
    var $log_path    = '/var/logs';
    var $offset = '0';
    var $live_site = '';                     // Optional, Full url to Joomla install.

    /* Session settings */
    var $lifetime = '15';                    // Session time
    var $session_handler = 'database';

    /* Mail Settings */
    var $mailer = 'mail';
    var $mailfrom = '';
    var $fromname = '';
    var $sendmail = '/usr/sbin/sendmail';
    var $smtpauth = '0';
    var $smtpuser = '';
    var $smtppass = '';
    var $smtphost = 'localhost';

    /* Cache Settings */
    var $caching = '0';
    var $cachetime = '15';
    var $cache_handler = 'file';

    /* Debug Settings */
    var $debug      = '0';
    var $debug_db     = '0';
    var $debug_lang = '0';

    /* Meta Settings */
    var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';
    var $MetaKeys = 'joomla, Joomla';
    var $MetaTitle = '1';
    var $MetaAuthor = '1';

    /* SEO Settings */
    var $sef = '0';
    var $sef_rewrite = '0';
    var $sef_suffix = '';

    /* Feed Settings */
    var $feed_limit   = 10;
}
?>

 

LAST_UPDATED2

We are Volunteers

Email Imprimer PDF

The Joomla! Core Team consists of volunteer developers, designers, administrators and managers who, together with a large range of Work Groups of dedicated community members have taken Joomla! to new heights in its relatively short life. This well-oiled machine is often copied but never surpassed. Joomla! has some wonderfully talented people taking Open Source concepts to the forefront of industry standards. Joomla! 1.5 is a major leap forward and represents the most exciting Joomla! release in the history of the project.

LAST_UPDATED2 Lire la suite...

Stick to the Code!

Email Imprimer PDF
To ensure this code release, Wilco Jansen resorted to sending rum to joint lead-developer Johan Janssens. Johan, who's had a penchant for rum ever since the first "Pirate's of the Caribbean" movie screened, took the bait, mixed it with Cola, and here we are with our latest 1.5 release. It looks like pirate talk will figure quite a lot in future Joomla! development!
LAST_UPDATED2 Lire la suite...

What is the FTP layer for?

Email Imprimer PDF

The FTP Layer allows file operations (such as installing Extensions or updating the main configuration file) without having to make all the folders and files writable. This has been an issue on Linux and other Unix based platforms in respect of file permissions. This makes the site admin's life a lot easier and increases security of the site.

You can check the write status of relevent folders by going to ''Help->System Info" and then in the sub-menu to "Directory Permissions". With the FTP Layer enabled even if all directories are red, Joomla! will operate smoothly.

NOTE: the FTP layer is not required on a Windows host/server.

LAST_UPDATED2

Only one edit window! How do I create "Read more..."?

Email Imprimer PDF

This is now implemented by inserting a Read more... tag (the button is located below the editor area) a dotted line appears in the edited text showing the split location for the Read more.... A new Plugin takes care of the rest.

It is worth mentioning that this does not have a negative effect on migrated data from older sites. The new implementation is fully backward compatible.

LAST_UPDATED2
You are here Home