Ausência dos campos de perfil

4 participantes

Ver o tópico anterior Ver o tópico seguinte Ir para baixo

Tópico resolvido Ausência dos campos de perfil

Mensagem por lavinnia 22.09.16 13:44

Detalhes da questão


Endereço do fórum: http://percyjacksonrpgbr.forumeiros.com
Versão do fórum: PhpBB3

Descrição


Qual é minha questão:
Olá, recentemente meu fórum passou por uma reforma e adicionamos uma skin personalizada, porém o postprofile sumiu e eu não consigo mais recolocá-lo. Já tentei alguns códigos e inclusive os que encontrei por aqui, mas acredito que tenha algum conflito no css impedindo isso, e eu não sei resolver. Vou deixar o código aqui em baixo e um print de como está agora / como desejo que fique.

Como está

Como deveria estar

Código atual:
Spoiler:


Agradeço caso alguém responder.
lavinnia

lavinnia
Novo Membro

Membro desde : 22/09/2016
Mensagens : 28
Pontos : 57

http://percyjacksonrpgbr.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por Cream 22.09.16 14:10

Ausência dos campos de perfil Logo
Seja bem-vindo ao nosso fórum de Suporte! Como acabou de se inscrever, veja aqui alguns links importantes a saber:
Olá,

Poderia me passar seu template viewtopic_body?
Painel > Visualização> Templates > Geral

Até mais!
Cream

Cream
Membro Entusiasta
Membro Entusiasta

Membro desde : 15/12/2010
Mensagens : 8540
Pontos : 11644

https://ajuda.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por lavinnia 22.09.16 19:48

Claro, aqui está:

Código:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
 
 
$(function(){
 
    if(typeof(_atc) == "undefined") {
        _atc = {  };
    }
 
    _atc.cwait = 0;
    $('.addthis_button').mouseup(function(){
        if ($('#at15s').css('display') == 'block') {
            addthis_close();
        }
    });
});
 
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
 
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
                        {
                                if( $(this).is(":visible") )
                                {
                                        $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
                                }
                                else
                                {
                                        $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
                                }
                        });
        }
    }
    catch(e) { }
 
        return false;
};
 
//]]>
</script>
 
<h1 class="page-title">
        <a href="{TOPIC_URL}">{TOPIC_TITLE}</a>
</h1>
<div class="topic-actions">
        <div class="buttons">
 
                <!-- BEGIN switch_user_authpost -->
                <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
                <!-- END switch_user_authpost -->
 
                <!-- BEGIN switch_user_authreply -->
                <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
                <!-- END switch_user_authreply -->
        </div>
 
        <div class="pathname-box">
                <p itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
            <a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
            <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
            {NAV_CAT_DESC}
        </p>
        </div>
 
        <p class="right">
                <!-- BEGIN switch_fb_likebtn -->
                <script>(function(d, s, id) {
                  var js, fjs = d.getElementsByTagName(s)[0];
                  if (d.getElementById(id)) return;
                  js = d.createElement(s); js.id = id;
                  js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
                  fjs.parentNode.insertBefore(js, fjs);
                }(document, 'script', 'facebook-jssdk'));</script>
                <span class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></span>
                <!-- END switch_fb_likebtn -->
        </p>
 
        <div class="pagination">
                {PAGE_NUMBER}
                &nbsp;&bull;&nbsp;
                <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=forumotion">{L_SHARE}</a>
                <!-- BEGIN switch_plus_menu -->
                &nbsp;&bull;&nbsp;
                <script type="text/javascript">//<![CDATA[
                        var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
                        var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
                        var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
                        var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
                        var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
                        var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
                        insert_plus_menu_new('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
                //]]>
                </script>
                <!-- END switch_plus_menu -->
        </div>
        <div class="clear"></div>
</div>
 
<!-- BEGIN topicpagination -->
<p class="pagination">{PAGINATION}</p>
<!-- END topicpagination -->
<p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
<div class="clear"></div>
{POLL_DISPLAY}
 
<!-- BEGIN postrow -->
        <!-- BEGIN hidden -->
                <div class="post {postrow.hidden.ROW_COUNT}">
                        <div class="inner">
                                <span class="corners-top"><span></span></span>
                                <p style="text-align:center">{postrow.hidden.MESSAGE}</p>
                                <div class="clear"></div>
                                <span class="corners-bottom"><span></span></span>
                        </div>
                </div>
        <!-- END hidden -->
        <!-- BEGIN displayed -->
                <div id="p{postrow.displayed.U_POST_ID}" class="post {postrow.displayed.ROW_COUNT}{postrow.displayed.ONLINE_IMG_NEW} post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
                        <div class="inner"><span class="corners-top"><span></span></span>
            <div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
                        <div class="postbody">
 
                                <ul class="profile-icons">
                                        <li>{postrow.displayed.THANK_IMG}</li>
                                        <li>{postrow.displayed.MULTIQUOTE_IMG}</li>
                                        <li>{postrow.displayed.QUOTE_IMG}</li>
                                        <li>{postrow.displayed.EDIT_IMG}</li>
                                        <li>{postrow.displayed.DELETE_IMG}</li>
                                        <li>{postrow.displayed.IP_IMG}</li>
                                        <li>{postrow.displayed.REPORT_IMG_NEW}</li>
                                </ul>
 
                                <h2 class="topic-title"><a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a></h2>
                                <p class="author"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" />&nbsp;{L_TOPIC_BY}&nbsp;{postrow.displayed.POSTER_NAME} {postrow.displayed.POST_DATE_NEW}</p>
                             
                                <!-- BEGIN switch_vote_active -->
                                <div class="vote gensmall">
                                        <!-- BEGIN switch_vote -->
                                        <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                                        <!-- END switch_vote -->
 
                                        <!-- BEGIN switch_bar -->
                                        <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                                                <!-- BEGIN switch_vote_plus -->
                                                <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                                                <!-- END switch_vote_plus -->
 
                                                <!-- BEGIN switch_vote_minus -->
                                                <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                                                <!-- END switch_vote_minus -->
                                        </div>
                                        <!-- END switch_bar -->
 
                                        <!-- BEGIN switch_no_bar -->
                                        <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                                        <!-- END switch_no_bar -->
 
                                        <!-- BEGIN switch_vote -->
                                        <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                                        <!-- END switch_vote -->
                                </div>
                                <!-- END switch_vote_active -->
 
                                <div style="display:none"></div>
                                <div class="content clearfix">
                                        <div>{postrow.displayed.MESSAGE}</div>
                                                <!-- BEGIN switch_attachments -->
                                                <dl class="attachbox">
                                                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                                                        <dd class="attachments">
                                                                <!-- BEGIN switch_post_attachments -->
                                                                <dl class="file clearfix">
                                                                        <dt>
                                                                                <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt=""/>
                                                                        </dt>
                                                                        <dd>
                                                                                <!-- BEGIN switch_dl_att -->
                                                                                <span><a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}</span>
                                                                                <!-- END switch_dl_att -->
 
                                                                                <!-- BEGIN switch_no_dl_att -->
                                                                                <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}</span>
                                                                                <!-- END switch_no_dl_att -->
 
                                                                                <!-- BEGIN switch_no_comment -->
                                                                                <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
                                                                                <!-- END switch_no_comment -->
 
                                                                                <!-- BEGIN switch_no_dl_att -->
                                                                                <span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
                                                                                <!-- END switch_no_dl_att -->
 
                                                                                <span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
                                                                        </dd>
                                                                </dl>
                                                                <!-- END switch_post_attachments -->
                                                        </dd>
                                                </dl>
                                                <!-- END switch_attachments -->
                                </div>
                                <!-- BEGIN switch_signature -->
                                <div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>
                                <!-- END switch_signature -->
                        </div>
 
<div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">
 <!-- div class="online2"></div-->
<div id="pr-cuerpo">
  <div id="pr-name">{postrow.displayed.POSTER_NAME}</div>
  <div id="pr-avatar">{postrow.displayed.POSTER_AVATAR}</div>
  <div id="pr-rango">{postrow.displayed.RANK_IMAGE}</div>
  <div id="pr-info">
    <div id="pr-conta">
      {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} <!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
    </div>
    <div id="pr-in">
      <!-- BEGIN profile_field -->
      <div class="pr-campo">
        <div id="pr-tit">{postrow.displayed.profile_field.LABEL}</div>
        <div id="pr-dato">{postrow.displayed.profile_field.CONTENT}</div>
        <div id="pr-sep">{postrow.displayed.profile_field.SEPARATOR}</div>
      </div>
      <!-- END profile_field -->
    </div>
  </div>
 
</div></div>
                        <div class="clear"></div>
 
                        <p class="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
                        <span class="corners-bottom"><span></span></span></div>
                </div>
                <!-- BEGIN first_post_br -->
                <hr id="first-post-br" />
                <!-- END first_post_br -->
        <!-- END displayed -->
<!-- END postrow -->
 
<a name="bottomtitle"></a>
 
<!-- BEGIN topicpagination -->
<p class="pagination">{PAGINATION}</p>
<!-- END topicpagination -->
 
<p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#top">{L_BACK_TO_TOP}</a></p>
 
<div class="clear"></div>
 
<div class="noprint">
<!-- BEGIN switch_user_logged_in -->
<!-- BEGIN watchtopic -->
<p class="right">{S_WATCH_TOPIC}</p>
<!-- END watchtopic -->
<!-- END switch_user_logged_in -->
</div>
 
