Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
Widgets Perfil do usuario
2 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Widgets Perfil do usuario
Detalhes da questão
Endereço do fórum: http://www.forumvisible.com
Versão do fórum: Invision
Descrição
Olá adicionei widgets de perfil de usuario, mais eu gostaria de colocar o avatar atual do usuario tem como?
Sempre quando o usuario for trocar de avatar, no widgets mudará tambem.
Codigo atual do widgets:
- Código:
<span style="font-size: 1.2em;"><img style="width: 27px; height: 35px;" align="left" src="http://www.iconninja.com/files/111/870/406/user-people-profile-human-account-avatar-icon.png" /><span style="font-size: 18px;">{USERLINK}</span><br /><strong>Mensagens:</strong> {USERCOUNTPOST}<br /><br /></span>
<div style="text-align: left;">
<span style="font-size: 1.2em;"><strong>Alterar</strong><br /><a target="_blank" href="../profile.forum?mode=editprofile&page_profil=informations"> Informações </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../profile.forum?mode=editprofile&page_profil=preferences"> Preferências </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../profile.forum?mode=editprofile&page_profil=signature"> Assinatura </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../profile.forum?mode=editprofile&page_profil=avatars"> Avatar </a></span><br /><br /><span style="font-size: 1.2em;"><strong>Ver</strong><br /><a target="_blank" href="../profile.forum?mode=editprofile&page_profil=friendsfoes"> Amigos e ignorados</a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../search.forum?search_id=watchsearch"> Tópicos supervisionados </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../search.forum?search_id=draftsearch"> Rascunhos </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../search.forum?search_id=favouritesearch"> Tópicos favoritos</a></span><br /><span style="font-size: 1.2em;"></span><br /><span style="font-size: 1.2em;"><strong>Tópicos & Mensagens</strong><br /><a target="_blank" href="../msg.forum?folder=inbox"> Mensagens Privadas </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../search.forum?search_topics={USERNAME}"> Meus tópicos</a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../search.forum?search_id=egosearch"> Tópicos que participo </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../search.forum?search_author={USERNAME}&show_results=posts"> Minhas mensagens</a></span><br /><span style="font-size: 1.2em;"></span>
</div>
<h3 style="border-color: #1675BC;">
</h3>
Última edição por mrvisible em 20.08.17 7:16, editado 1 vez(es)
Re: Widgets Perfil do usuario
Olá, troque por esse
Ficará assim http://prntscr.com/gap9qi
Até mais
Tópico movido de 'Questões sobre a aparência do fórum' para 'Questões sobre códigos'.
- Código:
<!--
* Application: Widget with member avatar and infos
* Description: This application can displays the member avatar and show other infos!
* Version: 1.08032014-jq1.9.1 - Avatāra (Sânscrito -> Aval)
* Made and Optimizations by JScript - 2014/03/08
* View more in: http://ajuda.forumeiros.com
* Copyright (c) 2013 JScript <jscriptbrasil at live dot com>
* This work is free. You can redistribute it and/or modify it
* under the terms of the WTFPL, Version 2
--> <span id="avatar"></span> <span style="font-size: 1.2em;" id="avatar"><br /> <span style="font-size: 18px;"><span id="un">{USERLINK}</span></span><br /> <strong>Mensagens:</strong> {USERCOUNTPOST}<br /> </span>
<h3 style="border-color: #1675BC;">
</h3>
<script type="text/javascript">
//<![CDATA[
jQuery(function () {
jQuery('#avatar').html('<center>' + _userdata["avatar"] + '</center>');
});
//]]>
</script>
<div style="text-align: left;">
<span style="font-size: 1.2em;"><strong>Alterar</strong><br /><a target="_blank" href="../profile.forum?mode=editprofile&page_profil=informations"> Informações </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../profile.forum?mode=editprofile&page_profil=preferences"> Preferências </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../profile.forum?mode=editprofile&page_profil=signature"> Assinatura </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../profile.forum?mode=editprofile&page_profil=avatars"> Avatar </a></span><br /><br /><span style="font-size: 1.2em;"><strong>Ver</strong><br /><a target="_blank" href="../profile.forum?mode=editprofile&page_profil=friendsfoes"> Amigos e ignorados</a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../search.forum?search_id=watchsearch"> Tópicos supervisionados </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../search.forum?search_id=draftsearch"> Rascunhos </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../search.forum?search_id=favouritesearch"> Tópicos favoritos</a></span><br /><span style="font-size: 1.2em;"></span><br /><span style="font-size: 1.2em;"><strong>Tópicos & Mensagens</strong><br /><a target="_blank" href="../msg.forum?folder=inbox"> Mensagens Privadas </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../search.forum?search_topics={USERNAME}"> Meus tópicos</a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../search.forum?search_id=egosearch"> Tópicos que participo </a></span><br /><span style="font-size: 1.2em;"><a target="_blank" href="../search.forum?search_author={USERNAME}&show_results=posts"> Minhas mensagens</a></span><br /><span style="font-size: 1.2em;"></span>
</div>
<h3 style="border-color: #1675BC;">
</h3><style>
span#avatar img {
width: 50px;
height: 50px;
border-radius: 5px;
float:left;
}
</style>
Ficará assim http://prntscr.com/gap9qi
Até mais
Tópico movido de 'Questões sobre a aparência do fórum' para 'Questões sobre códigos'.
Re: Widgets Perfil do usuario
Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada. Tópico marcado como Resolvido e movido para Questões resolvidas. |
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos