Erro na caixa BBCode do tópico

2 participantes

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

Tópico resolvido Erro na caixa BBCode do tópico

Mensagem por Alex Habilidade 08.07.13 5:52

Qual é minha questão:
Olá a todos,

Ocorreu um bug na caixa de mensagem do meu fórum como podem observa no print abaixo:
https://i.servimg.com/u/f35/14/99/55/84/bug10.png
Todas as ferramentas de edição de texto sumiram.

Além de estar assim na resposta rápido, o bug também ocorre quando clico em responder ou criar novo tópico.


Espeor que alguém possa me ajudar.

Endereço do meu fórum:
http://maniaonline.foroactivo.com.mx

Versão do fórum:
PUNBB
Alex Habilidade

Alex Habilidade
Hiper Membro

Membro desde : 10/01/2011
Mensagens : 2795
Pontos : 3774

http://www.gzhabilidade.com/

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Erro na caixa BBCode do tópico

Mensagem por Sennior 08.07.13 5:57

Boa noite,

Você deve ter aplicado algum JavaScript que esta em conflito, tente desativar todos os seus JavaScripts existentes em teu fórum.

Até mais. Piscada
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

Ir para o topo Ir para baixo

Tópico resolvido Re: Erro na caixa BBCode do tópico

Mensagem por Alex Habilidade 08.07.13 6:03

Olá mikéé, agradeço novamente por vim me ajudar.

Em meu fórum está apenas dois JS, um que é anti wonar e o outro que é a confirmação de cadastro se tem o nome de usuário disponivel ou não. Somente esses dois, creio que os JS não estejam influenciando em nada não.
Alex Habilidade

Alex Habilidade
Hiper Membro

Membro desde : 10/01/2011
Mensagens : 2795
Pontos : 3774

http://www.gzhabilidade.com/

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Erro na caixa BBCode do tópico

Mensagem por Sennior 08.07.13 7:22

Olá amigo,

O mesmo desapareceu assim de uma vez, ou o senhor fez alguma edição em teu fórum?

Aceda à "Folha de Estilo CSS":
Painel de Controle Seta Visualização Seta Imagens e Cores Seta Cores Seta Folha de Estilo CSS


Codigo CSS:
Código:
.frm-textarea {
display: block !important;
}
.pun .frm div.posting-block dd.frm-textarea {
display: block !important;
margin-left: 0px !important;
width: auto !important;
}

Seta Coloque no inicio de teu CSS.

Clique em "Validar". Piscada

Até mais.
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

Ir para o topo Ir para baixo

Tópico resolvido Re: Erro na caixa BBCode do tópico

Mensagem por Alex Habilidade 08.07.13 16:01

Olá mikéé,

Eu estava editando alguns templates, porém eu cancelei porque não resultou da forma que eu pretendia, usei também um JS que elimina os widgets no sub-forums e no tópicos, mais não resultou ai retirei também.

O código CSS não resultou.
Alex Habilidade

Alex Habilidade
Hiper Membro

Membro desde : 10/01/2011
Mensagens : 2795
Pontos : 3774

http://www.gzhabilidade.com/

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Erro na caixa BBCode do tópico

Mensagem por Sennior 08.07.13 16:04

Olá novamente!

Me diga quais os Templates editados por gentileza.

Abraços.
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

Ir para o topo Ir para baixo

Tópico resolvido Re: Erro na caixa BBCode do tópico

Mensagem por Alex Habilidade 08.07.13 16:09

Tentei editar o viewtopic_body, index_body, overall_header.

Somente esses
Alex Habilidade

Alex Habilidade
Hiper Membro

Membro desde : 10/01/2011
Mensagens : 2795
Pontos : 3774

http://www.gzhabilidade.com/

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Erro na caixa BBCode do tópico

Mensagem por Sennior 08.07.13 16:22

Olá amigo!

