Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Comment augmenter la lageur du forum ? (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Comment augmenter la lageur du forum ?
#4928
Comment augmenter la lageur du forum ? 1 Year, 3 Months ago  
J'aimerais que le forum fasse toute la largeur de la page de mon site ,
j'avais au début le menu principal qui étais a gauche je l'ai enlevé mais
le forum a pris le place du menu principal mais sans augumenter de largeur

Alors je cherche comment augumenter sa largeur

Post edited by: MaxouDz, at: 2007/05/05 16:24
MaxouDz (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#4971
Re:Comment augmenter la lageur du forum ? 1 Year, 3 Months ago  
Si tu veux qu'on t'aide, ce serait judicieux de joindre l'index.php de ton template joomla à ton post !!
f4nag (User)
Senior Boarder
Posts: 52
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
******************************
Démonstration FireBoard - Téléchargement du hack fr
http://fireboard.frenchwestislands.com
 
The administrator has disabled public write access.  
#5010
Re:Comment augmenter la lageur du forum ? 1 Year, 3 Months ago  
Ben c'est le Template standard de Joomla1.5 le Milkyway ,
Code:

<?php
/**
 * @copyright Copyright (C) 2005 - 2007 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.
 */
?>
<!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; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<jdoc:include type="head" />

<link rel="stylesheet" href="templates/_system/css/general.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/<?php echo $this->params->get('colorVariation'); ?>.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/<?php echo $this->params->get('backgroundVariation'); ?>_bg.css" type="text/css" />
<!--[if lte IE 6]>
<link href="templates/<?php echo $this->template ?>/css/ieonly.css" rel="stylesheet" type="text/css" />
<![endif]-->

<?php if($this->direction == 'rtl') : ?>
<link href="templates/<?php echo $this->template ?>/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>

<jdoc:include type="message" />

<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" name="top" />
</div>
</div>
</div>

<div id="tabarea">
<div id="tabarea_l">
<div id="tabarea_r">
<div id="tabmenu">
<table cellpadding="0" cellspacing="0" class="pill">
<tr>
<td class="pill_l">&nbsp;</td>
<td class="pill_m">
<div id="pillmenu">
<jdoc:include type="modules" name="user3" />
</div>
</td>
<td class="pill_r">&nbsp;</td>
</tr>
</table>
</div>
</div>
</div>
</div>

<div id="search">
<jdoc:include type="modules" name="user4" />
</div>

<div id="pathway">
<jdoc:include type="module" name="breadcrumbs" />
</div>

<div class="clr"></div>

<div id="whitebox">
<div id="whitebox_t">
<div id="whitebox_tl">
<div id="whitebox_tr"></div>
</div>
</div>

<div id="whitebox_m">
<div id="area">
<div id="leftcolumn">
<?php if($this->countModules('left')) : ?>
<jdoc:include type="modules" name="left" style="rounded" />
<?php endif; ?>
</div>

<?php if($this->countModules('left')) : ?>
<div id="maincolumn">
<?php else: ?>
<div id="maincolumn_full">
<?php endif; ?>
<?php if($this->countModules('user1 or user2')) : ?>
<table class="nopad user1user2">
<tr valign="top">
<?php if($this->countModules('user1')) : ?>
<td>
<jdoc:include type="modules" name="user1" style="xhtml" />
</td>
<?php endif; ?>
<?php if($this->countModules('user1 and user2')) : ?>
<td class="greyline">&nbsp;</td>
<?php endif; ?>
<?php if($this->countModules('user2')) : ?>
<td>
<jdoc:include type="modules" name="user2" style="xhtml" />
</td>
<?php endif; ?>
</tr>
</table>

<div id="maindivider"></div>
<?php endif; ?>

<table class="nopad">
<tr valign="top">
<td>
<?php if($this->params->get('showComponent')) : ?>
<jdoc:include type="component" />
<?php endif; ?>
</td>
<?php if($this->countModules('right') and JRequest::getVar('layout') != 'form') : ?>
<td class="greyline">&nbsp;</td>
<td width="170">
<jdoc:include type="modules" name="right" style="xhtml"/>
</td>
<?php endif; ?>
</tr>
</table>

</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>

<div id="whitebox_b">
<div id="whitebox_bl">
<div id="whitebox_br"></div>
</div>
</div>
</div>

<div id="footerspacer"></div>
</div>

<div id="footer">
<div id="footer_l">
<div id="footer_r">
<p style="float:left; padding-left: 25px;">
<jdoc:include type="modules" name="syndicate" />
</p>
<p style="float:right; padding-right: 25px;">
    Powered by <a href="http://www.joomla.org">Joomla!</a>.
Valid <a href="http://validator.w3.org/check/referer">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
</p>
</div>
</div>
</div>
</div>
</div>
<jdoc:include type="modules" name="debug" />
</body>
</html>

MaxouDz (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#5045
Re:Comment augmenter la lageur du forum ? 1 Year, 3 Months ago  
donne-moi l'url, merci!
f4nag (User)
Senior Boarder
Posts: 52
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
******************************
D&eacute;monstration FireBoard - T&eacute;l&eacute;chargement du hack fr
http://fireboard.frenchwestislands.com
 
The administrator has disabled public write access.  
#5055
Re:Comment augmenter la lageur du forum ? 1 Year, 3 Months ago  
MaxouDz (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#5081
Re:Comment augmenter la lageur du forum ? 1 Year, 3 Months ago  
Tente ça:
édition du fichier de class: (template.css)

dans:

Code:


#maincolumn,
#maincolumn_full {
margin-left: 20%;
padding-left: 15px;
width: 75%;
}

#maincolumn_full {
margin-left: 0;
}



remplace:
Code:


width: 75%;


par
Code:


width: 100%;



Si ça dérange le reste, il faudra trouver une autre solution. Mais je vois que tu a mis en production la version beta de joomla (1.5). A mon avis tu devrais attendre un peu et te replier vers la version 1.0.12; tu risques d'avoir des surprises !!! Pour bricoler ça va, mais pour le reste: NON !
f4nag (User)
Senior Boarder
Posts: 52
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
******************************
D&eacute;monstration FireBoard - T&eacute;l&eacute;chargement du hack fr
http://fireboard.frenchwestislands.com
 
The administrator has disabled public write access.  
#5110
Re:Comment augmenter la lageur du forum ? 1 Year, 3 Months ago  
Voila c'est fait mais ça n'a rien changé j'ai meme mit 200% ,
J'ai essayé enlevé les menus a gauche et a droite d'un artice histoire de voir
si ça se passe que pour fireBoard ben c'est la meme chose, l'article ne prend
pas toute la page il prend la meme partie de FireBoard donc le probleme vient
du template ,
Donc j'ai essayé le deuxiemme Template qui vient avec le J1.5 le Beez c'est
meme chose , aprés j'ai essayé un template de Joomla 1.0 ! le Versatility 2
la ça a marché le forum a pris toute la page !


Le site que je fais est en teste, je ne vais pas l'ouvrir avant la sortie de
la version stable de Joomla1.5 , la j'essaye de voir comment ça marche pour etre
pret a travailler avec quand la version stable sortira , et en meme temps pour
trouver des bugs et les rapporter a fin d'accelerer le dev de la version stable



Post edited by: MaxouDz, at: 2007/05/05 09:05
MaxouDz (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#5111
Re:Comment augmenter la lageur du forum ? 1 Year, 3 Months ago  
Mais si ça change quelquechose ! T'as oublié de faire un CTRL + F5 pour voir le résultat en frontPage.
J'ai vu au moment où tu as essayé, ça dépasse le cadre de 50%. Mais j'ai vu ce que je voulais voir! Apparemment, c'est pas cette class qui serait concernée. Il faut visiter les suivantes et s'il n'y a pas de résultat, c'est que tu dois avoir quelquechose dans la colonne de droite.
Demande à un spécialiste de joomla beta.
f4nag (User)
Senior Boarder
Posts: 52
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
******************************
D&eacute;monstration FireBoard - T&eacute;l&eacute;chargement du hack fr
http://fireboard.frenchwestislands.com
 
The administrator has disabled public write access.  
#5115
Re:Comment augmenter la lageur du forum ? 1 Year, 3 Months ago  
f4nag wrote:
Mais si ça change quelquechose ! T'as oublié de faire un CTRL + F5 pour voir le résultat en frontPage.
J'ai vu au moment où tu as essayé, ça dépasse le cadre de 50%. Mais j'ai vu ce que je voulais voir! Apparemment, c'est pas cette class qui serait concernée. Il faut visiter les suivantes et s'il n'y a pas de résultat, c'est que tu dois avoir quelquechose dans la colonne de droite.
Demande à un spécialiste de joomla beta.



Ouii un ami vient de me dire que le forum a dépassé le cadre, sauf que chez mois ça n'a pas dépassé le cadre, sauf que cet ami utilise Internet Explorer, et moi j'utilise FireFox !!! j'ai essayé Internet Eplorer je l'ai trouvé augmenté
donc il a augmenté sur IE et pas sur FireFox
MaxouDz (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#5116
Re:Comment augmenter la lageur du forum ? 1 Year, 3 Months ago  
MaxouDz wrote:
donc il a augmenté sur IE et pas sur FireFox

Faux ! Faire au clavier: CTRL + F5 pour voir apparaître les changements.
f4nag (User)
Senior Boarder
Posts: 52
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
******************************
D&eacute;monstration FireBoard - T&eacute;l&eacute;chargement du hack fr
http://fireboard.frenchwestislands.com
 
The administrator has disabled public write access.  
Go to top
Powered by FireBoard - Creditsget the latest posts directly to your desktop