Os botões do SCEditor sumiram?

2 participantes

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

Tópico resolvido Os botões do SCEditor sumiram?

Mensagem por Clarice Von Karen 16.12.14 2:00

Detalhes da dúvida

Versão do fórum : phpBB3
Nível de acesso : Fundador
Navegador usado : Google Chrome
Imagem :
Imagem da minha dúvida:

Membros afetados : Todos os membros do fórum
Problema começou : Acho que foi depois de trocar o theme do fórum.
Endereço do fórum : http://osenhordosdragoes.forumeiros.com

Descrição do problema

A barra de ferramentas sumiu e eu acho que é por causa do theme com algum código errado... Bem, o código CSS.

Código:
left {display:none;}

/*****Parte en el Javascript de nuestro foro*****/
$(document).ready(function () {
    $(".Sb").click(function () {
        var mid = $(this).attr("id").replace(/\D/g, '');
        $(".Sb").removeClass("selected");
        $(".Sc:not(#c" + mid + ")").hide();
        $("#Sc" + mid).fadeIn();
        $("#Sb" + mid).addClass("selected");
    });
});
 /************FONTES****************/
@font-face {
  font-family: 'Wire One';
  font-style: normal;
  font-weight: 400;
  src: local('Wire One'), local('WireOne'), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
  font-family: 'Voltaire';
  font-style: normal;
  font-weight: 400;
  src: local('Voltaire'), url('http://themes.googleusercontent.com/static/fonts/voltaire/v3/ag0Q3_6hjQFerbCN2Eewq_esZW2xOQ-xsNqO47m55DA.woff')format('woff');
}

@font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }

@font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }

@font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }

/************FIM DAS FONTES****************/
#wrap {
border: 10px solid #BB3B05;
margin-top: -8px;
margin-bottom: -10px;
width: 999.5px;
}

#logo {
position: relative;
left: 15px;
top: -3px;
}

/*Menu by Clumsy*/
a.mainmenu {
border-bottom: #bb3b05 solid 1px;
padding: 3px;
font: 11px voltaire;
color: #FFFFFF;
text-transform: uppercase;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
a.mainmenu:hover {
border-bottom: #bb3b05 solid 5px;
}

//* SIDEBAR THINGS */
.kakasfixedsidebar {width:300px; height:100%; position:fixed; margin:0px; right:0px; top:0px; background-color:#fff;border-left:1px solid #f5f5f5; }

.clickable {
display:inline;
border:1px solid #f5f5f5;
border-bottom:0px;
margin-right:10px;
cursor:pointer;
width:50px;
font-size:7px; line-height:7px; letter-spacing:1px; text-transform:uppercase; font-weight:lighter;
padding:7px; padding-bottom:0px;
border-radius: 10 10 0px 0px;
}
.tab-content {
background-color:#fff;
border:1px solid #f5f5f5;
padding:20px; text-align:justify;
display: none; /* do not remove this */
}
#tab1-content { display: block; } /* do not remove this */

/*Fim do Menu*/

/*Quitar el Buscar*/
#search-box {visibility:hidden}



/*widgets*/

#content-container div#right {
border-top-left-radius: 0px;
margin-left: 0px;
margin-top: -69px;
width: 230px;
}

.module .h3 {
visibility:hidden;
}

#content-container div#left {
background-image: url('');
}

.module {
background-url:('');
}

    .module {
    background: url('');
    }

#comments_scroll_div{
   background: url('');
   background-repeat: no-repeat;
   margin-top:-40px;
   margin-left:-7px;
   text-align: left;
   width: 230px;
   height:268px;
   }



#content-container div#left {
    background: URL('');
    margin-left: 7px;
    box-shadow: 0 0 6px #COLOR;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    }


    .module{
    background-color:transparent;
    }

/*Logo foro*/
#logo {margin-left: -13px;
margin-top: -12px;}


/*categorias la caja*/
.desc3 {
background-color: #fefefe;
border: 1px solid #COLOR;
border-radius: 0px 00px 0px 0px;
text: Trebuchet MS;
font-size: 9.5px;
color: #COLOR;
display: block;
border-left: 0px solid #241014;  
line-height: 9px;
text-shadow: 1px 1px 0 #COLOR;
margin-left: 15px;
margin-top: 5px;
padding: 10px;
text-align: justify;
width: 350px;
  border-left: solid 15px #4D123F;
border-right: solid 15px #4D123F;
}



/*aspecto del nombre de los usuarios*/
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
font-family: lobster;
font-size: 30px;
line-height: 40%;
font-weight:800;
  margin-bottom:-15px;
font-style:normal;
  text-shadow: 1px 1px 1px #000;
}