Troque teu viewtopic_body pelo código abaixo:

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(){
   _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>

<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
   <ul>
      <!-- BEGIN switch_plus_menu -->
      <li>
         <script type="text/javascript">//<![CDATA[
            var url_favourite = '{switch_user_logged_in.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>
      </li>
      <!-- END switch_plus_menu -->
      <li><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a></li>
      <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
      <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
      <!-- BEGIN watchtopic -->
      <li>{S_WATCH_TOPIC}</li>
      <!-- END watchtopic -->
   </ul>
   <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
   <p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->

<div class="pun-crumbs noprint">
   <p class="crumbs">
      <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} » 
      <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
      <!-- BEGIN switch_twitter_btn -->
      <span id="twitter_btn" style="margin-left: 6px; ">
         <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
         <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
      </span>
      <!-- END switch_twitter_btn -->
      <!-- BEGIN switch_fb_likebtn -->
      <span id="fb_likebtn" style="margin-left: 6px; ">
         <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:auto; height:21px;" allowTransparency="true"></iframe>
      </span>
      <!-- END switch_fb_likebtn -->
   </p>
</div>

<div class="main paged">
   <div class="paged-head clearfix">
      <!-- BEGIN topicpagination -->
      <p class="paging">{PAGINATION}</p>
      <!-- END topicpagination -->
      <p class="posting">
         <!-- 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>  
         <!-- 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 -->
      </p>
   </div>
   {POLL_DISPLAY}
   <div class="main-head clearfix">
      <p class="h2">
         <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a>  
         {L_MESSAGE} [{PAGE_NUMBER}]
      </p>
   </div>

   <div class="main-content topic">
      <!-- BEGIN postrow -->
         <!-- BEGIN hidden -->
            <p class="p-hidden">{postrow.hidden.MESSAGE}</p>
         <!-- END hidden -->
         
         <!-- BEGIN displayed -->
         <!-- BEGIN first_post_br -->
      </div>
      <hr id="first-post-br" />
      <div class="main-content topic">
         <!-- END first_post_br -->
         <div class="post post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
            <a name="{postrow.displayed.U_POST_ID}"></a>
            <div class="postmain"{postrow.displayed.THANK_BGCOLOR}>
               <div id="p{postrow.displayed.U_POST_ID}" class="posthead"{postrow.displayed.THANK_BGCOLOR}>
                  <h2>
                     <strong>{postrow.displayed.COUNT_POSTS}</strong>
                     {postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a> {postrow.displayed.POST_DATE_NEW}
                  </h2>
               </div>

               <div class="postbody"{postrow.displayed.THANK_BGCOLOR}>
                  <div class="user">
                     <div class="user-ident">
                        <h4 class="username">{postrow.displayed.POSTER_NAME}</h4>
                        <div class="user-basic-info">
                           {postrow.displayed.POSTER_AVATAR}<br />
                           {postrow.displayed.POSTER_RANK_NEW}{postrow.displayed.RANK_IMAGE}
                        </div>
                     </div>
                     <div class="user-info">
                        {postrow.displayed.ONLINE_IMG}
                        <!-- 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>

                  <div class="post-entry">
                     <div class="entry-content">
                        <!-- 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>
                           <div>{postrow.displayed.MESSAGE}</div>
                           <!-- BEGIN switch_attachments -->
                           <dl class="attachbox">
                              <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                              <dd>
                                 <!-- BEGIN switch_post_attachments -->
                                 <dl class="file">
                                    <dt>
                                       <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                                       <!-- BEGIN switch_dl_att -->
                                       <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}
                                       <!-- END switch_dl_att -->

                                       <!-- BEGIN switch_no_dl_att -->
                                       {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}
                                       <!-- END switch_no_dl_att -->
                                    </dt>

                                    <!-- BEGIN switch_no_comment -->
                                    <dd>
                                       <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                                    </dd>
                                    <!-- END switch_no_comment -->

                                    <!-- BEGIN switch_no_dl_att -->
                                    <dd>
                                       <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                                    </dd>
                                    <!-- END switch_no_dl_att -->

                                    <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                                 </dl>
                                 <!-- END switch_post_attachments -->
                              </dd>
                           </dl>
                           <!-- END switch_attachments -->
                           <div class="clear"></div>
                        </div>
                        <p>
                           {postrow.displayed.EDITED_MESSAGE}
                        </p>
                     </div>
                  </div>
               </div>

               <!-- BEGIN switch_signature -->
               <div class="sig-content">
                  {postrow.displayed.SIGNATURE_NEW}
               </div>
               <!-- END switch_signature -->

               <div class="postfoot">
                  <div class="user-contact profile_{postrow.displayed.PROFILE_POSITION}">
                     {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
                  </div>
                  <div class="post-options profile_{postrow.displayed.PROFILE_POSITION}">
                     {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
                  </div>
                  <div style="clear:both;"></div>
               </div>
            </div>
         </div>
         <!-- END displayed -->
      <!-- END postrow -->
   </div>

   <div class="main-foot clearfix">
      <p class="h2">
         <a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a>  
         {L_MESSAGE} [{PAGE_NUMBER}]
      </p>
      <p class="options">
         <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}" />

         <!-- BEGIN viewtopic_bottom -->
         {S_TOPIC_ADMIN}
         <!-- END viewtopic_bottom -->
      </p>
   </div>

   <a name="bottomtitle"></a>

   <div class="paged-foot clearfix">
      <!-- BEGIN topicpagination -->
      <p class="paging">{PAGINATION}</p>
      <!-- END topicpagination -->
      <p class="posting">
         <!-- 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>  
         <!-- 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 -->
      </p>
   </div>

</div>

<div class="pun-crumbs">
   <p class="crumbs">
      <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} » 
      <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
   </p>
