Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Question Problème d'affichage

More
7 years 5 months ago #1 by sebdesign
Bonjour,

après avoir fraichement installà Kunena et fait un lien vers la liste des catégories. J'ai un soucis d'affichage comme vous pouvez le voir dans l'attachement.

Merci de votre aide.
Attachments:

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #2 by carabao
Replied by carabao on topic Problème d'affichage
Bonjour,

Je suppose que tu es sous kunena 5.x . Kunena a besoin du boostrap pour fonctionner.

Si tu utilises un template boostrap 2 , utilises crypsis
Si tu utilises template boostrap 3, utilises crypsis3

Maintenant, regarde dans les options des deux templates, si tu as côché la case "lire les css du template"

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #3 by sebdesign
Replied by sebdesign on topic Problème d'affichage
Bonjour,

pour ajouter le bootstrap j'ai trouvé ca :

1. Ouvrir le fichier template index.php file

2. Trouver la ligne suivante

JHtml::_('behavior.framework', true);

3. Ajouter à la suite le code suivant :

add this code right after the line above:
JHtml::_('bootstrap.tooltip');
$doc = JFactory::getDocument();
$doc->addStyleSheet($this->baseurl .
'/media/jui/css/bootstrap.css');
$doc->addStyleSheet($this->baseurl .
'/media/jui/css/bootstrap.min.css');
$doc->addStyleSheet($this->baseurl .
'/media/jui/css/bootstrap-responsive.min.css');
$doc->addStyleSheet($this->baseurl .
'/media/jui/css/bootstrap-extended.min.css');
$doc->addStyleSheet($this->baseurl .
'/media/jui/css/icomoon.css');

Please Log in or Create an account to join the conversation.

Time to create page: 0.637 seconds