.postprofile {
text-align: center;
}

.postprofile dd {
text-align: left;
margin-top: 4px;
}

/*Barra Editar,Borrar y citar movimiento*/

.postbody ul.profile-icons{margin-top:-4px;margin-right:-37px}

/*perfil*/
.postprofile a img{
      opacity: 0.7;
      transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
    }

    .postprofile a img:hover {
      opacity: 1;
    }

.postprofile {
margin-top: 0px;
font-family: arial;
  line-heighr:90%;
font-size: 12px;
margin-left: -3px;
padding-top: 5px;
color: #696969;
text-align: center;
width: 200px;
}

.postprofile dt a img {
margin-top: 0px;
width:200px;
  margin-bottom:8px;
}
.postprofile {
    display: block;
    text-align: center;}

    .postprofile dd {
            text-align: left;
            margin-top: 4px;
      }



/*Título de Categorias*/
li.header {
text-transform: none;
font-size:0px;
padding: 10px;
background: #000000;
text-align: center;
}

.table-title, .table-title h2 {
color: transparent;
font: 35px Megrim;
text-align: right;
text-transform: lowercase;
text-shadow: 1px 0px 1px #fff;
position: relative;
right: -220px;
}

/*Títulos de los foros*/
a.forumtitle {
color: transparent;
background: none;
display: block;
letter-spacing:2px;
font: 15px voltaire;
margin-bottom: 10px;
margin-top: 10px;
margin-left: 15px;
padding: 3px;
text-align: left;
text-transform: uppercase;
width: auto;
text-shadow: 0px 0px 1px #d2a86c;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
a.forumtitle:hover {
color: transparent;
text-decoration:none;
margin-left: 40px;
}

/*lo que hace que se baje el cuadro del chrome*/

#helpbox.helpline {
display:none;
}

/*scrollbar*/
::-webkit-scrollbar {width: 5px;height: 13px;background-color: #eaeaea;}
::-webkit-scrollbar-thumb{background-color: #bb3b05}  
/*fim scrollbar*/

/*Code, Spoiler y Quote*/
dl.codebox {
background-color: #f9f8f8;
border-left: 20px solid #241014;
border-top:none;
border-right: none;
border-bottom: none;
padding:5px;
}


dl.codebox dt {
display:block;
font-size:0.8em;
font-weight:700;
color:#7a7a7a;
text-align: center;
margin-bottom:3px;
text-transform:uppercase;
font-family:,Arial,Helvetica,sans-serif;
border-bottom:none;}

dl.codebox code {
color:#7a7a7a;
font-family:,Arial,Helvetica,sans-serif;
text-shadow:1px 1px 1px 141414;
font-size:11px;
border-bottom:none;
}

blockquote {
background-color: #f9f8f8;
border-left: 20px solid #241014;
border-top:none;
border-right: none;
border-bottom: none;
padding:5px;
}

blockquote blockquote {
background-color: #f9f8f8;
border-left: 20px solid #241014;
border-top:none;
border-right: none;
border-bottom: none;
padding: 5px;
}

.content blockquote {
color:#7a7a7a;
font-family:,Arial,Helvetica,sans-serif;
text-shadow:1px 1px 1px 141414;
font-size:11px;
border-bottom: none;
}

/****ULTIMOS TEMAS, POST Y MENSAJES****/

.forabg li.row dd.lastpost {
background: #d2a86c;
width: 18.5%;
position: relative;
float: right;
right: 20px;
display: block;
color: #fff;
font-size: 12px;
text-transform: uppercase;
font-family: voltaire;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 3px;
text-align: center;
}

.forabg li.row dd.topics {
background: #bb3b05;
width: 10%;
position: relative;
padding-top: 50px;
padding-bottom: 50px;
float: right;
right: 20px;
margin-left: 35px;
color: #fff;
font-size: 10px;
text-transform: uppercase;
font-family: voltaire;
text-align: center;
}

.forabg li.row dd.posts {
width: 10%;
position: relative;
padding-top: 50px;
padding-bottom: 50px;
float: left;
right: -176px;
background: #bb3b05;
color: #fff;
font-size: 10px;
text-transform: uppercase;
font-family: voltaire;
text-align: center;
}

.forabg li.header dd.posts, .forabg li.header dd.topics, .forabg li.header dd.lastpost {
display: none;
}

.forabg li.row dd.posts:after {
content: "POSTS";
}

.forabg li.row dd.topics:after {
content: "TOPICS";
}


/************LEGENDAS*********/

#main-content em{
  font-size:0px
}
#main-content em::before{
  content:'Legenda: ';
  font-size:25px;
  font-style:normal;
  opacity: 0.0;
}
#main-content em b *{
  font-size:30px;
  font-style:normal;
  font-align:center;
  font-family: Megrim;
  font-weight: normal;
}
#main-content em b *::hover{
  font-size:33px;
  font-style:normal;
  font-align:center;
  font-family: lobster;
  font-weight: normal;
  text-transform: lowercase;
}
#main-content em b a::before{
  content:' • ';color:black
}
#main-content em b:first-child a::before{
  content:''
}
#main-content em,
#main-content em *:link{
  cursor:default;
  color:inherit
}