</div>

<!-- BEGIN promot_trafic -->
<div class="main" id="ptrafic_close" style="display:none">
   <div class="main-head clearfix">
      <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
      <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></p>
   </div>
</div>
<div class="main" id="ptrafic_open" style="display:''">
   <div class="main-head clearfix">
      <p class="h2">{PROMOT_TRAFIC_TITLE}</p>
      <p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></p>
   </div>
   <div class="main-content clearfix">
      <!-- BEGIN link -->
      » <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
      <!-- END link -->
   </div>
</div>
<!-- END promot_trafic -->

<!-- BEGIN switch_forum_rules -->
<div class="main" id="forum_rules">
   <div class="main-head clearfix">
      <p class="h2">{L_FORUM_RULES}</p>
   </div>
   <table class="main-content frm">
      <tr>
         <!-- BEGIN switch_forum_rule_image -->
         <td class="logo">
            <img src="{RULE_IMG_URL}" alt="" />
         </td>
         <!-- END switch_forum_rule_image -->
         <td class="rules entry-content">
            {RULE_MSG}
         </td>
      </tr>
   </table>
</div>
<!-- END switch_forum_rules -->

<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->

<div id="pun-info" class="main">
   <div class="main-content">
      <div id="stats">
         <p>{L_TABS_PERMISSIONS} <br />{S_AUTH_LIST}</p>
      </div>
   </div>
</div>

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.post-entry .entry-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>

Seta Depois Publique Adicionar .

Até mais.
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

Ir para o topo Ir para baixo

Tópico resolvido Re: Erro na caixa BBCode do tópico

Mensagem por Alex Habilidade 08.07.13 16:26

Não resultou
Alex Habilidade

Alex Habilidade
Hiper Membro

Membro desde : 10/01/2011
Mensagens : 2795
Pontos : 3774

http://www.gzhabilidade.com/

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Erro na caixa BBCode do tópico

Mensagem por Sennior 08.07.13 16:28

Olá amigo!

Me conceda teu CSS por gentileza. Piscada

Até mais.
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

Ir para o topo Ir para baixo

Tópico resolvido Re: Erro na caixa BBCode do tópico

Mensagem por Alex Habilidade 08.07.13 16:30

Olá mikéé

Enviei por mp.
Alex Habilidade

Alex Habilidade
Hiper Membro

Membro desde : 10/01/2011
Mensagens : 2795
Pontos : 3774

http://www.gzhabilidade.com/

Ir para o topo Ir para baixo

Principal Contribuidor
  • 0

Tópico resolvido Re: Erro na caixa BBCode do tópico

Mensagem por Sennior 08.07.13 16:37

Olá,

O problema não esta com teu CSS ou Template, mas por todo caso, troque teu CSS por este:

Código:
div.sceditor-toolbar {
display: block !important;
}
/*Icone do BBcode*/
.pun .main-head a.exthelp, .pun .main-head a.exthelp:link, .pun .main-head a.exthelp:visited {
  background-image: url(http://i36.servimg.com/u/f36/11/96/49/61/script10.png);}

/*Efeito da resposta rapida*/
#pun-qpost{margin-top: 10px;}

#pun-qpost .main-head{
  margin-top: 15px;
  margin-bottom: 0px;
  background: black url(http://i36.servimg.com/u/f36/11/96/49/61/index-10.png) top repeat-x;
  border: 1px solid black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 17px;
  padding-top: 0.4em !important;}

#pun-qpost .main-head .h2{
 font-family: 'Lobster' !important;
  font-size: 22px !important;
  margin-top: 1px;}

#pun-qpost .options {margin-top: 2px;}

#pun-qpost #text_editor_controls {
  margin: 10px 0 0 21.5% !important;}

#pun-qpost #textarea_content dl dt{width: 14.5em;}

#pun-qpost  .dd-textarea{
  width: 65% !important;
  margin-left: 15% !important;}
/*quem está conectado*/
.i_icon_online {position: relative !important;top: -341px;left: 54px;}

/*efeito nos botoes*/
#search-box input.button2:hover, a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
background-position: 0 100%;
border: 1px solid #2788F5!important;
box-shadow: 1px 1px 5px!important;
color: #06c42c!important;
}
#search-box input.button2, a.button2, input.button1, input.button2 {
background-color: whiteSmoke;
background-image: url(http://2img.net/i/fa/optimisation_fdf/fr/bg_buttons.png);
background-repeat: repeat-x;
border: 1px solid #adf0bb;
border-radius: 2px;
box-shadow: 1px 1px 1px;
color: #666!important;
cursor: pointer;
font-size: 11px;
font-weight: 700;
height: 24px;
line-height: 27px;
margin: 5px 6px;
padding: 0 8px!important;
text-align: center;
}
#search-box input {
background: none repeat scroll 0 0 white;
border: 1px solid #D9D9D9;
color: black;
height: 20px;
}
#search-box input.button2:hover, a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
background-position: 0 100%;
border: 1px solid #2788F5!important;
box-shadow: 1px 1px 5px!important;
color: #2788F5!important;
}
a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
background-position: 0 100%;
border: 1px solid #FF8A00;
color: #FF8A00;
}
#search-box input.button2, a.button2, input.button1, input.button2 {
background-color: whiteSmoke;
background-image: url(http://2img.net/i/fa/optimisation_fdf/fr/bg_buttons.png);
background-repeat: repeat-x;
border: 1px solid #adf0bb;
border-radius: 2px;
box-shadow: 1px 1px 1px;
color: #666!important;
cursor: pointer;
font-size: 11px;
font-weight: 700;
height: 24px;
line-height: 27px;
margin: 5px 6px;
padding: 0 8px!important;
text-align: center;
}
a.button2, body:last-child a.button1, button.button2, input.button1, input.button2 {
padding: 1px 0;
}
a.button1, a.button2, button.button2, input.button1, input.button2 {
background-color: #FAFAFA;
background-image: url(http://2img.net/i/fa/prosilver/bg_button.gif);
background-position: top;
background-repeat: repeat-x;
color: black;
font-family: Verdana,Arial,Helvetica,sans-serif;
overflow: visible;
padding: 2px 3px;
width: auto!important;
}
a.button2, button.button2, input.button2 {
border: 1px solid #BCBCBC;
}
button.button2, input.button1, input.button2 {
font-size: 1em;
}
input {
cursor: pointer;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 1em;
font-weight: 400;
padding: 0 3px;
vertical-align: middle;
}

#search-box input.button2 {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    height: 29px;
    line-height: 27px;
    margin: 11px 6px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
}
p.nomargin {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 0;
}

#search-box #keywords {
    background-color: #FFFFFF;
    width: 95px;
}

#search-box input {
    -moz-box-sizing: content-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    color: #000000;
    height: 23px;
}

#search-box {
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    white-space: nowrap;
}
#search-box{margin-bottom:5px}search-box input.button2{-webkit-border-radius:2px;-webkit-user-select:none;background-color:#f5f5f5;background-image:-o-linear-gradient(top,whiteSmoke,#F1F1F1);border:1px solid rgba(0,0,0,0.1);border-radius:2px;color:#666;cursor:pointer;font-size:11px;font-weight:700;height:29px;line-height:27px;margin:11px 6px;min-width:54px;padding:0 8px;text-align:center}#search-box input{-moz-box-sizing:content-box;background:#fff;border:1px solid #D9D9D9;border-width:1px;color:#000;height:23px}#search #keywords:focus{width:290px}#search #keywords{-moz-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;width:150px}
/*Cores nos anúncios*/
.lastpost{-moz-border-radius:6px;-moz-box-shadow:0 0 5px #00AA00;-webkit-border-radius:6px;-webkit-box-shadow:0 0 5px #00AA00;border:1px solid #00AA00;border-image:initial;border-radius:5px;box-shadow:0 0 7px #00AA00;margin:3px;width:auto}


/*Citação e Spoiler*/
.postmain blockquote cite {
color: #2788F5;
  font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
  border-radius: 1px 1px 1px 1px;
  border: 1px solid #000000;
  padding: 10px;
}

.postmain blockquote {
background-color: #474747;
border-radius: 20px 0px 20px 0px;
border: 1px solid #ff0000;
font-family: Verdana,Arial,Helvetica,sans-serif; 
}

.spoiler_content{
color: #2788F5;
  font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
  border-radius: 1px 1px 1px 1px;
  border: 1px solid #000000;
  padding: 10px;
}

.main .frm-info {
background-color: #000000;
border-color:#474747;
color: #ff0000;
font-family: Verdana,Arial,Helvetica,sans-serif;
border-radius: 7px 0px 7px 0px;
  font-size: 12px;
}

/*informações do perfil */
#tabs.clearfix a {
background-color:#2B2B2B;
border-color: #000000;
border-radius: 5px 5px 0px 0px;
font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}

/*chatbox*/
#chatbox, #chatbox_footer, #chatbox_members {
background: #1a1a1a;
border-top: 1px solid #EAEAEA; 
}

#chatbox_header.main-head {
background: #31485C url('http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/maintitle.png') repeat-x 50% 0;
color: white;
text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
padding: 2px;
font-size: 12px;
-webkit-box-shadow: inset rgba(255, 255, 255, 0.15) 0px 0px 0px 1px;
-moz-box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
box-shadow: inset rgba(255, 255, 255, 0.15) 0px 0px 0px 1px;
overflow: hidden;
font-weight: 300;
}

.chatbox-title, .chatbox-title a.chat-title {
  color: white;
font-size: 12px;
font-weight: bold;
}

h2.chatbox-title:after { content: "Billiards Community"; }
a.chat-title { display: none; }

.chatbox-options li, .chatbox-options li a, .chatbox-options li label {
color: white;
}

#chatbox_members .member-title {
background: #1a1a1a;
background-color: #F4F9FD;
background-image: none;
border-bottom: 2px solid red;
color: #A30000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
padding: .5em .25em;
text-align: center;
text-shadow: 1px 0 0 white;
}

#chatbox_members {
background: white url(http://www.addthis.com/forum/styles/addthis2/theme/images/whosonline.gif) no-repeat 8px -3px;
border-bottom: ;
display: none;
}

div.main-content.chatbox.clearfix {
border: 1px solid #161616;
border-radius: 4px;
}

#chatbox p {
background: #212121 url(http://i13.servimg.com/u/f13/18/08/31/55/tdn10.png) repeat-x left top;
line-height: 1.2em;
}

#chatbox_footer {
  margin-top: 0px;
  width: 290px;
  min-width: 230px;
  background: #1a1a1a;
  float: right;
  clear:both;
  position: relative;
  border-top: 1px solid #161616;
}

.right {
clear: both;
float: right;
}

input#message.post {
height: 45px;
width: 240px;
padding: 6px;
border: 1px solid #383838;
background: #292929;
color: #B7B7B7;
text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 0px 1px 4px;
-moz-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
box-shadow: inset rgba(0, 0, 0, 0.2) 0px 1px 4px;
margin: 20px;
margin-bottom: 0px;
}

input#message.post:focus {
  outline:none;
  background-color:#4b4b4b;
  color:#f8f8f8;
  border-color:#797979
}

#message, #submit_button {
  background: #323232 url('http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png') repeat-x 0 0;
border-color: #2B2B2B;
color: white;
text-shadow: #2B2B2B 0px -1px 0px;
-moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
-moz-border-radius: 2px;
padding: 5px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: block;
margin: 10px;
margin-top: 0px;
margin-left: 20px;
}

#message, #submit_button:hover {
  opacity: 0.9;
}

.fontbutton {
background: #646464 url('http://lifegames.in/forum/public/style_images/LifeGames_v2_0/highlight_faint.png') repeat-x 0 0;
border: 1px solid #585858;
color: white;
text-shadow: #474747 0px -1px 0px;
-moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
box-shadow: rgba(0, 0, 0, 0.43) 0px 1px 3px;
border-radius: 2px;
color: black;
cursor: pointer;
float: left;
margin: 3px;
padding: 3px;
margin-right: 10px;
text-align: left;
}

.fontbutton:hover {
  opacity: 0.9;
}

#divsmilies img + img{visibility:visible!important}

#chatbox_messenger_form div.right img{visibility:hidden}

#simple-wrap {
  background:white;
}

#divbold, #divcolor, #divitalic, #divsmilies, #divstrike, #divunderline {
background-position: center;
background-repeat: no-repeat;
}

#divbold {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png);
}

#divitalic {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png);
}

#divunderline {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png);
}

#divstrike {
background-image: url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png);
}

#divcolor {
background-image: url(http://2img.net/i/fa/wysiwyg/color_swatch.png);
}

#divsmilies {
background-image: url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png);
}

#chatbox{
  background: #333;
  padding: 8px;
  border: 1px solid #222222;
  margin-top: 4px;
  margin-right: 290px;
  left:0
}

.attach {
float: right;
}

/*numeros do post*/
    p.pag,.paging{border-radius:3px;color: white;margin: 4px 0 9px 0;}
    #blog_comments .paging,#blog_comments p.pag{color:#000000;}
    td p.pag a,.paging a, td p.pag b, .paging b, .paged-foot .paging a, .paged-foot .paging b, .paged-foot .paging a:hover{border-radius:3px;
    padding: 6px 9px 6px 9px !important;margin-right: 3px !important;font-size: 12px !important;}
    td p.pag a,.paging a, .paged-foot .paging a{
      border-radius:3px;
    color: #666666 !important;
    border: solid 1px #B3B3B3 !important;
    background-color: #DEDEDE;
    background:-moz-linear-gradient(#F2F2F2,#BABABA);
    background-image: -webkit-linear-gradient(#F2F2F2,#BABABA);
    text-shadow: 0px 1px #EBEBEB !important;
    box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
    td p.pag b, .paging b, td p.pag a:hover, .paging a:hover{
      border-radius:3px;
      border: solid 1px #878787 !important;
    color: #EBEBEB !important;
    background-color: #58E862;
    background:-moz-linear-gradient(#BABABA,#DBDBDB);
    background-image: -webkit-linear-gradient(#BABABA,#DBDBDB);
    text-shadow: 0px 1px #666666 !important;
    box-shadow: 0px 1px #D4D4D4 !important;-moz-box-shadow: 0px 1px #D4D4D4 !important;-webkit-box-shadow: 0px 1px #D4D4D4 !important;}
    p.pag img,.paging img,.paged-foot .paging img{postion:relative;top:-3px;margin-top:-5px!Important;vertical-align: center !important;}
 

/*efeito no link, mudando de cor lentamente*/
a:hover {color: #2788F5!important;text-decoration: none!important;}
a {-moz-transition-duration: .8s;-o-transition-duration: .8s;-webkit-transition-duration: .8s;font-family: Oxygen, sans-serif;text-decoration: none!important;transition-duration: .8s;}


/*efeito flutuante no novo e responder*/
.pun .paged-foot, .pun .paged-head {background:transparent !important;border:none!important;}

/*efeitos nas bordas das categorias*/
.main .main-head {
border-radius: 5px 5px 0px 0px;
border: 1px solid #696969;
background-color: #000000;
  padding: 10px;
}

.main .main-content{
border-radius: 0px 0px 4px 4px;
  border: 1px solid #696969;
  background-color: #000000;
}

.pun table.table td {
background-color: #000000;
}



/*Caixa de Smileys*/
#smiley-box {
padding: 11px;
border: 1px solid #474747;
    }

/*arrumar os caminhos dos tópicos*/
div.pun-crumbs.noprint{font-size:0px;height:32px}div.pun-crumbs.noprint p.crumbs{display:inline}div.pun-crumbs.noprint a{background:url(http://i42.servimg.com/u/f42/17/32/13/00/second10.png) no-repeat 100% -1px;color:#777!important;font-size:11px;line-height:30px;padding:9px 19px 11px 10px;font-weight:normal}div.pun-crumbs.noprint p.crumbs a.nav:last-child{display:none}div.pun-crumbs.noprint strong a{background:url() transparent}


/*remover a busca no fim da página*/
#pun-about #qjump{display:none!important}

/*remover o titulo da categoria escrito fórum*/
.main .main-content .table thead tr {
display: none;
}


/*remvoer as linhas das categorias*/
.pun table.table td {
border: 1px solid #242323; 
}

/*Copyright*/
#copyright2 a {
text-decoration: none; 
}

.ipsList_inline {
font-size: 11px;
  color: #474747;
  font-family: Verdana;
  text-align: center;
  margin-top: 35px;
  border: 1px solid #474747;
  border-radius: 2px 2px 2px 2px;
}

#backtotop:hover, #bottomScroll:hover {
    background: none repeat scroll 0% 0% rgb(48, 48, 48);
    color: rgb(255, 255, 255);
    opacity: 1;
}

#backtotop, #bottomScroll {
    background: none repeat scroll 0% 0% rgb(189, 189, 189);
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7) inset;
    display: inline-block;
    height: 24px;
    left: 50%;
    line-height: 20px;
    margin-left: -12px;
    margin-top: -20px;
    opacity: 0.4;
    outline: 0px none;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 24px;
}

#footer_utilities {
height: 35px;
margin: -5px;
padding: 8px;
position: relative;
border-top: 1px solid #2A2A2A;
text-shadow: rgba(0, 0, 0, 0.8) 0px -1px 0px;
background: #000000 url('http://www.ipbforumskins.com/skindemo/public/style_images/carbonb34x/highlight_reallyfaint.png') repeat-x 0 -1px;
}

#footer_utilities .ipsList_inline > li > a {
color: #848484;
margin-right: 0px;
padding: 4px 10px;
display: inline-block;
}

#footer_utilities .ipsList_inline > li {
margin: 0;
}

#copyright {
text-align: right;
line-height: 22px;
float: right;
}

#copyright a {
  color: #474747;
  text-decoration:none;
}

#pun-about ul {
margin-right: 155px; 
}

#pun-about ul li a {
  color: #9c9c9c;
  text-decoration: none;
  font-size: 9px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

#pun-about {
  background: #000000;
  border-radius: 3px 3px 3px 3px;
  border: 1 solid #9C9C9C;
}

/*remover as ultimas mensagens e a busca no final da pagina*/
#pun-visit {
display:none; 
}

/*remover os top*/
.main-box {
    display: none; 
}

.pun {
    background-color: #000000;
    width: 500px;
    }
.pun {
    line-height: 130%;
    margin: 0px auto;
    min-width: 768px;
    padding: 5px;
    width: 98%;
}

/*margin preta na parte do menu*/
#pun-head {
box-shadow: inset 0px 2px 2px #000000;}

/*ajustamento do menu*/
#pun-navlinks {
margin-left: 100px; 
}