<!-- BEGIN promot_trafic -->
<div class="post row2" id="ptrafic_close" style="display:none;font-size:1.3em;line-height:1.4em">
        <span class="corners-top"><span></span></span>
        <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></span>
        <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
        <span class="corners-bottom"><span></span></span>
</div>
<div class="post row2" id="ptrafic_open" style="display:'';font-size:1.3em;line-height:1.4em">
        <span class="corners-top"><span></span></span>
        <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></span>
        <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
        <div class="clear"></div>
        <div>
                <!-- BEGIN link -->
                »&nbsp;<a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
                <!-- END link -->
        </div>
        <span class="corners-bottom"><span></span></span>
</div>
<!-- END promot_trafic -->
 
<!-- BEGIN switch_forum_rules -->
<div class="post row1" id="forum_rules">
        <span class="corners-top"><span></span></span>
        <div class="h3">&nbsp;{L_FORUM_RULES}</div>
        <div class="clear"></div>
        <table class="postbody">
                <tr>
                        <!-- BEGIN switch_forum_rule_image -->
                        <td class="logo">
                                <img src="{RULE_IMG_URL}" alt="" />
                        </td>
                        <!-- END switch_forum_rule_image -->
                        <td class="rules content">
                                {RULE_MSG}
                        </td>
                </tr>
        </table>
        <span class="corners-bottom"><span></span></span>
</div>
<!-- END switch_forum_rules -->
 
<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->
 
<hr />
 
<div class="topic-actions">
        <div class="buttons">
                <!-- BEGIN switch_user_authpost -->
                <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
                <!-- END switch_user_authpost -->
 
                <!-- BEGIN switch_user_authreply -->
                <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
                <!-- END switch_user_authreply -->
        </div>
 
        <div class="pathname-box">
                <p><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC}</p>
        </div>
 
        <div class="pagination">
                {PAGE_NUMBER}
        </div>
</div>
<div class="clear"></div>
 
<!-- BEGIN viewtopic_bottom -->
<form action="{S_JUMPBOX_ACTION}" method="get" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<fieldset class="jumpbox">
        <label>{L_JUMP_TO}:&nbsp;</label>
        {S_JUMPBOX_SELECT}&nbsp;
        <input class="button2" type="submit" value="{L_GO}" />
</fieldset>
</form>
<!-- END viewtopic_bottom -->
 
<!-- BEGIN viewtopic_bottom -->
<form method="get" action="{S_FORM_MOD_ACTION}">
<fieldset class="quickmod">
        <input type="hidden" name="t" value="{TOPIC_ID}" />
 
        <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
        <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
        <label>{L_MOD_TOOLS}:&nbsp;</label>
        {S_SELECT_MOD}&nbsp;
        <input class="button2" type="submit" value="{L_GO}" />
</fieldset>
</form>
<div class="clear"></div>
<p class="right">{S_TOPIC_ADMIN}</p>
<!-- END viewtopic_bottom -->
 
<!-- BEGIN show_permissions -->
        <div class="h3">{L_TABS_PERMISSIONS}</div>
        {S_AUTH_LIST}
<!-- END show_permissions -->
 
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
 
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
lavinnia

lavinnia
Novo Membro

Membro desde : 22/09/2016
Mensagens : 28
Pontos : 57

http://percyjacksonrpgbr.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por Cream 22.09.16 19:52

Olá,

Troque por:
Código:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
 
 
$(function(){
 
    if(typeof(_atc) == "undefined") {
        _atc = {  };
    }
 
    _atc.cwait = 0;
    $('.addthis_button').mouseup(function(){
        if ($('#at15s').css('display') == 'block') {
            addthis_close();
        }
    });
});
 
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
 
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
                        {
                                if( $(this).is(":visible") )
                                {
                                        $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
                                }
                                else
                                {
                                        $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
                                }
                        });
        }
    }
    catch(e) { }
 
        return false;
};
 
//]]>
</script>
 
<h1 class="page-title">
        <a href="{TOPIC_URL}">{TOPIC_TITLE}</a>
</h1>
<div class="topic-actions">
        <div class="buttons">
 
                <!-- BEGIN switch_user_authpost -->
                <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
                <!-- END switch_user_authpost -->
 
                <!-- BEGIN switch_user_authreply -->
                <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
                <!-- END switch_user_authreply -->
        </div>
 
        <div class="pathname-box">
                <p itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
            <a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
            <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
            {NAV_CAT_DESC}
        </p>
        </div>
 
        <p class="right">
                <!-- BEGIN switch_fb_likebtn -->
                <script>(function(d, s, id) {
                  var js, fjs = d.getElementsByTagName(s)[0];
                  if (d.getElementById(id)) return;
                  js = d.createElement(s); js.id = id;
                  js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
                  fjs.parentNode.insertBefore(js, fjs);
                }(document, 'script', 'facebook-jssdk'));</script>
                <span class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></span>
                <!-- END switch_fb_likebtn -->
        </p>
 
        <div class="pagination">
                {PAGE_NUMBER}
                &nbsp;&bull;&nbsp;
                <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
                <!-- BEGIN switch_plus_menu -->
                &nbsp;&bull;&nbsp;
                <script type="text/javascript">//<![CDATA[
                        var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
                        var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
                        var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
                        var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
                        var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
                        var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
                        insert_plus_menu_new('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
                //]]>
                </script>
                <!-- END switch_plus_menu -->
        </div>
        <div class="clear"></div>
</div>
 
<!-- BEGIN topicpagination -->
<p class="pagination">{PAGINATION}</p>
<!-- END topicpagination -->
<p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
<div class="clear"></div>
{POLL_DISPLAY}
 
<!-- BEGIN postrow -->
        <!-- BEGIN hidden -->
                <div class="post {postrow.hidden.ROW_COUNT}">
                        <div class="inner">
                                <span class="corners-top"><span></span></span>
                                <p style="text-align:center">{postrow.hidden.MESSAGE}</p>
                                <div class="clear"></div>
                                <span class="corners-bottom"><span></span></span>
                        </div>
                </div>
        <!-- END hidden -->
        <!-- BEGIN displayed -->
                <div id="p{postrow.displayed.U_POST_ID}" class="post {postrow.displayed.ROW_COUNT}{postrow.displayed.ONLINE_IMG_NEW} post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
                        <div class="inner"><span class="corners-top"><span></span></span>
            <div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
                        <div class="postbody">
 
                                <ul class="profile-icons">
                                        <li>{postrow.displayed.THANK_IMG}</li>
                                        <li>{postrow.displayed.MULTIQUOTE_IMG}</li>
                                        <li>{postrow.displayed.QUOTE_IMG}</li>
                                        <li>{postrow.displayed.EDIT_IMG}</li>
                                        <li>{postrow.displayed.DELETE_IMG}</li>
                                        <li>{postrow.displayed.IP_IMG}</li>
                                        <li>{postrow.displayed.REPORT_IMG_NEW}</li>
                                </ul>
 
                                <h2 class="topic-title"><a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a></h2>
                                <p class="author"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" />&nbsp;{L_TOPIC_BY}&nbsp;{postrow.displayed.POSTER_NAME} {postrow.displayed.POST_DATE_NEW}</p>
                             
                                <!-- BEGIN switch_vote_active -->
                                <div class="vote gensmall">
                                        <!-- BEGIN switch_vote -->
                                        <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                                        <!-- END switch_vote -->
 
                                        <!-- BEGIN switch_bar -->
                                        <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                                                <!-- BEGIN switch_vote_plus -->
                                                <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                                                <!-- END switch_vote_plus -->
 
                                                <!-- BEGIN switch_vote_minus -->
                                                <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                                                <!-- END switch_vote_minus -->
                                        </div>
                                        <!-- END switch_bar -->
 
                                        <!-- BEGIN switch_no_bar -->
                                        <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                                        <!-- END switch_no_bar -->
 
                                        <!-- BEGIN switch_vote -->
                                        <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                                        <!-- END switch_vote -->
                                </div>
                                <!-- END switch_vote_active -->
 
                                <div style="display:none"></div>
                                <div class="content clearfix">
                                        <div>{postrow.displayed.MESSAGE}</div>
                                                <!-- BEGIN switch_attachments -->
                                                <dl class="attachbox">
                                                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                                                        <dd class="attachments">
                                                                <!-- BEGIN switch_post_attachments -->
                                                                <dl class="file clearfix">
                                                                        <dt>
                                                                                <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt=""/>
                                                                        </dt>
                                                                        <dd>
                                                                                <!-- BEGIN switch_dl_att -->
                                                                                <span><a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}</span>
                                                                                <!-- END switch_dl_att -->
 
                                                                                <!-- BEGIN switch_no_dl_att -->
                                                                                <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}</span>
                                                                                <!-- END switch_no_dl_att -->
 
                                                                                <!-- BEGIN switch_no_comment -->
                                                                                <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
                                                                                <!-- END switch_no_comment -->
 
                                                                                <!-- BEGIN switch_no_dl_att -->
                                                                                <span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
                                                                                <!-- END switch_no_dl_att -->
 
                                                                                <span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
                                                                        </dd>
                                                                </dl>
                                                                <!-- END switch_post_attachments -->
                                                        </dd>
                                                </dl>
                                                <!-- END switch_attachments -->
                                </div>
                                <!-- BEGIN switch_signature -->
                                <div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>
                                <!-- END switch_signature -->
                        </div>
 
<div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">
 <!-- div class="online2"></div-->