/************FIM DAS LEGENDAS*********/

/***LINKS***/
.formdesc a:link, .formdesc a:visited, .formdesc a:active {
background-color: transparent;
color: #;
font-size: 8px;
letter-spacing: 1px;
padding: 3px;
text-transform: uppercase;
}
.formdesc a:link:hover {
background-color: transparent;
color: #;
font-size: 8px;
letter-spacing: 2px;
padding: 3px;
text-transform: uppercase;
}
.formdesc {
  border: 1px solid #120707;
background-color: transparent;
border-radius: 10px 10px 10px 10px;
  margin-bottom:-22px;
display: block;
font-size: 8px;
margin-top: 5px;
padding: 3px;
text-align: center;
text-shadow: 1px 1px 0 #COLOR;
  text-transform: uppercase;
}

left {display:none;}

/*****Parte en el Javascript de nuestro foro*****/
$(document).ready(function () {
    $(".Sb").click(function () {
        var mid = $(this).attr("id").replace(/\D/g, '');
        $(".Sb").removeClass("selected");
        $(".Sc:not(#c" + mid + ")").hide();
        $("#Sc" + mid).fadeIn();
        $("#Sb" + mid).addClass("selected");
    });
});


/***FIM***/

Agradeço desde já.
Clarice Von Karen

Clarice Von Karen
Novo Membro

Membro desde : 04/12/2014
Mensagens : 2
Pontos : 4

http://osenhordosdragoes.forumeiros.com

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Os botões do SCEditor sumiram?

Mensagem por Shek 16.12.14 14:32

Bom dia!

