quise hacer ese efecto en mi nick perono me aparecio
http://www.smfpersonal.net/tutoriales/tutorial-efecto-en-el-nombre-de-usuario-sparkle-t8882.0.html;msg60463#msg60463segui ese tutorial y no funciono
luego vi en un comentario que se podia hacer con SimpleColorizer y este codigo
<?php
if (!defined('SMF'))
die('Hacking attempt...');
function ob_colorizer($buffer)
{
global $context, $scripturl, $sourcedir, $modSettings, $settings;
if (isset($_REQUEST['xml']))
return $buffer;
$regex = array(
'~href="' . preg_quote($scripturl) . '\?action=profile;u=(\d+)"~',
'~(href="' . preg_quote($scripturl) . '\?action=profile\;u={$user_id}"[^>]*)~'
como puedo aplicarlo no entiendo