<div id="pr-cuerpo">
  <div id="pr-name">{postrow.displayed.POSTER_NAME}</div>
  <div id="pr-avatar">{postrow.displayed.POSTER_AVATAR}</div>
  <div id="pr-rango">{postrow.displayed.RANK_IMAGE}</div>
  <div id="campos">
                  <!-- BEGIN profile_field -->
                  {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                  <!-- END profile_field -->
                  {postrow.displayed.POSTER_RPG}
</div>
  <div id="pr-info">
    <div id="pr-conta">
      {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} <!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
    </div>
    <div id="pr-in">
      <!-- BEGIN profile_field -->
      <div class="pr-campo">
        <div id="pr-tit">{postrow.displayed.profile_field.LABEL}</div>
        <div id="pr-dato">{postrow.displayed.profile_field.CONTENT}</div>
        <div id="pr-sep">{postrow.displayed.profile_field.SEPARATOR}</div>
      </div>
      <!-- END profile_field -->
    </div>
  </div>
 
</div></div>
                        <div class="clear"></div>
 
                        <p class="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
                        <span class="corners-bottom"><span></span></span></div>
                </div>
                <!-- BEGIN first_post_br -->
                <hr id="first-post-br" />
                <!-- END first_post_br -->
        <!-- END displayed -->
<!-- END postrow -->
 
<a name="bottomtitle"></a>
 
<!-- BEGIN topicpagination -->
<p class="pagination">{PAGINATION}</p>
<!-- END topicpagination -->
 
<p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#top">{L_BACK_TO_TOP}</a></p>
 
<div class="clear"></div>
 
<div class="noprint">
<!-- BEGIN switch_user_logged_in -->
<!-- BEGIN watchtopic -->
<p class="right">{S_WATCH_TOPIC}</p>
<!-- END watchtopic -->
<!-- END switch_user_logged_in -->
</div>
 
<!-- BEGIN promot_trafic -->
<div class="post row2" id="ptrafic_close" style="display:none;font-size:1.3em;line-height:1.4em">
        <span class="corners-top"><span></span></span>
        <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></span>
        <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
        <span class="corners-bottom"><span></span></span>
</div>
<div class="post row2" id="ptrafic_open" style="display:'';font-size:1.3em;line-height:1.4em">
        <span class="corners-top"><span></span></span>
        <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></span>
        <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
        <div class="clear"></div>
        <div>
                <!-- BEGIN link -->
                »&nbsp;<a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
                <!-- END link -->
        </div>
        <span class="corners-bottom"><span></span></span>
</div>
<!-- END promot_trafic -->
 
<!-- BEGIN switch_forum_rules -->
<div class="post row1" id="forum_rules">
        <span class="corners-top"><span></span></span>
        <div class="h3">&nbsp;{L_FORUM_RULES}</div>
        <div class="clear"></div>
        <table class="postbody">
                <tr>
                        <!-- BEGIN switch_forum_rule_image -->
                        <td class="logo">
                                <img src="{RULE_IMG_URL}" alt="" />
                        </td>
                        <!-- END switch_forum_rule_image -->
                        <td class="rules content">
                                {RULE_MSG}
                        </td>
                </tr>
        </table>
        <span class="corners-bottom"><span></span></span>
</div>
<!-- END switch_forum_rules -->
 
<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->
 
<hr />
 
<div class="topic-actions">
        <div class="buttons">
                <!-- BEGIN switch_user_authpost -->
                <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
                <!-- END switch_user_authpost -->
 
                <!-- BEGIN switch_user_authreply -->
                <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
                <!-- END switch_user_authreply -->
        </div>
 
        <div class="pathname-box">
                <p><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC}</p>
        </div>
 
        <div class="pagination">
                {PAGE_NUMBER}
        </div>
</div>
<div class="clear"></div>
 
<!-- BEGIN viewtopic_bottom -->
<form action="{S_JUMPBOX_ACTION}" method="get" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<fieldset class="jumpbox">
        <label>{L_JUMP_TO}:&nbsp;</label>
        {S_JUMPBOX_SELECT}&nbsp;
        <input class="button2" type="submit" value="{L_GO}" />
</fieldset>
</form>
<!-- END viewtopic_bottom -->
 
<!-- BEGIN viewtopic_bottom -->
<form method="get" action="{S_FORM_MOD_ACTION}">
<fieldset class="quickmod">
        <input type="hidden" name="t" value="{TOPIC_ID}" />
 
        <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
        <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
        <label>{L_MOD_TOOLS}:&nbsp;</label>
        {S_SELECT_MOD}&nbsp;
        <input class="button2" type="submit" value="{L_GO}" />
</fieldset>
</form>
<div class="clear"></div>
<p class="right">{S_TOPIC_ADMIN}</p>
<!-- END viewtopic_bottom -->
 
<!-- BEGIN show_permissions -->
        <div class="h3">{L_TABS_PERMISSIONS}</div>
        {S_AUTH_LIST}
<!-- END show_permissions -->
 
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
 
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>

Até mais.
Cream

Cream
Membro Entusiasta
Membro Entusiasta

Membro desde : 15/12/2010
Mensagens : 8540
Pontos : 11644

https://ajuda.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por lavinnia 24.09.16 17:10

A página esconde esse campo, não encontrei onde modificar. Vou colocar alguns prints de como fica:

Perfil

Quando o mouse passa pela imagem ela abre para algumas infos, elas acabaram descendo com esse código também.

Normal -> Como fica
lavinnia

lavinnia
Novo Membro

Membro desde : 22/09/2016
Mensagens : 28
Pontos : 57

http://percyjacksonrpgbr.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por lavinnia 26.09.16 0:51

Up

(Se alguém puder me ajudar, preciso dessa questão o quanto antes :/)
lavinnia

lavinnia
Novo Membro

Membro desde : 22/09/2016
Mensagens : 28
Pontos : 57

http://percyjacksonrpgbr.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por Harleen 26.09.16 1:44

Olá, você deseja retirar o efeito do perfil? se sim, primeiro salve os códigos no bloco de notas para evitar problemas Muito feliz

Feito isso, retorne o template viewtopic_body para o valor padrão, depois troque o seu CSS por esse
Código:
#chatbox:before {
background: #F5FFF6 url(http://i.imgur.com/g3NBjqp.png) repeat-x;
border: 1px solid #D3EED5;
color: #1F691C;
content: 'Bem vindo ao Chatbox! Respeite as regras e os demais jogadores.';
display: block;
font-size: 12px;
text-align: center;
line-height: 1.6;
padding: 10px;
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

/*
C O R E S
azul claro: 5d979f
azul escuro: 353a45
cinza1: e0e0e0
*/
/* Ajustes feitos por Tyler Keating. */
input.button1:hover {border:0;}
.inputbox:hover {border: 1px solid #5D979F;}
div.column2 dl.details dd {margin: 0; padding: 0;}
div.column2 {float: left; position: relative;}
li.row.row2 {border: 0; background: #f5f5f5;}
dd.posts, dd.views, dd.lastpost {border: 0 !important;}
.postprofile {border: 0;}
ul.chatbox-options a {color: #fff !important; text-transform: uppercase; line-height: 15px;}
ul#picture_legend {display: none;} /* retira a legenda dos ícones do fórum */
div.forumbg dd.dterm {padding-left: 70px;}
/*div#main-content p,*/ div#main-content ul.linklist, li.footer-home, li.rightside {font-size: 10px !important;} /* diminui alguns links/escritas padrões da forumeiros */
p.copyright span {font-size: 8px; text-transform: uppercase;} /* créditos da skin */
p.copyright span#pjbr {font-size: 10px; display: block; text-align: right; padding: 10px 20px;}
ul.topiclist.pmlist.bg_none li.row.row1 dl.icon dt {padding-left: 70px;}
ul.topiclist.pmlist.bg_none li.row.row1 dl.icon dd.mark {border: 0; position: relative; top: 5px;}
ul.topiclist.pmlist.bg_none li.row.row1 {width: 980px;}
dl.postprofile{right:40px;}
body {background-size: cover;} /* cobre todo o fundo com a img. o zoom não altera a img */
#tab-nov a:hover {
background: #353a45;
    transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}

#tab-nov a {
  transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
  width: 165px;
  padding: 2px 6px;
background: #5d979f;
color: #fff;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

/*barra lateral*/
::-webkit-scrollbar-thumb {
  background-color: #5D979F;
  border: 2px solid #e0e0e0;
  height: auto;
  width: 5px;
}
 
::-webkit-scrollbar {
  background-color: #5D979F;
  border: 4px solid #e0e0e0;
  height: 10px;
  width: 10px;
}

li.row dd.dterm {border-left-width: 0px;}
li.row:hover {background: #e0e0e0; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s;}
/*Fuentes*/
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

 
/****************** S K I N  D E L  F O R O *******************/
/*Cuerpo del Foro*/
#wrap {
padding: 10px!important;
width: 1000px;
max-width: 1000px;
min-width: 1000px;
margin-top: 10px; /*altura para que entre bien el menu flotante*/
}
 
/*mueve la imagen del logo para que cuadre con el foro*/
#logo img {
width: 1000px; !important;
margin-left: -10px;
margin-top: -5px;
margin-bottom: -16px;
}
 
/*Elimina la parte de los widgets*/
#content-container div#left {
background: trasnparent;
float: left;
height: 100%;
left: 0;
line-height: 100%;
margin-right: 0;
overflow-x: hidden;
overflow-y: auto;
position: fixed;
top: 0;
width: 0px;
}
 
