Questions générales relatives à l'utilisation de Kunena

Plusieurs image dans un post

Plus d'informations
11 Oct 2009 21:47 - 11 Oct 2009 21:48 #13 par lavsteph
Réponse de lavsteph sur le sujet Re:Plusieurs image dans un post
Bonsoir,

tu as bien installé le plugin et publié ?

Pour le code je prends l'exemple du ruk_milkyway.
Code:
<?php /** * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. * @license GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ // no direct access defined('_JEXEC') or die('Restricted access'); JHTML::_('behavior.mootools'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" > <head> <jdoc:include type="head" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/<?php echo $this->params->get('colorVariation'); ?>.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/<?php echo $this->params->get('backgroundVariation'); ?>_bg.css" type="text/css" /> <!--[if lte IE 6]> <link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ieonly.css" rel="stylesheet" type="text/css" /> <![endif]--> <?php if($this->direction == 'rtl') : ?> <link href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template_rtl.css" rel="stylesheet" type="text/css" /> <?php endif; ?> </head> <body id="page_bg" class="color_<?php echo $this->params->get('colorVariation'); ?> bg_<?php echo $this->params->get('backgroundVariation'); ?> width_<?php echo $this->params->get('widthStyle'); ?>"> <a name="up" id="up"></a> <div class="center" align="center"> <div id="wrapper"> <div id="wrapper_r"> <div id="header"> <div id="header_l"> <div id="header_r"> <div id="logo"></div> <jdoc:include type="modules" .......................

Fondateur : Aide-joomla.com
Dernière édition: 11 Oct 2009 21:48 par lavsteph.

Veuillez vous connecter ou vous enregistrer pour rejoindre la conversation.

  • clovis
  • Visiteur
  • Visiteur
12 Oct 2009 16:36 - 12 Oct 2009 16:37 #14 par clovis
Réponse de clovis sur le sujet Re:Plusieurs image dans un post
Merci beaucoup !

J4ai commencer par lire le "comment faire" et il y avait ca :
"For Joomla 1.5 you don't need to download Mootools. It is already on board. Just open index.php in your template folder and make sure Mootools gets loaded every time by inserting this code right after defined('_JEXEC') or die('Restricted access');"

Du coup je n'avais pas calculé que tu parlais YOOEFFECT .... J'avais bloqué sur mootools ....

Je merite le fouet !
Dernière édition: 12 Oct 2009 16:37 par clovis.

Veuillez vous connecter ou vous enregistrer pour rejoindre la conversation.

Modérateurs: lavstephtramber91failrOnScottuxdede17serge
Temps de génération de la page : 0.704 secondes
Propulsé par Kunena