Besoin d'aide Comment faire pour avoir comme sur yacs.fr le module Présents sur le site [Résolu]

Comment faire pour avoir comme sur yacs.fr le module Présents sur le site [Résolu]

Voici ce que j'ai ajouté ds le skin.php du thème actif:

// debut NuTyX
if($items = Users::list_by_date(0, 1, 'compact'))
$text .= Skin::build_box(i18n::s('Newest Member'),Skin::build_list($items, 'compact'),'boxes');
$context['components']['boxes'] .= $text;
// fin NuTyX
// ensure extra boxes are displayed in this 2-columns layout

et dans le shared/global.php

// APPEND FOR NUTYX
if(!defined('COMPACT_LIST_PREFIX'))
   define('COMPACT_LIST_PREFIX', "");

if(!defined('COMPACT_LIST_ITEM_PREFIX'))
   define('COMPACT_LIST_ITEM_PREFIX', "");

if(!defined('COMPACT_LIST_ITEM_SUFFIX'))
   define('COMPACT_LIST_ITEM_SUFFIX', "");

if(!defined('COMPACT_LIST_SUFFIX'))
   define('COMPACT_LIST_SUFFIX', "");

// END FOR NUTYX



Ce commentaire a inspiré :

par Thierry Nuttens le 10 août 2012 à 23:02 GMT