#left {
position: fixed;
top: 0px;
left:0px;
height: 100%;
}
 
#content-container div#content { margin-right: 0px !important;}
 
/*elimina el buscar*/
#search-box {
display: none;
}

/*barra del menu*/
ul.navlinks {
margin-left: -10px;
width: 990px;
background: #5d979f;
font-family: 'verdana';
font-size: 7px;
text-align: center;
font-weight: lighter;
cursor: pointer;
padding: 5px;
}
 
ul.navlinks a {
color: #e0e0e0;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: lighter;
  margin: 0 10px;
}
 
ul.navlinks a:hover {text-decoration: none; font-style: italic;}
 
/*titulo de los foros - subforos - ultimos mensajes*/
ul.topiclist li {
display: block;
margin: 0;
}
 
li.header {
background: #5D979F;
border-bottom: 10px solid #353a45;
font-size: 0;
text-align: center;
text-transform: none;
}
 
.table-title, .table-title h2 {
color: #f6f6f6;
font-family: 'Oswald';
font-size: 25px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: lowercase;
line-height: 90px;
}
 
.table-title, .table-title h2:after {content: ";"; }
 
/*centra el titulo de la categoria*/
.forabg li.header dd.dterm {
text-align: right;
width: 90%;
}
 
/*parte de los foros*/
ul.forums {
background: #f5f5f5;
border-bottom: 10px solid #e0e0e0;
padding-bottom: 10px;
}
 
/*pone a los foros en dos lineas*/
.forabg .row {
display: inline-block;
width: 50%;
  border: 0;
  transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s;
}
 
/*titulo de los subforos*/
a.forumtitle {
width: 323px;
display: block;
padding: 10px;
background: #353a45;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 15px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: lowercase;
line-height: 20px;
text-align: right;
margin-top: 10px;
margin-bottom: -12px;
margin-left: -48px;
}
 
a.forumtitle:after {content: ";"; }
a.forumtitle:hover {text-decoration: none; color: #f6f6f6; }
 
/*descripción de los foros*/
#des1 {
width: 170px;
padding: 10px;
  margin-left: -50px;
background: #e0e0e0;
height: 105px;
font-size: 11px;
line-height: 12px;
text-align: justify;
overflow: auto;
}
 
#des1 img {width: 170px; height: 105px; }
 
#des1 a {
background: #f5f5f5;
color: #212121;
display: inline-block;
font-size: 8px;
font-family: 'Arial';
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 2px;
text-align: center;
width: 170px;
line-height: 16px;
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}
 
#des1 a:hover {
background: #5d979f;
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}
 
#des2 {
width: 269px;
border: 10px solid #e0e0e0;
background: #e0e0e0;
height: 105px;
font-size: 11px;
font-family: 'Arial';
line-height: 12px;
text-align: justify;
overflow: auto;
}
 
#des2 img {width: 265px; height: 105px; }
 
    /*desaparece la cabera*/
    .forabg li.header dd.lastpost {
    display:none;
    }
 
    .forabg li.header dd.posts {
    display:none;}
 
    .forabg li.header dd.topics {
    display:none;
    }
 
/*cantidad de temas*/
.forabg dd.topics {
width: 54px;
display: block;
padding: 5px;
background: #353a45;
color: #f6f6f6;
text-shadow: 1px 1px 1px #000;
font-family: 'Oswald';
font-size: 15px;
font-variant: normal;
font-weight: normal;
text-transform: lowercase;
line-height: 20px;
text-align: center;
margin-left: 49px;
margin-top: 14px;
  border-left: 0px;
}
 
.forabg li.row dd.topics:after {
content: "topicos";
font-size: 8px;
line-height: 10px;
text-transform: uppercase;
letter-spacing: 2px;
display: block;
}
 
/*cantidad de post*/
.forabg dd.posts {
width: 54px;
display: block;
padding: 5px;
background: #353a45;
color: #f6f6f6;
text-shadow: 1px 1px 1px #000;
font-family: 'Oswald';
font-size: 15px;
font-variant: normal;
font-weight: normal;
text-transform: lowercase;
line-height: 20px;
text-align: center;
margin-top: 14px;
margin-left: 5px;
}
 
.forabg li.row dd.posts:after {
content: "post";
font-size: 11px;
line-height: 10px;
text-transform: uppercase;
letter-spacing: 2px;
display: block;
}
 
/*ultimo mensaje*/
.forabg dd.lastpost  {
width: 480px;
margin: -17px 0 20px 8px;
background: #e0e0e0;
line-height: 20px;
text-transform: uppercase;
font-family: Arial;
font-size: 11px;
letter-spacing: 1px;
color: #212121;
  height: 20px;
  border-left: 0px;
}
 
dd.lastpost a strong {
margin-left: 10px;
margin-right: 10px;
}
 
li dd.lastpost span a {
margin-right: 10px;
}
 
.forabg dd.lastpost a {
color: #5d979f;
}
 
.last-post-icon{ /*display:none;*/ }
.lastpost br { display:none;}
 
/*titulos*/
.h3 {
background: #5d979f;
border-bottom: 10px solid #353a45;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: lowercase;
line-height: 50px;
text-align: center;
}
 
.h3 a {color: #f6f6f6; }
 
h1.page-title {
background: #5d979f;
border-bottom: 10px solid #353a45;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: lowercase;
line-height: 50px;
text-align: center;
}
 
h1.page-title a {color: #f6f6f6; }
 
/*titulo de los temas*/
.postbody .topic-title a {
width: 706px;
padding: 10px;
background: #5d979f;
color: #e0e0e0;
font-family: 'Oswald';
font-size: 15px;
font-variant: normal;
font-weight: normal;
line-height: 30px;
text-align: left;
display: block;
margin-left: 0px;
margin-top: 5px;
}
 
/*editar-citar-borrar*/
.postbody ul.profile-icons {
  position: absolute;
  margin-top: 55px;
  margin-left: 520px;
}
 
/*cuerpo del mensaje*/
.postbody {
  width: 720px;
  text-align: justify;
  margin-left: 0px;
  font-size: 11px;
  font-family: 'Trebuchet MS';
}

/*autor de los mensajes*/
p.author {
  background-color: #f5f5f5;
  position: relative;
  border-bottom: 2px solid #e0e0e0;
  color: #aaa;
  margin-top: 5px;
  padding: 4px !important;
  margin-bottom: 30px;
  margin-left: 0px;
  text-align: center;
  width: 508px;
  font-size: 12px !important;
}
 
/*Quita el Edit*/
.edit{ display: none; }
 
/*CODIGOS, SPOILERS Y CITAS*/
dl.codebox {
background-color: #f5f5f5;
border-bottom: 4px solid #e0e0e0;
border: 0px;
  font: 10px Verdana;
}
 
dl.codebox dt {
background-color: #f5f54f5;
border-bottom: 1px solid #e0e0e0;
weight:100%;
display:block;
font-size: 15px;
color:#44473E;
text-align: center;
padding: 5px;
font-family: 'Oswald';
font-weight: lighter;
}
 
dl.codebox code {
color: #777;
display: block;
font: 10px Verdana;
margin: 2px 0;
max-height: 200px;
overflow: auto;
padding-top: 5px;
}
 
blockquote {
background-color: #f5f5f5;
border-bottom: 4px solid #e0e0e0;
border: 0px;
  margin-left: 0;
}
 
.content blockquote {
color: #555;
font: 10px Verdana;
text-align: justify;
}
 
blockquote cite {
display: block;
font-family: 'Oswald';
font-size:12px;
color: #44473E;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
font-weight: lighter;
letter-spacing: 1px;
}
 
blockquote blockquote {background-color: #f5f5f5; }
 
/*Color de las pestañas del Perfil*/
#tabs {margin: 0;}

#tabs a span {
background-color: #f5f5f5;
border: medium none;
color: #aaa;
border-bottom: 4px solid #e0e0e0;
display: inline-block;
outline: medium none;
}
 
#tabs a span:hover {
background-position:center;
color: #353a45;
}
 
#tabs .activetab a span {
background-color: #f5f5f5;
border: medium none;
color: #5d979f;
border-bottom: 4px solid #e0e0e0;
display: inline-block;
outline: medium none;
width: 95px;
}
 
#tabs .activetab a span:hover {
color: #353a45;
}
 
/*Efecto en la numeracion de paginas*/
.pagination span a, .pagination span a:active, .pagination span a:link, .pagination span a:visited {
background-color: #f5f5f5;
border:none;
color: #5d979f;
font-size: 10px;
font-weight: 400;
line-height: 1.5em;
margin: 0 2px;
padding: 0 2px;
text-decoration: none;
}
 
.pagination span strong {
background-color: #5d979f;
border:none;
color: #f5f5f5;
font-size: 10px;
margin: 0 2px;
padding: 0 2px;
}
 
.pagination span a:hover {
background-color: #5d979f;
border:none;
color: #f5f5f5;
font-size: 10px;
font-weight: 400;
line-height: 1.5em;
margin: 0 2px;
padding: 0 2px;
text-decoration: none;
}
 
/*Chatbox*/
#chatbox_header {
background-color: #5d979f;
border-bottom: 5px solid #353a45;
  text-shadow: 1px 1px 1px #000;
}
 
#chatbox_header a {color: #aaa}
 
#chatbox_footer {
background-color: #353a45;
color: #aaa;
}
 
