Tabela moderador
3 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre códigos Javascript e jQuery
Página 1 de 1 • Compartilhe
Tabela moderador
Detalhes da questão
Endereço do fórum: http://www.brasilmundogamer.com.br/forum
Versão do fórum: phpBB3
Descrição
Código abaixo está dando erro ele não está abrindo no SCEDITOR, Fica "All Right Reserved"
- Código:
[list=linenums][size=16][*]/**
[*] * Title : Forumotion tools for moderation
[*] * Version : 1.0.2
[*] * Author : Zeus
[*] * Author URI : http://help.forumgratuit.ro
[*] * License : GNU - General Public License v3.0
[*] * Documentation : https://github.com/zeusmaximus/Moderation-tools-for-Forumotion/
[*] */
[*]if (typeof zModConfig === 'undefined') var zModConfig = [{
[*] icon: "https://i58.servimg.com/u/f58/11/80/17/98/chat-110.png"
[*]}];
[*]
[*]if (typeof zModTabels === 'undefined') var zModTabels = [{
[*] type: "blue",
[*] body_start: '[table style="background-color: #00B5D1;border: solid 2px #00B5D1;border-radius: 2px;margin: 1em 25px 1em 1em;min-width: 90%!important;"][tr style=][td class="fa fa-archive" style="font-size: 25px;margin-right: 15px;padding: 15px!important;color: white;display: table-cell;vertical-align: middle;"][/td][td style="width: 100%;color: white"]',
[*] body_end: "[/td][*][*][*][/tr][*][*][*][/table][*][*][*]\n\n"
[*] },
[*] {
[*] type: "red",
[*] body_start: '[table style="background-color: #EF3333;border: solid 2px #EF3333;border-radius: 2px;margin: 1em 25px 1em 1em;min-width: 90%!important;"][tr style=][td class="fa fa-times" style="font-size: 25px;margin-right: 15px;padding: 15px!important;color: white;display: table-cell;vertical-align: middle;"][/td][td style="width: 100%;color: white"]',
[*] body_end: "[/td][*][*][*][/tr][*][*][*][/table][*][*][*]\n\n"
[*] },
[*] {
[*] type: "orange",
[*] body_start: '[table style="background-color: #F5AE42;border: solid 2px #F5AE42;border-radius: 2px;margin: 1em 25px 1em 1em;min-width: 90%!important;"][tr style=][td class="fa fa-refresh" style="font-size: 25px;margin-right: 15px;padding: 15px!important;color: white;display: table-cell;vertical-align: middle;"][/td][td style="width: 100%;color: white"]',
[*] body_end: "[/td][*][*][*][/tr][*][*][*][/table][*][*][*]\n\n"
[*] },
[*] {
[*] type: "green",
[*] body_start: '[table style="background-color: #68B800;border: solid 2px #68B800;border-radius: 2px;margin: 1em 25px 1em 1em;min-width: 90%!important;"][tr style=][td class="fa fa-check" style="font-size: 25px;margin-right: 15px;padding: 15px!important;color: white;display: table-cell;vertical-align: middle;"][/td][td style="width: 100%;color: white"]',
[*] body_end: "[/td][*][*][*][/tr][*][*][*][/table][*][*][*]\n\n"
[*] }
[*]
[*]];
[*]
[*]if (typeof zModMessages === 'undefined') var zModMessages = [{
[*]
[*] name: "Aprovado",
[*] message: '[h4]Sugestão aprovada[/h4]\nPrezado(a),\nA sua sugestão foi negada!\nTópico movido para"Negadas".\nAtenciosamente.',
[*] group_id: 0,
[*] type: "blue"
[*] },
[*] {
[*] name: "Em Avaliação",
[*] message: '[h4]Sugestão em avaliação[/h4]\nPrezado(a),\nA sua sugestão está em avaliação!\nTópico movido para "Em avaliação".',
[*] group_id: 0,
[*] type: "orange"
[*] },
[*] {
[*] name: "Negada",
[*] message: '[h4]Sugestão negada[/h4]\nPrezado(a),\nA sua dúvida foi marcada como Resolvida, contudo poderá repostar a mesma! Tópico movido para "Resolvidas".\nAtenciosamente.',
[*] group_id: 1,
[*] type: "red"
[*] },
[*] {
[*] name: "Resolvido",
[*] message: '[h4]Tópico resolvido[/h4]\nPrezado(a),\nA sua dúvida foi marcada como Resolvida, contudo poderá repostar a mesma!\nTópico movido para "Resolvidas".\nAtenciosamente.',
[*] group_id: 1,
[*] type: "green"
[*] },
[*] {
[*] name: "Bloqueado",
[*] message: '[h4]Tópico bloqueado[/h4]',
[*] group_id: 1,
[*] type: "orange"
[*] },
[*] {
[*] name: "Apagado",
[*] message: '[h4]Tópico Apagado[/h4]/nPrezado(a),\nO tópico foi abandonado e/ou está fora das regras.\nApagado e movido para a "Lixeira"',
[*] group_id: 1,
[*] type: "red"
[*] },
[*]
[*]
[*]];
[*]
[*]if (typeof zModGroups === 'undefined') var zModGroups = [{
[*] id: 0,
[*] name: 'Administradores'
[*] },
[*] {
[*] id: 1,
[*] name: 'Moderadores'
[*] },
[*] {
[*] id: 2,
[*] name: 'Ajudantes'
[*] }
[*]];
[*]
[*]$(function() {
[*]
[*] $('<style type="text/css">.sceditor-button-staff div {background: url(' +zModConfig[0].icon + ') !important; }</style>').appendTo("head");
[*]
[*] var list = "";
[*]
[*]
[*] $(window).load(function() {
[*] function zModGetTable(type, body) {
[*] var str = "";
[*] for (var y = 0; y < zModTabels.length; y++) str +=(zModTabels[y].type === type) ? (body === "start") ? zModTabels[y].body_start :zModTabels[y].body_end : "";
[*] return str;
[*] }
[*]
[*] function zModGetModMessageByGroupId(f, g) {
[*] var str = "",
[*] c = 0;
[*] for (var z = 0; z < zModMessages.length; z++) {
[*] if (zModMessages[z].group_id == f) {
[*] str += "<li class='mod_editor_message group_" +zModMessages[z].group_id + "' id='group_" + z + "_" + zModMessages[z].group_id +"'><a style='cursor: pointer'>" + zModMessages[z].name + "</a></li>\n";
[*] if (g === 0) zModInsertToSCEditor('#group_' + z + '_' +zModMessages[z].group_id + ' a', zModMessages[z].message, zModMessages[z].type);
[*] c++;
[*] }
[*] }
[*] if (g === 1) str = c;
[*]
[*] return str;
[*] }
[*]
[*] function zModInsertToSCEditor(e, t, i) {
[*] $(e).live("click", function(e) {
[*] $("#text_editor_textarea").sceditor("instance").insertText(zModGetTable(i,"start") + t, zModGetTable(i, "end"));
[*] });
[*] }
[*]
[*] function zModToggleSCEditor(o, i) {
[*] $(o).live("click", function(o) {
[*] $(i).toggle();
[*] });
[*] }
[*]
[*] for (var x = 0; x < zModGroups.length; x++) {
[*] if (zModGetModMessageByGroupId(zModGroups[x].id, 1) > 0) {
[*] list += "<li class='mod_editor_section' id='list_" +zModGroups[x].id + "'><a style='cursor: pointer'>" + zModGroups[x].name + " (" +zModGetModMessageByGroupId(zModGroups[x].id, 1) + ")</a></li>" +zModGetModMessageByGroupId(zModGroups[x].id, 0);
[*] zModToggleSCEditor("#list_" + zModGroups[x].id + " a", ".group_"+ zModGroups[x].id + "");
[*] }
[*] }
[*]
[*] zModToggleSCEditor('.sceditor-button.sceditor-button-staff','.mod_box');
[*]
[*] $("textarea, .sceditor-button").click(function() {
[*] $(".mod_box").hide();
[*] });
[*]
[*] $(".sceditor-button-source").click(function() {
[*] $(".sceditor-button-staff").removeClass("disabled");
[*] });
[*]
[*] if(_userdata.user_level === 1 | _userdata.user_level === 2 |_userdata.user_level === 3) $(".sceditor-group:last-child").before('<div class="sceditor-group"><a class="sceditor-button sceditor-button-staff" title="Mesaje de moderare"><div unselectable="on">Mesaje de moderare</div></a><div class="mod_box" style="display: none;"><ul class="mod_groups" id="mod_box_i">' + list + '<li class="copyright_e"> [img(20px,20px)]https://cdn.jsdelivr.net/emojione/assets/png/00a9.png?v=2.2.7[/img]️️️️ Created by Zeus - All right reserved</li></div></div></div>');
[*]
[*] });
[*]
[*]});
[/size][*][*][*][/list]
Re: Tabela moderador
Olá @Gabriel_Gamer,
Adicione no seu CSS:
Cordialmente,
pedxz
Adicione no seu CSS:
- Código:
.mod_groups {
line-height: 1.5;
font-size: 11px;
font-weight: 400;
}
.mod_box {
-moz-background-clip: padding;
-moz-border-radius: 2px;
-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-webkit-border-radius: 2px;
-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
background: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border-radius: 2px;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
color: #333;
width: 200px;
line-height: 1;
padding: 10px;
position: absolute;
z-index: 999;
}
.mod_editor_section {
background: #f1f1f1;
padding: 5px;
font-weight: bold;
border-bottom: 1px solid #d7d7d7;
text-align: left;
text-transform: uppercase;
}
.copyright_e {
margin-top: 5px;
background: #f8f8f8;
border-top: 1px solid #d7d7d7;
text-align: left;
padding: 2px 5px;
font-size: 9px;
color: #777;
text-shadow: 1px 1px 0px white;
}
.mod_editor_message {
padding: 2px 5px;
text-align: left;
}
.mod_groups {
height: 150px;
overflow-y: scroll;
}
.mod_groups li {
list-style-type: none;
margin-left: -40px;
}
.sceditor-button-staff {
position: relative;
}
.mod_box {
top: 73px;
}
#quick_reply .mod_groups li {
margin-left: 0px;
}
#quick_reply .mod_box {
top: 35px;
}
.sceditor-button-staff.disabled div {
opacity: 1.0 !important;
filter: alpha(opacity=100) !important;
}
Cordialmente,
pedxz
tikky- Admineiro
- Membro desde : 13/01/2017
Mensagens : 7962
Pontos : 9217
Re: Tabela moderador
Tópico resolvidoMovido para "Questões resolvidas". |
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre códigos Javascript e jQuery
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos