1.2 - Habilitar o plugin;
2 - Criar o módulo como HTML personalizado e colocar o seguinte código-fonte:
<table align="right" border="0" cellpadding="0" cellspacing="0" style="width: 460px;"> <tbody> <tr> <td> <ul class="usernav-list" style="margin: 0px; padding: 0px; list-style: none outside; overflow: hidden; font-size: 11px; line-height: 13px;"> <li style="margin: 0px 10px 0px -6px; padding: 0px 0px 0px 6px; border-left-width: 1px; border-left-style: solid; border-color: rgb(153, 153, 153); display: inline;"> <strong><span style="font-size:12px;"><span style="font-family:arial,helvetica,sans-serif;"><a href="/component/virtuemart/?view=orders&layout=list&Itemid=256" title="Meus Pedidos">Meus Pedidos</a></span></span></strong></li> <li style="margin: 0px 10px 0px -6px; padding: 0px 0px 0px 6px; border-left-width: 1px; border-left-style: solid; border-color: rgb(153, 153, 153); display: inline;"> <a href="/component/virtuemart/?view=user&layout=editaddress&Itemid=289" title="Cadastro"><strong><span style="font-size:12px;"><span style="font-family:arial,helvetica,sans-serif;">Cadastro</span></span></strong></a></li> </ul> </td> <td rowspan="2"> <div class="carrinho3"> {module 241}</div> </td> </tr> <tr> <td> <p> <?php $user =& JFactory::getUser(); $userName = $user->get( 'name' ); if ($user->get('guest') == 1) { echo '</p> <p> <font face="arial, helvetica, sans-serif"><span style="font-size: 11px;">Olá, faça o <a href="/component/virtuemart/?view=user&layout=editaddress&Itemid=289" title="Cadastro"><u>login</u></a> ou <a href="/component/virtuemart/?view=user&layout=editaddress&Itemid=289" title="Cadastro"><u>cadastre-se</u></a></span></font></p> ';} else { echo 'Olá '.$userName.' | <a href="/component/quicklogout/?view=quicklogout&Itemid=299">Sair</a>'; } ?> </td> </tr> </tbody> </table>