.chatbox-title {
color: #ffffff;
font-size: 20px;
font-family: 'Oswald';
text-transform:lowercase;
line-height: 30px;
}
 
#chatbox_members {
border-right: 1px solid #5d979f;
bottom: 30px;
color: #616161;
overflow: auto;
position: absolute;
top: 38px;
width: 180px;
text-align: center;
}
 
body.chatbox {
background-image: none;
color: #555;
font-size: 11px;
line-height: 11px;
  background: #ffffff;
  font-family: 'Arial';
}
 
#chatbox {
bottom: 30px;
left: 181px;
line-height: 10px;
overflow: auto;
position: absolute;
right: 0;
top: 38px;
}
 
/*botones*/
a.button1, a.button2, button.button2, input.button1, input.button2, fieldset.submit-buttons input {
background: #5d979f;
border: 0px;
color: #e0e0e0;
display: inline-block;
font-family: arial;
font-size: 8px;
outline: medium none;
padding: 10px;
text-transform: uppercase;
letter-spacing: 3px;
}
 
input.button2:hover, fieldset.submit-buttons input:hover {
background: #5d979f;
border: 0px;
color: #aaa;
display: inline-block;
font-family: arial;
font-size: 8px;
outline: medium none;
padding: 10px;
text-transform: uppercase;
letter-spacing: 3px;
}
 
/*formulario*/
.inputbox, select {
background-color: #f5f5f5;
border: 1px solid #f5f5f5;
color: #353a45;
display: inline-block;
font-family: Arial;
font-size: 11px;
margin-top: 5px;
outline: medium none;
padding: 4px;
}
 
#cp-main h1 {
border-bottom: none;
color: #fff;
margin-left: 10px;
padding: 0;
}
 
/*rutas*/
.pathname-box a {
float: left;
padding: 2px;
color: #aaa;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
}
 
.pathname-box a:after {content: ";"}
 
/* T A B L O N  D E  A N U N C I O S */
#tab-nom {
width: 220px;
padding: 10px;
background: #5d979f;
border-bottom: 10px solid #353a45;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: lowercase;
line-height: 30px;
text-align: right;
}
 
#tab-nom:after {content: ";";}
 
#tab-cont {
width: 220px;
padding: 10px;
background: #e0e0e0;
color: #212121;
height: 105px;
overflow: auto;
font-size: 10px;
font-family: 'Arial';
line-height: 15px;
text-align: justify;
}
 
#tab-cont a {
font-size: 8px;
font-family: 'Arial';
}
 
#tab-amb, #tab-nov, #tab-staff {
width: 220px;
padding: 10px;
background: #e0e0e0;
height: 105px;
font-size: 11px;
font-family: 'Arial';
line-height: 12px;
text-align: justify;
    overflow: auto;
}
#tab-nov
#nov-fecha {
padding: 2px 6px;
background: #5d979f;
color: #fff;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 2px;
}
 
#tab-staff a {
background: #5d979f;
color: #fff;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 2px;
text-align: center;
width: 210px;
line-height: 24.8px;
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}
 
#tab-staff a:hover {
background: #353a45;
transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-webkit-transition: all .7s ease-in-out;
}
 
/* E S T A D I S T I C A S  D E L  F O R O */
#esta-nom {
width: 311px;
padding: 10px;
background: #5d979f;
border-bottom: 10px solid #353a45;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: lowercase;
line-height: 30px;
text-align: right;
}
 
#esta-nom:after {content: ";";}
 
#esta-con, #esta-ult, #esta-ley {
width: 311px;
  padding: 10px;
background: #e0e0e0;
height: 135px;
font-size: 11px;
font-family: 'Arial';
line-height: 12px;
text-align: justify;
  overflow: auto;
}

#esta-ley {padding: 10px 5px 10px 15px;}
 
#esta-con a, #esta-ult a {
font-size: 12px;
text-transform: lowercase;
letter-spacing: 2px;
font-family: 'Oswald';
font-weight: lighter;
}
 
#ley1 a, #ley2 a, #ley3 a, #ley4 a, #ley5 a, #ley6 a, #ley7 a, #ley8 a, #ley9 a, #ley10 a, #ley11 a, #ley12 a, #ley13 a, #ley14 a, #ley15 a, #ley16 a, #ley17 a, #ley18 a, #ley19 a, #ley20 a, #ley21 a, #ley22 a, #ley23 a, #ley24 a, #ley25 a, #ley26 a, #ley27 a, #ley28 a, #ley29 a, #ley30 a, #ley31 a, #ley32 a, #ley33 a, #ley34 a, #ley35 a, #ley36 a
{
color: #fff;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
margin-right: 0px;
text-align: center;
width: 143px;
line-height: 31px;
}

#esta-ley td {margin:0 !important;}
 
#ley1 {background: #28E0E0; }
#ley2 {background: #55A35E; }
#ley3 {background: #ABFFFF; }
#ley4 {background: #000; }
#ley5 {background: #FF1493; }
#ley6 {background: #FF8C00; }
#ley7 {background: #C2B906; }
#ley8 {background: #FF0000; }
#ley9 {background: #483D8B; }
#ley10 {background: #22A800; }
#ley11{background: #009EB3; }
#ley12{background: #7604B8; }
#ley13{background: #CFC6A6; }
#ley14{background: #FFA07A; }
#ley15{background: #4B1259; }
#ley16{background: #A505AD; }
#ley17{background: #C78E48; }
#ley18{background: #6A8C21; }
#ley19{background: #9e9e9e; }
#ley20{background: #FFCE08; }
#ley21{background: #CD950C; }
#ley22{background: #0EC98B; }
#ley23{background: #9AC9A1; }
#ley24{background: #C70000; }
#ley25{background: #7B6085; }
#ley26{background: #C71585; }
#ley27{background: #8B0000; }
#ley28{background: #0A6B0A; }
#ley29{background: #8DB5CC; }
#ley30{background: #0B423F; }
#ley31{background: #196C99; }
#ley32{background: #A0522D; }
#ley33{background: #7AE843; }
#ley34{background: #00CDCD; }
#ley35{background: #2543DB; }
#ley36{background: #CC95CC; }
 
.page-bottom {
background: #e0e0e0;
  display: inline-block;
position: relative;
  text-align: center;
color: #555;
width: 331px;
line-height: 20px;
margin-left: 2px !important;
  font-size: 8px;
  text-transform: uppercase;
}
/* A F I L I A D O S  A L  P I E    D E L  F O R O */
.afi-mano {
  display: inline-block;
  width: 330px;
  margin-right: -4px;
}
 
#afi-nom, #afi-nom1, #afi-nom2 , #afi-nom3, #afi-nor a {
width: 308px;
padding: 10px;
background: #44473E;
border-bottom: 10px solid #7A2C18;
color: #f6f6f6;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
text-transform: lowercase;
line-height: 30px;
text-align: right;
}
 
#afi-nom:after, #afi-nom1:after, #afi-nom2:after, #afi-nor a:after {content: ";";}
 
#afi-nom1 {
  width: 650px;
  margin-top: 2px;
}
 
#afi-nor a {
  width: 302px;
  margin-left: 2px;
  border-bottom: 0px;
  display: block;
}
 
#afi-nom2 {
  width: 302px;
  margin-left: 2px;
}
 
#afi-cu1, #afi-cu2, #afi-cu3, #afi-cu4 {
width: 308px;
padding: 10px;
background: #0d0d0d;
height: 102px;
overflow: hidden;
}
 
#afi-nom3, #afi-cu4 {width: 320px; }
 
#afi-cu2 {
  width: 656px;
  height: auto;
  padding: 7px;
}
 
#afi-cu1 img {
  width: 100px;
  height: 50px;
  margin-bottom: 2px;
}
 
#afi-cu4 img {
  width: 50px;
  height: 50px;
  margin-bottom: 2px;
}
 
#afi-cu2 img {
  width: 40px;
  height: 40px;
  margin-bottom: 2px;
}
 
#afi-cu3 {
  margin-left: 2px;
  margin-bottom: 3px;
  width: 302px;
  height: 259px;
  overflow: auto;
  font-size: 11px;
  text-align: justify;
}

a parte que exclui foi essa:

Resulta?

Até mais
Harleen

Harleen
Super Membro

Membro desde : 09/07/2012
Mensagens : 1779
Pontos : 2373

https://antenadogames.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por lavinnia 26.09.16 14:28

Não é isso, eu gostaria que as informações voltassem pra baixo do avatar dos perfis, mas existe algum código que está cortando ele, como mostrei nos prints.

Deveria ficar assim (link), mas está cortado assim (link).
lavinnia

lavinnia
Novo Membro

Membro desde : 22/09/2016
Mensagens : 28
Pontos : 57

http://percyjacksonrpgbr.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por Cream 26.09.16 14:40

Olá,

Troque por este:
Código:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
 
 
$(function(){
 
    if(typeof(_atc) == "undefined") {
        _atc = {  };
    }
 
    _atc.cwait = 0;
    $('.addthis_button').mouseup(function(){
        if ($('#at15s').css('display') == 'block') {
            addthis_close();
        }
    });
});
 
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
 
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
                        {
                                if( $(this).is(":visible") )
                                {
                                        $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
                                }
                                else
                                {
                                        $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
                                }
                        });
        }
    }
    catch(e) { }
 
        return false;
};
 
//]]>
</script>
 
<h1 class="page-title">
        <a href="{TOPIC_URL}">{TOPIC_TITLE}</a>