Seu CSS não tem influência na função do editor. Porém, encontrei erros no mesmo, por isso, troque seu CSS por este:
Código:
    left {display:none;}

    /************FONTES****************/
    @font-face {
      font-family: 'Wire One';
      font-style: normal;
      font-weight: 400;
      src: local('Wire One'), local('WireOne'), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
    }

    @font-face {
      font-family: 'Voltaire';
      font-style: normal;
      font-weight: 400;
      src: local('Voltaire'), url('http://themes.googleusercontent.com/static/fonts/voltaire/v3/ag0Q3_6hjQFerbCN2Eewq_esZW2xOQ-xsNqO47m55DA.woff')format('woff');
    }

    @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }

    @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }

    @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }

    /************FIM DAS FONTES****************/
    #wrap {
    border: 10px solid #BB3B05;
    margin-top: -8px;
    margin-bottom: -10px;
    width: 999.5px;
    }

    #logo {
    position: relative;
    left: 15px;
    top: -3px;
    }

    /*Menu by Clumsy*/
    a.mainmenu {
    border-bottom: #bb3b05 solid 1px;
    padding: 3px;
    font: 11px voltaire;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    }
    a.mainmenu:hover {
    border-bottom: #bb3b05 solid 5px;
    }

    //* SIDEBAR THINGS */
    .kakasfixedsidebar {width:300px; height:100%; position:fixed; margin:0px; right:0px; top:0px; background-color:#fff;border-left:1px solid #f5f5f5; }

    .clickable {
    display:inline;
    border:1px solid #f5f5f5;
    border-bottom:0px;
    margin-right:10px;
    cursor:pointer;
    width:50px;
    font-size:7px; line-height:7px; letter-spacing:1px; text-transform:uppercase; font-weight:lighter;
    padding:7px; padding-bottom:0px;
    border-radius: 10 10 0px 0px;
    }
    .tab-content {
    background-color:#fff;
    border:1px solid #f5f5f5;
    padding:20px; text-align:justify;
    display: none; /* do not remove this */
    }
    #tab1-content { display: block; } /* do not remove this */

    /*Fim do Menu*/

    /*Quitar el Buscar*/
    #search-box {visibility:hidden}



    /*widgets*/

    #content-container div#right {
    border-top-left-radius: 0px;
    margin-left: 0px;
    margin-top: -69px;
    width: 230px;
    }

    .module .h3 {
    visibility:hidden;
    }

    #content-container div#left {
    background-image: url('');
    }

    .module {
    background-url:('');
    }

        .module {
        background: url('');
        }

    #comments_scroll_div{
      background: url('');
      background-repeat: no-repeat;
      margin-top:-40px;
      margin-left:-7px;
      text-align: left;
      width: 230px;
      height:268px;
      }



    #content-container div#left {
        background: URL('');
        margin-left: 7px;
        box-shadow: 0 0 6px #COLOR;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 40px;
        }


        .module{
        background-color:transparent;
        }

    /*Logo foro*/
    #logo {margin-left: -13px;
    margin-top: -12px;}


    /*categorias la caja*/
    .desc3 {
    background-color: #fefefe;
    border: 1px solid #COLOR;
    border-radius: 0px 00px 0px 0px;
    text: Trebuchet MS;
    font-size: 9.5px;
    color: #COLOR;
    display: block;
    border-left: 0px solid #241014; 
    line-height: 9px;
    text-shadow: 1px 1px 0 #COLOR;
    margin-left: 15px;
    margin-top: 5px;
    padding: 10px;
    text-align: justify;
    width: 350px;
      border-left: solid 15px #4D123F;
    border-right: solid 15px #4D123F;
    }



    /*aspecto del nombre de los usuarios*/
    .postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
    font-family: lobster;
    font-size: 30px;
    line-height: 40%;
    font-weight:800;
      margin-bottom:-15px;
    font-style:normal;
      text-shadow: 1px 1px 1px #000;
    }

    .postprofile {
    text-align: center;
    }

    .postprofile dd {
    text-align: left;
    margin-top: 4px;
    }

    /*Barra Editar,Borrar y citar movimiento*/

    .postbody ul.profile-icons{margin-top:-4px;margin-right:-37px}

    /*perfil*/
    .postprofile a img{
          opacity: 0.7;
          transition: all 0.5s ease 0s;
          -moz-transition: all 0.5s ease 0s;
          -webkit-transition: all 0.5s ease 0s;
        }

        .postprofile a img:hover {
          opacity: 1;
        }

    .postprofile {
    margin-top: 0px;
    font-family: arial;
      line-heighr:90%;
    font-size: 12px;
    margin-left: -3px;
    padding-top: 5px;
    color: #696969;
    text-align: center;
    width: 200px;
    }

    .postprofile dt a img {
    margin-top: 0px;
    width:200px;
      margin-bottom:8px;
    }
    .postprofile {
        display: block;
        text-align: center;}

        .postprofile dd {
                text-align: left;
                margin-top: 4px;
          }



    /*Título de Categorias*/
    li.header {
    text-transform: none;
    font-size:0px;
    padding: 10px;
    background: #000000;
    text-align: center;
    }

    .table-title, .table-title h2 {
    color: transparent;
    font: 35px Megrim;
    text-align: right;
    text-transform: lowercase;
    text-shadow: 1px 0px 1px #fff;
    position: relative;
    right: -220px;
    }

    /*Títulos de los foros*/
    a.forumtitle {
    color: transparent;
    background: none;
    display: block;
    letter-spacing:2px;
    font: 15px voltaire;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 15px;
    padding: 3px;
    text-align: left;
    text-transform: uppercase;
    width: auto;
    text-shadow: 0px 0px 1px #d2a86c;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    }
    a.forumtitle:hover {
    color: transparent;
    text-decoration:none;
    margin-left: 40px;
    }

    /*lo que hace que se baje el cuadro del chrome*/

    #helpbox.helpline {
    display:none;
    }

    /*scrollbar*/
    ::-webkit-scrollbar {width: 5px;height: 13px;background-color: #eaeaea;}
    ::-webkit-scrollbar-thumb{background-color: #bb3b05} 
    /*fim scrollbar*/

    /*Code, Spoiler y Quote*/
    dl.codebox {
    background-color: #f9f8f8;
    border-left: 20px solid #241014;
    border-top:none;
    border-right: none;
    border-bottom: none;
    padding:5px;
    }


    dl.codebox dt {
    display:block;
    font-size:0.8em;
    font-weight:700;
    color:#7a7a7a;
    text-align: center;
    margin-bottom:3px;
    text-transform:uppercase;
    font-family:,Arial,Helvetica,sans-serif;
    border-bottom:none;}

    dl.codebox code {
    color:#7a7a7a;
    font-family:,Arial,Helvetica,sans-serif;
    text-shadow:1px 1px 1px 141414;
    font-size:11px;
    border-bottom:none;
    }

    blockquote {
    background-color: #f9f8f8;
    border-left: 20px solid #241014;
    border-top:none;
    border-right: none;
    border-bottom: none;
    padding:5px;
    }

    blockquote blockquote {
    background-color: #f9f8f8;
    border-left: 20px solid #241014;
    border-top:none;
    border-right: none;
    border-bottom: none;
    padding: 5px;
    }

    .content blockquote {
    color:#7a7a7a;
    font-family:,Arial,Helvetica,sans-serif;
    text-shadow:1px 1px 1px 141414;
    font-size:11px;
    border-bottom: none;
    }

    /****ULTIMOS TEMAS, POST Y MENSAJES****/

    .forabg li.row dd.lastpost {
    background: #d2a86c;
    width: 18.5%;
    position: relative;
    float: right;
    right: 20px;
    display: block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: voltaire;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 3px;
    text-align: center;
    }

    .forabg li.row dd.topics {
    background: #bb3b05;
    width: 10%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    float: right;
    right: 20px;
    margin-left: 35px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-family: voltaire;
    text-align: center;
    }

    .forabg li.row dd.posts {
    width: 10%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    float: left;
    right: -176px;
    background: #bb3b05;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-family: voltaire;
    text-align: center;
    }

    .forabg li.header dd.posts, .forabg li.header dd.topics, .forabg li.header dd.lastpost {
    display: none;
    }

    .forabg li.row dd.posts:after {
    content: "POSTS";
    }

    .forabg li.row dd.topics:after {
    content: "TOPICS";
    }


    /************LEGENDAS*********/

    #main-content em{
      font-size:0px
    }
    #main-content em::before{
      content:'Legenda: ';
      font-size:25px;
      font-style:normal;
      opacity: 0.0;
    }
    #main-content em b *{
      font-size:30px;
      font-style:normal;
      font-align:center;
      font-family: Megrim;
      font-weight: normal;
    }
    #main-content em b *::hover{
      font-size:33px;
      font-style:normal;
      font-align:center;
      font-family: lobster;
      font-weight: normal;
      text-transform: lowercase;
    }
    #main-content em b a::before{
      content:' • ';color:black
    }
    #main-content em b:first-child a::before{
      content:''
    }
    #main-content em,
    #main-content em *:link{
      cursor:default;
      color:inherit
    }


    /************FIM DAS LEGENDAS*********/

    /***LINKS***/
    .formdesc a:link, .formdesc a:visited, .formdesc a:active {
    background-color: transparent;
    color: #;
    font-size: 8px;
    letter-spacing: 1px;
    padding: 3px;
    text-transform: uppercase;
    }
    .formdesc a:link:hover {
    background-color: transparent;
    color: #;
    font-size: 8px;
    letter-spacing: 2px;
    padding: 3px;
    text-transform: uppercase;
    }
    .formdesc {
      border: 1px solid #120707;
    background-color: transparent;
    border-radius: 10px 10px 10px 10px;
      margin-bottom:-22px;
    display: block;
    font-size: 8px;
    margin-top: 5px;
    padding: 3px;
    text-align: center;
    text-shadow: 1px 1px 0 #COLOR;
      text-transform: uppercase;
    }

    /***FIM***/
