5
I have made a hack to do what you wan't, here's how to do it:
Step 0: Download the avatarScroller package. Step 1: Upload the avatarScroller directory in the package to your XOOPS upload folder. (xoops_root/uploads)
Step 2: Open xoops_root/header.php in your favorite editor and search for the line:
$xoopsTpl =& $xoTheme->template;
and replace it with:
$xoopsTpl =& $xoTheme->template;
include(XOOPS_ROOT_PATH.'/uploads/avatarScroller/avatarScroller.php');
save/upload the edited header.php /
Step 3: Place the smarty tag <{$avatar_scroller}> in your theme/template/block where you want to display the avatar scroller. NOTE: jquery is needed for this hack to work! If you dont have jquery included in your theme please open avatarScroller/avatarScroller.php and follow the instructions. Greets Dylian. BTW To change the looks of the scroller edit avatarScroller/avatarScroller.js and avatarScroller/avatarScroller.css