</h1>
<div class="topic-actions">
        <div class="buttons">
 
                <!-- BEGIN switch_user_authpost -->
                <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
                <!-- END switch_user_authpost -->
 
                <!-- BEGIN switch_user_authreply -->
                <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
                <!-- END switch_user_authreply -->
        </div>
 
        <div class="pathname-box">
                <p itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
            <a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
            <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
            {NAV_CAT_DESC}
        </p>
        </div>
 
        <p class="right">
                <!-- BEGIN switch_fb_likebtn -->
                <script>(function(d, s, id) {
                  var js, fjs = d.getElementsByTagName(s)[0];
                  if (d.getElementById(id)) return;
                  js = d.createElement(s); js.id = id;
                  js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
                  fjs.parentNode.insertBefore(js, fjs);
                }(document, 'script', 'facebook-jssdk'));</script>
                <span class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></span>
                <!-- END switch_fb_likebtn -->
        </p>
 
        <div class="pagination">
                {PAGE_NUMBER}
                &nbsp;&bull;&nbsp;
                <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
                <!-- BEGIN switch_plus_menu -->
                &nbsp;&bull;&nbsp;
                <script type="text/javascript">//<![CDATA[
                        var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
                        var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
                        var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
                        var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
                        var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
                        var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
                        insert_plus_menu_new('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
                //]]>
                </script>
                <!-- END switch_plus_menu -->
        </div>
        <div class="clear"></div>
</div>
 
<!-- BEGIN topicpagination -->
<p class="pagination">{PAGINATION}</p>
<!-- END topicpagination -->
<p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
<div class="clear"></div>
{POLL_DISPLAY}
 
<!-- BEGIN postrow -->
        <!-- BEGIN hidden -->
                <div class="post {postrow.hidden.ROW_COUNT}">
                        <div class="inner">
                                <span class="corners-top"><span></span></span>
                                <p style="text-align:center">{postrow.hidden.MESSAGE}</p>
                                <div class="clear"></div>
                                <span class="corners-bottom"><span></span></span>
                        </div>
                </div>
        <!-- END hidden -->
        <!-- BEGIN displayed -->
                <div id="p{postrow.displayed.U_POST_ID}" class="post {postrow.displayed.ROW_COUNT}{postrow.displayed.ONLINE_IMG_NEW} post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
                        <div class="inner"><span class="corners-top"><span></span></span>
            <div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
                        <div class="postbody">
 
                                <ul class="profile-icons">
                                        <li>{postrow.displayed.THANK_IMG}</li>
                                        <li>{postrow.displayed.MULTIQUOTE_IMG}</li>
                                        <li>{postrow.displayed.QUOTE_IMG}</li>
                                        <li>{postrow.displayed.EDIT_IMG}</li>
                                        <li>{postrow.displayed.DELETE_IMG}</li>
                                        <li>{postrow.displayed.IP_IMG}</li>
                                        <li>{postrow.displayed.REPORT_IMG_NEW}</li>
                                </ul>
 
                                <h2 class="topic-title"><a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a></h2>
                                <p class="author"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" />&nbsp;{L_TOPIC_BY}&nbsp;{postrow.displayed.POSTER_NAME} {postrow.displayed.POST_DATE_NEW}</p>
                           
                                <!-- BEGIN switch_vote_active -->
                                <div class="vote gensmall">
                                        <!-- BEGIN switch_vote -->
                                        <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                                        <!-- END switch_vote -->
 
                                        <!-- BEGIN switch_bar -->
                                        <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                                                <!-- BEGIN switch_vote_plus -->
                                                <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                                                <!-- END switch_vote_plus -->
 
                                                <!-- BEGIN switch_vote_minus -->
                                                <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                                                <!-- END switch_vote_minus -->
                                        </div>
                                        <!-- END switch_bar -->
 
                                        <!-- BEGIN switch_no_bar -->
                                        <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                                        <!-- END switch_no_bar -->
 
                                        <!-- BEGIN switch_vote -->
                                        <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                                        <!-- END switch_vote -->
                                </div>
                                <!-- END switch_vote_active -->
 
                                <div style="display:none"></div>
                                <div class="content clearfix">
                                        <div>{postrow.displayed.MESSAGE}</div>
                                                <!-- BEGIN switch_attachments -->
                                                <dl class="attachbox">
                                                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                                                        <dd class="attachments">
                                                                <!-- BEGIN switch_post_attachments -->
                                                                <dl class="file clearfix">
                                                                        <dt>
                                                                                <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt=""/>
                                                                        </dt>
                                                                        <dd>
                                                                                <!-- BEGIN switch_dl_att -->
                                                                                <span><a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}</span>
                                                                                <!-- END switch_dl_att -->
 
                                                                                <!-- BEGIN switch_no_dl_att -->
                                                                                <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}</span>
                                                                                <!-- END switch_no_dl_att -->
 
                                                                                <!-- BEGIN switch_no_comment -->
                                                                                <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
                                                                                <!-- END switch_no_comment -->
 
                                                                                <!-- BEGIN switch_no_dl_att -->
                                                                                <span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
                                                                                <!-- END switch_no_dl_att -->
 
                                                                                <span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
                                                                        </dd>
                                                                </dl>
                                                                <!-- END switch_post_attachments -->
                                                        </dd>
                                                </dl>
                                                <!-- END switch_attachments -->
                                </div>
                                <!-- BEGIN switch_signature -->
                                <div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>
                                <!-- END switch_signature -->
                        </div>
 
<div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">
 <!-- div class="online2"></div-->
<div id="pr-cuerpo">
  <div id="pr-name">{postrow.displayed.POSTER_NAME}</div>
  <div id="pr-avatar">{postrow.displayed.POSTER_AVATAR}</div>
  <div id="pr-rango">{postrow.displayed.RANK_IMAGE}</div>
  <div id="campos">
                  <!-- BEGIN profile_field -->
                  {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
                  <!-- END profile_field -->
                  {postrow.displayed.POSTER_RPG}
</br></br></br>
</div>
  <div id="pr-info">
    <div id="pr-conta">
      {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} <!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
    </div>
    <div id="pr-in">
      <!-- BEGIN profile_field -->
      <div class="pr-campo">
        <div id="pr-tit">{postrow.displayed.profile_field.LABEL}</div>
        <div id="pr-dato">{postrow.displayed.profile_field.CONTENT}</div>
        <div id="pr-sep">{postrow.displayed.profile_field.SEPARATOR}</div>
      </div>
      <!-- END profile_field -->
    </div>
  </div>
 
</div></div>
                        <div class="clear"></div>
 
                        <p class="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
                        <span class="corners-bottom"><span></span></span></div>
                </div>
                <!-- BEGIN first_post_br -->
                <hr id="first-post-br" />
                <!-- END first_post_br -->
        <!-- END displayed -->
<!-- END postrow -->
 
<a name="bottomtitle"></a>
 
<!-- BEGIN topicpagination -->
<p class="pagination">{PAGINATION}</p>
<!-- END topicpagination -->
 
<p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#top">{L_BACK_TO_TOP}</a></p>
 
<div class="clear"></div>
 
<div class="noprint">
<!-- BEGIN switch_user_logged_in -->
<!-- BEGIN watchtopic -->
<p class="right">{S_WATCH_TOPIC}</p>
<!-- END watchtopic -->
<!-- END switch_user_logged_in -->
</div>
 
<!-- BEGIN promot_trafic -->
<div class="post row2" id="ptrafic_close" style="display:none;font-size:1.3em;line-height:1.4em">
        <span class="corners-top"><span></span></span>
        <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></span>
        <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
        <span class="corners-bottom"><span></span></span>
</div>
<div class="post row2" id="ptrafic_open" style="display:'';font-size:1.3em;line-height:1.4em">
        <span class="corners-top"><span></span></span>
        <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></span>
        <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
        <div class="clear"></div>
        <div>
                <!-- BEGIN link -->
                »&nbsp;<a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
                <!-- END link -->
        </div>
        <span class="corners-bottom"><span></span></span>
</div>
<!-- END promot_trafic -->
 
<!-- BEGIN switch_forum_rules -->
<div class="post row1" id="forum_rules">
        <span class="corners-top"><span></span></span>
        <div class="h3">&nbsp;{L_FORUM_RULES}</div>
        <div class="clear"></div>
        <table class="postbody">
                <tr>
                        <!-- BEGIN switch_forum_rule_image -->
                        <td class="logo">
                                <img src="{RULE_IMG_URL}" alt="" />
                        </td>
                        <!-- END switch_forum_rule_image -->
                        <td class="rules content">
                                {RULE_MSG}
                        </td>
                </tr>
        </table>
        <span class="corners-bottom"><span></span></span>
</div>
<!-- END switch_forum_rules -->
 
<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->
 
<hr />
 
<div class="topic-actions">
        <div class="buttons">
                <!-- BEGIN switch_user_authpost -->
                <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
                <!-- END switch_user_authpost -->
 
                <!-- BEGIN switch_user_authreply -->
                <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
                <!-- END switch_user_authreply -->
        </div>
 
        <div class="pathname-box">
                <p><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC}</p>
        </div>
 
        <div class="pagination">
                {PAGE_NUMBER}
        </div>
</div>
<div class="clear"></div>
 
<!-- BEGIN viewtopic_bottom -->
<form action="{S_JUMPBOX_ACTION}" method="get" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<fieldset class="jumpbox">
        <label>{L_JUMP_TO}:&nbsp;</label>
        {S_JUMPBOX_SELECT}&nbsp;
        <input class="button2" type="submit" value="{L_GO}" />
</fieldset>
</form>
<!-- END viewtopic_bottom -->
 
<!-- BEGIN viewtopic_bottom -->
<form method="get" action="{S_FORM_MOD_ACTION}">
<fieldset class="quickmod">
        <input type="hidden" name="t" value="{TOPIC_ID}" />
 
        <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
        <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
        <label>{L_MOD_TOOLS}:&nbsp;</label>
        {S_SELECT_MOD}&nbsp;
        <input class="button2" type="submit" value="{L_GO}" />
</fieldset>
</form>
<div class="clear"></div>
<p class="right">{S_TOPIC_ADMIN}</p>
<!-- END viewtopic_bottom -->
 
<!-- BEGIN show_permissions -->
        <div class="h3">{L_TABS_PERMISSIONS}</div>
        {S_AUTH_LIST}
<!-- END show_permissions -->
 
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
 
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>

Mesmo que não funcione peço que deixe o código ativado para verificarmos os problemas.
Até mais!
Cream

Cream
Membro Entusiasta
Membro Entusiasta

Membro desde : 15/12/2010
Mensagens : 8540
Pontos : 11644

https://ajuda.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por lavinnia 26.09.16 17:20

Ativei o código, permanece do mesmo modo. Vou deixar até próximas instruções.
lavinnia

lavinnia
Novo Membro

Membro desde : 22/09/2016
Mensagens : 28
Pontos : 57

http://percyjacksonrpgbr.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por Cream 26.09.16 17:27

Olá,

Eu visitei seu fórum e os campos estão a aparecer normalmente:
https://i.imgur.com/UcGdZQf.png
Agora basta criar novos campos de perfil:
https://ajuda.forumeiros.com/t17049-faq-criacao-e-gestao-dos-perfis

Até mais!
Cream

Cream
Membro Entusiasta
Membro Entusiasta

Membro desde : 15/12/2010
Mensagens : 8540
Pontos : 11644

https://ajuda.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por lavinnia 26.09.16 19:41

Aqui ainda está cortando, já que ainda faltariam duas barras e uma caixa de informações. Falei com alguns membros e o problema persiste com eles, fora o fato de que esses campos continuam desconfigurados https://i.imgur.com/CrIYQNF.png

Acredito que exista alguma limitação da altura após os ranks, ou algo desse tipo, já que não está no tamanho automático...
lavinnia

lavinnia
Novo Membro

Membro desde : 22/09/2016
Mensagens : 28
Pontos : 57

http://percyjacksonrpgbr.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por Cream 26.09.16 19:58

Olá,

Vamos tentar o seguinte. Volte o template para o primeiro que você me mandou neste tópico. Logo depois vá na sua CSS e exclua todos os seguintes códigos (tenha cautela pois são códigos específicos e não estarão em ordem):
Código:
 
/* P E R F I L  D E  L O S  P E R S O N A J E S */
#pr-cuerpo {
width: 250px;
height: 510px;
overflow: hidden;
margin-left: -25px;
margin-top: -5px;
}
 
#pr-info {
width: 230px;
height: 380px;
padding: 10px;
background: #f5f5f5;
margin-top: -438px;
margin-left: 250px;
transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
 
#pr-cuerpo:hover #pr-avatar {
margin-left: -250px;
transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
 
#pr-cuerpo:hover #pr-info {
margin-left: 0px;
transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
 
#pr-conta {
width: 116px;
height: 66px;
display: inline-block;
}
 
#pr-conta a {
  margin-bottom: 2px;
  display: block;
}
 
#pr-tit {font-size: 0px; height: 0px; } /*elimina el titulo de los datos*/
#pr-sep {margin-bottom: -10px; } /*elimina el espacio entre dato y dato*/
 
#pr-dato {
background: #e0e0e0;
color: #555;
display: inline-block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px;
margin-right: 0px;
text-align: center;
width: 230px;
line-height: 20px;
}
 
#pr-dato img {width: 230px; max-height: 226px;}
 
/*mini perfil nas mensagens*/
.pr-campo:first-child #pr-dato {
width: 92px;
padding: 15px 10px;
background: #e0e0e0;
font-family: 'Oswald';
font-size: 20px;
font-variant: normal;
font-weight: lighter;
text-transform: lowercase;
line-height: 24px;
text-align: center;
display: block;
margin-top: -66px;
margin-left: 118px;
}
 
/*escribe 'mensajes' sin usar el label*/
.pr-campo:first-child #pr-dato:after {
content: "Posts";
font-size: 8px;
line-height: 10px;
text-transform: uppercase;
letter-spacing: 2px;
display: block;
}

Ps: Salve sua CSS em um bloco de notas antes das modificações.
Até mais!
Cream

Cream
Membro Entusiasta
Membro Entusiasta

Membro desde : 15/12/2010
Mensagens : 8540
Pontos : 11644

https://ajuda.forumeiros.com

Ir para o topo Ir para baixo

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por lavinnia 27.09.16 2:13

Se faço isso a hover do avatar some, e todas as informações passam pra baixo, bugando e duplicando as informações ali. https://i.imgur.com/cLQ1gph.png

Minha intenção seria manter a hover de antes, com informação de quantidade de mensagens, uma pequena imagem, e deixar somente as barras e a caixa de texto em baixo, não sei se é possível.

Peço desculpas por tantos erros, imaginei que meu problema fosse mais simples.
lavinnia

lavinnia
Novo Membro

Membro desde : 22/09/2016
Mensagens : 28
Pontos : 57

http://percyjacksonrpgbr.forumeiros.com/

Ir para o topo Ir para baixo

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por while 27.09.16 4:13

Olá autor (a),

Troque seu template viewtopic_body por este:
Código:
<style>
  #pr-info {margin-left:-22px!important;margin-top:-250px;height:auto!important;}
        .pr-campo:first-child #pr-dato {width:165px!important;margin-left:44px!important;}
</style>
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
 
 
$(function(){
 
    if(typeof(_atc) == "undefined") {
        _atc = {  };
    }
 
    _atc.cwait = 0;
    $('.addthis_button').mouseup(function(){
        if ($('#at15s').css('display') == 'block') {
            addthis_close();
        }
    });
});
 
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
 
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
                        {
                                if( $(this).is(":visible") )
                                {
                                        $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
                                }
                                else
                                {
                                        $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
                                }
                        });
        }
    }
    catch(e) { }
 
        return false;
};
 
//]]>
</script>
 
<h1 class="page-title">
        <a href="{TOPIC_URL}">{TOPIC_TITLE}</a>
</h1>
<div class="topic-actions">
        <div class="buttons">
 
                <!-- BEGIN switch_user_authpost -->
                <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
                <!-- END switch_user_authpost -->
 
                <!-- BEGIN switch_user_authreply -->
                <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
                <!-- END switch_user_authreply -->
        </div>
 
        <div class="pathname-box">
                <p itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
            <a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
            <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
            {NAV_CAT_DESC}
        </p>
        </div>
 
        <p class="right">
                <!-- BEGIN switch_fb_likebtn -->
                <script>(function(d, s, id) {
                  var js, fjs = d.getElementsByTagName(s)[0];
                  if (d.getElementById(id)) return;
                  js = d.createElement(s); js.id = id;
                  js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
                  fjs.parentNode.insertBefore(js, fjs);
                }(document, 'script', 'facebook-jssdk'));</script>
                <span class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></span>
                <!-- END switch_fb_likebtn -->
        </p>
 
        <div class="pagination">
                {PAGE_NUMBER}
                &nbsp;&bull;&nbsp;
                <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;pub=forumotion">{L_SHARE}</a>
                <!-- BEGIN switch_plus_menu -->
                &nbsp;&bull;&nbsp;
                <script type="text/javascript">//<![CDATA[
                        var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
                        var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
                        var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
                        var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
                        var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
                        var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
                        insert_plus_menu_new('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
                //]]>
                </script>
                <!-- END switch_plus_menu -->
        </div>
        <div class="clear"></div>
</div>
 
<!-- BEGIN topicpagination -->
<p class="pagination">{PAGINATION}</p>
<!-- END topicpagination -->
<p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
<div class="clear"></div>
{POLL_DISPLAY}
 
<!-- BEGIN postrow -->
        <!-- BEGIN hidden -->
                <div class="post {postrow.hidden.ROW_COUNT}">
                        <div class="inner">
                                <span class="corners-top"><span></span></span>
                                <p style="text-align:center">{postrow.hidden.MESSAGE}</p>
                                <div class="clear"></div>
                                <span class="corners-bottom"><span></span></span>
                        </div>
                </div>
        <!-- END hidden -->
        <!-- BEGIN displayed -->
                <div id="p{postrow.displayed.U_POST_ID}" class="post {postrow.displayed.ROW_COUNT}{postrow.displayed.ONLINE_IMG_NEW} post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
                        <div class="inner"><span class="corners-top"><span></span></span>
            <div style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></div>
                        <div class="postbody">
 
                                <ul class="profile-icons">
                                        <li>{postrow.displayed.THANK_IMG}</li>
                                        <li>{postrow.displayed.MULTIQUOTE_IMG}</li>
                                        <li>{postrow.displayed.QUOTE_IMG}</li>
                                        <li>{postrow.displayed.EDIT_IMG}</li>
                                        <li>{postrow.displayed.DELETE_IMG}</li>
                                        <li>{postrow.displayed.IP_IMG}</li>
                                        <li>{postrow.displayed.REPORT_IMG_NEW}</li>
                                </ul>
 
                                <h2 class="topic-title"><a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a></h2>
                                <p class="author"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" />&nbsp;{L_TOPIC_BY}&nbsp;{postrow.displayed.POSTER_NAME} {postrow.displayed.POST_DATE_NEW}</p>
                             
                                <!-- BEGIN switch_vote_active -->
                                <div class="vote gensmall">
                                        <!-- BEGIN switch_vote -->
                                        <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                                        <!-- END switch_vote -->
 
                                        <!-- BEGIN switch_bar -->
                                        <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                                                <!-- BEGIN switch_vote_plus -->
                                                <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                                                <!-- END switch_vote_plus -->
 
                                                <!-- BEGIN switch_vote_minus -->
                                                <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                                                <!-- END switch_vote_minus -->
                                        </div>
                                        <!-- END switch_bar -->
 
                                        <!-- BEGIN switch_no_bar -->
                                        <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                                        <!-- END switch_no_bar -->
 
                                        <!-- BEGIN switch_vote -->
                                        <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                                        <!-- END switch_vote -->
                                </div>
                                <!-- END switch_vote_active -->
 
                                <div style="display:none"></div>
                                <div class="content clearfix">
                                        <div>{postrow.displayed.MESSAGE}</div>
                                                <!-- BEGIN switch_attachments -->
                                                <dl class="attachbox">
                                                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                                                        <dd class="attachments">
                                                                <!-- BEGIN switch_post_attachments -->
                                                                <dl class="file clearfix">
                                                                        <dt>
                                                                                <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt=""/>
                                                                        </dt>
                                                                        <dd>
                                                                                <!-- BEGIN switch_dl_att -->
                                                                                <span><a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}</span>
                                                                                <!-- END switch_dl_att -->
 
                                                                                <!-- BEGIN switch_no_dl_att -->
                                                                                <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}</span>
                                                                                <!-- END switch_no_dl_att -->
 
                                                                                <!-- BEGIN switch_no_comment -->
                                                                                <span>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</span>
                                                                                <!-- END switch_no_comment -->
 
                                                                                <!-- BEGIN switch_no_dl_att -->
                                                                                <span><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></span>
                                                                                <!-- END switch_no_dl_att -->
 
                                                                                <span>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</span>
                                                                        </dd>
                                                                </dl>
                                                                <!-- END switch_post_attachments -->
                                                        </dd>
                                                </dl>
                                                <!-- END switch_attachments -->
                                </div>
                                <!-- BEGIN switch_signature -->
                                <div class="signature_div" id="sig{postrow.displayed.U_POST_ID}">{postrow.displayed.SIGNATURE_NEW}</div>
                                <!-- END switch_signature -->
                        </div>
 
<div class="postprofile" id="profile{postrow.displayed.U_POST_ID}">
 <!-- div class="online2"></div-->
<div id="pr">
  <div id="pr-name">{postrow.displayed.POSTER_NAME}</div>
  <div id="pr-avatar">{postrow.displayed.POSTER_AVATAR}</div>
  <div id="pr-rango">{postrow.displayed.RANK_IMAGE}</div>
  <div id="pr-info">
    <div id="pr-conta">
      {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} <!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
    </div>
    <div id="pr-in">
      <!-- BEGIN profile_field -->
      <div class="pr-campo">
        <div id="pr-tit">{postrow.displayed.profile_field.LABEL}</div>
        <div id="pr-dato">{postrow.displayed.profile_field.CONTENT}</div>
        <div id="pr-sep">{postrow.displayed.profile_field.SEPARATOR}</div>
      </div>
      <!-- END profile_field -->
    </div>
  </div>
 
</div></div>
                        <div class="clear"></div>
 
                        <p class="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;<a href="#bottom">{L_GOTO_DOWN}</a></p>
                        <span class="corners-bottom"><span></span></span></div>
                </div>
                <!-- BEGIN first_post_br -->
                <hr id="first-post-br" />
                <!-- END first_post_br -->
        <!-- END displayed -->
<!-- END postrow -->
 
<a name="bottomtitle"></a>
 
<!-- BEGIN topicpagination -->
<p class="pagination">{PAGINATION}</p>
<!-- END topicpagination -->
 
<p class="left-box"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>&nbsp;<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a>&nbsp;<a href="#top">{L_BACK_TO_TOP}</a></p>
 
<div class="clear"></div>
 
<div class="noprint">
<!-- BEGIN switch_user_logged_in -->
<!-- BEGIN watchtopic -->
<p class="right">{S_WATCH_TOPIC}</p>
<!-- END watchtopic -->
<!-- END switch_user_logged_in -->
</div>
 
<!-- BEGIN promot_trafic -->
<div class="post row2" id="ptrafic_close" style="display:none;font-size:1.3em;line-height:1.4em">
        <span class="corners-top"><span></span></span>
        <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></span>
        <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
        <span class="corners-bottom"><span></span></span>
</div>
<div class="post row2" id="ptrafic_open" style="display:'';font-size:1.3em;line-height:1.4em">
        <span class="corners-top"><span></span></span>
        <span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></span>
        <span class="ptrafic">&nbsp;{PROMOT_TRAFIC_TITLE}</span>
        <div class="clear"></div>
        <div>
                <!-- BEGIN link -->
                »&nbsp;<a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
                <!-- END link -->
        </div>
        <span class="corners-bottom"><span></span></span>
</div>
<!-- END promot_trafic -->
 
<!-- BEGIN switch_forum_rules -->
<div class="post row1" id="forum_rules">
        <span class="corners-top"><span></span></span>
        <div class="h3">&nbsp;{L_FORUM_RULES}</div>
        <div class="clear"></div>
        <table class="postbody">
                <tr>
                        <!-- BEGIN switch_forum_rule_image -->
                        <td class="logo">
                                <img src="{RULE_IMG_URL}" alt="" />
                        </td>
                        <!-- END switch_forum_rule_image -->
                        <td class="rules content">
                                {RULE_MSG}
                        </td>
                </tr>
        </table>
        <span class="corners-bottom"><span></span></span>
</div>
<!-- END switch_forum_rules -->
 
<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->
 
<hr />
 
<div class="topic-actions">
        <div class="buttons">
                <!-- BEGIN switch_user_authpost -->
                <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>&nbsp;&nbsp;&nbsp;
                <!-- END switch_user_authpost -->
 
                <!-- BEGIN switch_user_authreply -->
                <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
                <!-- END switch_user_authreply -->
        </div>
 
        <div class="pathname-box">
                <p><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC}</p>
        </div>
 
        <div class="pagination">
                {PAGE_NUMBER}
        </div>
</div>
<div class="clear"></div>
 
<!-- BEGIN viewtopic_bottom -->
<form action="{S_JUMPBOX_ACTION}" method="get" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<fieldset class="jumpbox">
        <label>{L_JUMP_TO}:&nbsp;</label>
        {S_JUMPBOX_SELECT}&nbsp;
        <input class="button2" type="submit" value="{L_GO}" />
</fieldset>
</form>
<!-- END viewtopic_bottom -->
 
<!-- BEGIN viewtopic_bottom -->
<form method="get" action="{S_FORM_MOD_ACTION}">
<fieldset class="quickmod">
        <input type="hidden" name="t" value="{TOPIC_ID}" />
 
        <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
        <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
        <label>{L_MOD_TOOLS}:&nbsp;</label>
        {S_SELECT_MOD}&nbsp;
        <input class="button2" type="submit" value="{L_GO}" />
</fieldset>
</form>
<div class="clear"></div>
<p class="right">{S_TOPIC_ADMIN}</p>
<!-- END viewtopic_bottom -->
 
<!-- BEGIN show_permissions -->
        <div class="h3">{L_TABS_PERMISSIONS}</div>
        {S_AUTH_LIST}
<!-- END show_permissions -->
 
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody .content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
 
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>

e permaneça com sua folha de estilo css padrão (como estava antes de criar esse tópico).
Resulta? seria assim?

Cumprimentos,
While.
while

while
Hiper Membro

Membro desde : 24/04/2016
Mensagens : 3263
Pontos : 4761

http://www.ajuda.forumeiros.com https://www.facebook.com/profile.php?id=100012157981279

Ir para o topo Ir para baixo

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por lavinnia 27.09.16 14:25

Continua bugado, acredito que nao dê para deixar os dois modos, então vou permanecer como está mesmo.

Obrigada a todos que ajudaram.
lavinnia

lavinnia
Novo Membro

Membro desde : 22/09/2016
Mensagens : 28
Pontos : 57

http://percyjacksonrpgbr.forumeiros.com/

Ir para o topo Ir para baixo

Membro Entusiasta

Tópico resolvido Re: Ausência dos campos de perfil

Mensagem por Cream 27.09.16 14:41

Ausência dos campos de perfil Symbol10 Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada.

Tópico marcado como Resolvido e movido para "Questões resolvidas".
Cream

Cream
Membro Entusiasta
Membro Entusiasta

Membro desde : 15/12/2010
Mensagens : 8540
Pontos : 11644

https://ajuda.forumeiros.com

Ir para o topo Ir para baixo

Ver o tópico anterior Ver o tópico seguinte Ir para o topo

- Tópicos semelhantes

Permissões neste sub-fórum
Não podes responder a tópicos