/*botoes menus*/
    #pun-intro #pun-logo img{max-height: 130px;}
    #pun-head{position: relative;height: 40px;margin: 0px !important;margin-bottom: 30px;clear: none !important;background:#474747 url(http://i49.servimg.com/u/f49/14/99/55/84/verde110.png) repeat-x;}
    #pun-foot{background-image: -moz-linear-gradient(#00A0F0, #00C8F0 10%, #00A0F0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 10% 100%, from(#00A0F0), to(#00C8F0), to(#00A0F0));
    background-image: -webkit-linear-gradient(#00A0F0,#00C8F0 10%, #00A0F0);
    background-image: -o-linear-gradient(#00A0F0, #00C8F0 10%, #00A0F0);}
    #pun-navlinks {padding-top: 12px !important;background:none !important;}
    #pun-navlinks #search_box{width: 190px;border: 0;float: right;margin-top: -24px;height:31px !important;}
    #pun-navlinks #search_box .inputbox{margin: 5px;height: 20px;background: none;border: none;}
    #pun-navlinks #search_box #searchbutton{display: none;}
    #pun-navlinks #search_box .inputbox {width: 140px;}
    #search_box #searchbutton{float: left;cursor: pointer;
    margin: 7px 0px 0px 5px;padding: 13px;border: 0;font-size: 0;display: inline !important;
    background: transparent url(http://i46.servimg.com/u/f46/14/56/85/28/sin_ta12.png) no-repeat 50% 0%;}
    #pun-navlinks ul[class="clearfix"]{border: 0 !important;width: 90%;}
    #pun-navlinks ul li{padding: 11px 8px 12px 8px}
    #pun-navlinks ul li:hover{
    background: rgba(255, 255, 255, .30);
    -webkit-box-shadow: inset 0px 2px 2px #000000;
    -moz-box-shadow: inset 0px 2px 2px #000000;
    box-shadow: inset 0px 4px 4px #000000;}
    #pun-navlinks li a, #pun-foot a{margin: 0;font-weight: 700;color:#FFFFFF;font-size:12px;font-family:Trebuchet MS,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;}


/*aumentando a largura da logo*/
.pun{padding-top:110px!important}#page-body{padding-top:45px!important}#pun-intro{position:absolute;top:0px;left:0px;width:98%;background-size:100%}#pun-head{position:absolute!important;left:0px!important;width:100%}.text-logo{left:50%;top:47px;z-index:1}

/*logo fundo*/
#pun-intro{background-color:#000000;background-image:url(http://i.imgur.com/PiFDV7M.png);background-repeat:repeat-x;border-bottom:1px solid #75bff0;margin:0;padding-bottom:78px;text-align:left}

/*Remover a parte do fundo da logo*/
#pun-intro {
  background: none;
  border: 0;
  text-align: left;}

/*borda do fórum*/
body{background-color:#000000;background-image:url()}.pun{background:url(http://i42.servimg.com/u/f42/17/32/13/00/after-10.png) 50% 0 repeat-x #fff;border:6px solid rgba(0,0,0,0.14902)!important;border-radius:7px!important;box-shadow:rgba(0,0,0,0.14902) 0 0 8px;margin-top:5px}

Amigo, o senhor colocou algum código que bloqueia o BBCode de teu fórum. Veja seus HTMLs, sua Home page, seus códigos JavaScript e até seus Widgets. Piscada

Até mais.
Sennior

Sennior
Principal Contribuidor
Principal Contribuidor

Membro desde : 10/06/2011
Mensagens : 16379
Pontos : 20903

https://ajuda.forumeiros.com/forum https://www.facebook.com/GladstonHenriq https://twitter.com/UmGladston

Ir para o topo Ir para baixo

Tópico resolvido Re: Erro na caixa BBCode do tópico

Mensagem por Alex Habilidade 08.07.13 16:44

Olá mikéé,

Resultou, os BBcode voltou ao normal, obrigado mais uma vez.
Alex Habilidade

Alex Habilidade
Hiper Membro

Membro desde : 10/01/2011
Mensagens : 2795
Pontos : 3774

http://www.gzhabilidade.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