O erro que faz com que seus botões do editor desapareçam é proveniente dum código Javascript que criou em Módulos > HTML e Javascript > Gestão dos códigos Javascript >. Desative o recurso Habilitar o gerenciamento dos códigos JavaScript e veja se resulta. Se sim, desative seus códigos um por um.

Até mais!
Shek

Shek
Principal Contribuidor
Principal Contribuidor

Membro desde : 11/04/2009
Mensagens : 18896
Pontos : 22793

https://shiftactive.blogspot.com/ https://www.facebook.com/ShiftActif https://twitter.com/ShiftActif

Ir para o topo Ir para baixo

Tópico resolvido Re: Os botões do SCEditor sumiram?

Mensagem por Clarice Von Karen 16.12.14 17:45

Resolveu, obrigada mesmo.
Você é um amor.
Clarice Von Karen

Clarice Von Karen
Novo Membro

Membro desde : 04/12/2014
Mensagens : 2
Pontos : 4

http://osenhordosdragoes.forumeiros.com

Ir para o topo Ir para baixo

Principal Contribuidor

Tópico resolvido Re: Os botões do SCEditor sumiram?

Mensagem por Shek 16.12.14 20:07

Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada.
Tópico marcado como Resolvido e movido para Questões resolvidas.
Shek

Shek
Principal Contribuidor
Principal Contribuidor

Membro desde : 11/04/2009
Mensagens : 18896
Pontos : 22793

https://shiftactive.blogspot.com/ https://www.facebook.com/ShiftActif https://twitter.com/ShiftActif

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