The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
+2
Jadster
Miau
6 posters

    Warning

    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Warning

    Post by Miau August 14th 2018, 9:29 pm

    Like this in my forum
    Warning Screen11
    Jadster
    Jadster
    Helper
    Helper


    Male Posts : 690
    Reputation : 74
    Language : English
    Location : Omaha, NE

    Warning Empty Re: Warning

    Post by Jadster August 14th 2018, 9:31 pm

    Hey there!
    This may help.
    https://help.forumotion.com/t136169-warning-button-for-administrators-and-moderators#918083

    Let me know if that works for you!

    Cheers,
    James
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Warning Empty Re: Warning

    Post by Draxion August 15th 2018, 7:17 pm

    Hi, @Miau.

    I believe that was created by a customized code. You'll have to ask the owner of it to see if you can use it.
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 15th 2018, 7:34 pm

    But it may be similar, it does not have to be the same
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Warning Empty Re: Warning

    Post by tikky August 15th 2018, 9:08 pm

    Create a new Page JavaScript, placement in the topics:
    Code:
    /**
     * 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",
        loadCss: true, // true or false
        css_source: "https://cdn.rawgit.com/zeusmaximus/Moderation-tools-for-Forumotion/e46f560/style.css",
        fontAwesome: true // true or false
    }];

    if (typeof zModTabels === 'undefined') var zModTabels = [{
            type: "zalert",
            body_start: '[table class="zmod_box zalert"][tr][td style="padding-right: 10px;" width="60px;"][icon="fa fa-exclamation-circle"][/icon][div]',
            body_end: "[/div][/td][/tr][/table]\n\n"
        },
        {
            type: "zsuccess",
            body_start: '[table class="zmod_box zsuccess"][tr][td style="padding-right: 10px;" width="60px;"][icon="fa fa-check"][/icon][div]',
            body_end: "[/div][/td][/tr][/table]\n\n"
        },
        {
            type: "zdefault",
            body_start: '[table class="zmod_box zdefault"][tr][td style="padding-right: 10px;" width="60px;"][icon="fa fa-rocket"][/icon][div]',
            body_end: "[/div][/td][/tr][/table]\n\n"
        },
        {
            type: "zwarning",
            body_start: '[table class="zmod_box zwarning"][tr][td style="padding-right: 10px;" width="60px;"][icon="fa fa-exclamation-triangle"][/icon][div]',
            body_end: "[/div][/td][/tr][/table]\n\n"
        },
        {
            type: "zinfo",
            body_start: '[table class="zmod_box zinfo"][tr][td style="padding-right: 10px;" width="60px;"][icon="fa fa-info"][/icon][div]',
            body_end: "[/div][/td][/tr][/table]\n\n"
        }
    ];

    if (typeof zModMessages === 'undefined') var zModMessages = [{
            name: "Alert example",
            message: '[b]Alert[/b] \nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
            group_id: 0,
            type: "zalert"
        },
        {
            name: "Success example",
            message: '[b]Success[/b] \nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
            group_id: 0,
            type: "zsuccess"
        },
        {
            name: "Default example",
            message: '[b]Default[/b] \nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
            group_id: 1,
            type: "zdefault"
        },
        {
            name: "Warning example",
            message: '[b]Warning[/b] \nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
            group_id: 1,
            type: "zwarning"
        },
        {
            name: "Info example",
            message: '[b]Info[/b] \nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
            group_id: 1,
            type: "zinfo"
        },

    ];

    if (typeof zModGroups === 'undefined') var zModGroups = [{
            id: 0,
            name: 'Administrators'
        },
        {
            id: 1,
            name: 'Moderators'
        }
    ];

    $(function() {

        if (zModConfig[0].fontAwesome === true) $('<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />').appendTo("head");

        if (zModConfig[0].loadCss === true) $('<link rel="stylesheet" type="text/css" href="'+ zModConfig[0].css_source +'" />').appendTo("head");

        $('<style type="text/css">.sceditor-button-staff div {background: url(' + zModConfig[0].icon + ') !important;}</style>').appendTo("head");

        var list = "";

        $('.zmod_box td').each(function() {
            this.innerHTML = this.innerHTML.replace(/\[icon\="?(.*?)"?\](.*?)\[\/icon\]/g, "<div><i class=\"$1\ icon-message\">$2</i></div>")
                .replace(/\[div\](.*?)\[\/div\]/g, "<div>$1</div>");
        });

        $(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) $(".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"> ©️ Created by Zeus - All right reserved</li></div></div></div>');
           
        });

    });
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 16th 2018, 1:26 am

    Would you help me? I made the changes but did not get the alert code
    http://prntscr.com/kj432f

    Code:
    if (typeof zModConfig === 'undefined') var zModConfig = [{
        icon: "https://i58.servimg.com/u/f58/11/80/17/98/chat-110.png",
        loadCss: true, // true or false
        css_source: "https://cdn.rawgit.com/zeusmaximus/Moderation-tools-for-Forumotion/e46f560/style.css",
        fontAwesome: true // true or false
    }];
     
    if (typeof zModTabels === 'undefined') var zModTabels = [{
            type: "zalert",
            body_start: '[table class="zmod_box zalert"][tr][td style="padding-right: 10px;" width="60px;"][icon="fa fa-exclamation-circle"][/icon][div]',
            body_end: "[/div][/td][/tr][/table]\n\n"
        },
        {
            type: "zsuccess",
            body_start: '[table class="zmod_box zsuccess"][tr][td style="padding-right: 10px;" width="60px;"][icon="fa fa-check"][/icon][div]',
            body_end: "[/div][/td][/tr][/table]\n\n"
        },
        {
            type: "zdefault",
            body_start: '[table class="zmod_box zdefault"][tr][td style="padding-right: 10px;" width="60px;"][icon="fa fa-rocket"][/icon][div]',
            body_end: "[/div][/td][/tr][/table]\n\n"
        },
        {
            type: "zwarning",
            body_start: '[table class="zmod_box zwarning"][tr][td style="padding-right: 10px;" width="60px;"][icon="fa fa-exclamation-triangle"][/icon][div]',
            body_end: "[/div][/td][/tr][/table]\n\n"
        },
        {
            type: "zinfo",
            body_start: '[table class="zmod_box zinfo"][tr][td style="padding-right: 10px;" width="60px;"][icon="fa fa-info"][/icon][div]',
            body_end: "[/div][/td][/tr][/table]\n\n"
        }
    ];
     
    if (typeof zModMessages === 'undefined') var zModMessages = [{
            name: "Flood",
            message: '<table style="border-left-width: 3px; border-left-style: solid; border-left-color: #23E605; border-right-width: 3px; border-right-style: solid; border-right-color: #23E605; margin: 10px auto; padding: 5px; border-radius: 4px; box-shadow: #FF0000 0px 5px 9px; max-height: 2500px; max-width: 2500px; z-index: 999; min-width: 1px; min-height: 1px; background: url("http://bit.ly/acLmW9");"><tbody><tr><td><img src="https://cdn4.iconfinder.com/data/icons/32x32-free-design-icons/32/Warning.png" alt=""></td><td><strong><font color="red" size="1">A sua <u>Barra de Alerta</u> aumentou em <i><font color="BLUE">10%</i></font> por violar as Regras do Fórum.</strong></font>
    <strong><font size="0">Regras Violadas:</strong>
    1.1 Flood: É proibido o flood. Caracteriza-se:
     -Quando é feito postagens seguidas, ou seja, postagem atrás de postagem;
     -Quando o usuário repete mensagens postadas acima em curto espaço de tempo;
     -Quando o usuário cita uma mensagem dita acima e não escreve nada mais ou faz uso de smileys;
     -Quando o usuário foge do contexto do tópico;
     -Quando são feitas postagens em curto intervalo de tempo em diferentes tópicos (clique aqui para ver um exemplo);
     -Fazer UP em tópico em menos de 24 horas;</font>
    <font color="red" size="1">Evite transtornos, leia as </font><font size="0"><a href="http://www.nwdgames.com/t63857-regras-do-forum" target="_blank"><strong>Regras do Fórum</strong></a></strong></font>
    <strong><font size="1">Atenciosamente,</font></strong>
    <strong><font color="#ff0aff" size="1">COLOQUE_AQUI_SEU_NICK - Coordenador</font></strong>
    </td></tr></tbody></table>',
            group_id: 0,
            type: "zalert"
        },
        {
            name: "Success example",
            message: '[b]Success[/b] \nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
            group_id: 0,
            type: "zsuccess"
        },
        {
            name: "Default example",
            message: '[b]Default[/b] \nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
            group_id: 1,
            type: "zdefault"
        },
        {
            name: "Warning example",
            message: '[b]Warning[/b] \nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
            group_id: 1,
            type: "zwarning"
        },
        {
            name: "Info example",
            message: '[b]Info[/b] \nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
            group_id: 1,
            type: "zinfo"
        },
     
    ];
     
    if (typeof zModGroups === 'undefined') var zModGroups = [{
            id: 0,
            name: 'Programador'
        },
        {
            id: 1,
            name: 'Moderador(a)'
        }
    ];
     
    $(function() {
     
        if (zModConfig[0].fontAwesome === true) $('<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />').appendTo("head");
     
        if (zModConfig[0].loadCss === true) $('<link rel="stylesheet" type="text/css" href="'+ zModConfig[0].css_source +'" />').appendTo("head");
     
        $('<style type="text/css">.sceditor-button-staff div {background: url(' + zModConfig[0].icon + ') !important;}</style>').appendTo("head");
     
        var list = "";
     
        $('.zmod_box td').each(function() {
            this.innerHTML = this.innerHTML.replace(/\[icon\="?(.*?)"?\](.*?)\[\/icon\]/g, "<div><i class=\"$1\ icon-message\">$2</i></div>")
                .replace(/\[div\](.*?)\[\/div\]/g, "<div>$1</div>");
        });
     
        $(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) $(".sceditor-group:last-child").before('<div class="sceditor-group"><a class="sceditor-button sceditor-button-staff" title="Alertas"><div unselectable="on">Alertas</div></a><div class="mod_box" style="display: none;"><ul class="mod_groups" id="mod_box_i">' + list + '<li class="copyright_e"> ©️️ Created by Zeus - Todos os direitos reservados</li></div></div></div>');
         
        });
     
    });
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Warning Empty Re: Warning

    Post by tikky August 16th 2018, 8:57 am

    Change to:
    Code:
    if (typeof zModConfig === 'undefined') var zModConfig = [{
        icon: "https://i58.servimg.com/u/f58/11/80/17/98/chat-110.png",
        loadCss: true, // true or false
        css_source: "https://cdn.rawgit.com/zeusmaximus/Moderation-tools-for-Forumotion/e46f560/style.css",
        fontAwesome: true // true or false
    }];
     
    if (typeof zModTabels === 'undefined') var zModTabels = [{
            type: "warn",
            body_start: '<table style="border-left-width: 3px; border-left-style: solid; border-left-color: #23E605; border-right-width: 3px; border-right-style: solid; border-right-color: #23E605; margin: 10px auto; padding: 5px; border-radius: 4px; box-shadow: #FF0000 0px 5px 9px; max-height: 2500px; max-width: 2500px; z-index: 999; min-width: 1px; min-height: 1px; background: url("http://bit.ly/acLmW9");"><tbody><tr><td><img src="https://cdn4.iconfinder.com/data/icons/32x32-free-design-icons/32/Warning.png" alt=""></td><td>',
            body_end: "</td></tr></tbody></table>\n\n"
        }
    ];
     
    if (typeof zModMessages === 'undefined') var zModMessages = [{
            name: "Flood",
            message: '<strong><font color="red" size="1">A sua <u>Barra de Alerta</u> aumentou em <i><font color="BLUE">10%</i></font> por violar as Regras do Fórum.</strong></font>\n<strong><font size="0">Regras Violadas:</strong>\n1.1 Flood: É proibido o flood. Caracteriza-se:\n -Quando é feito postagens seguidas, ou seja, postagem atrás de postagem;\n-Quando o usuário repete mensagens postadas acima em curto espaço de tempo;\n -Quando o usuário cita uma mensagem dita acima e não escreve nada mais ou faz uso de smileys;\n-Quando o usuário foge do contexto do tópico;\n-Quando são feitas postagens em curto intervalo de tempo em diferentes tópicos (clique aqui para ver um exemplo);\n-Fazer UP em tópico em menos de 24 horas;</font>
    \n<font color="red" size="1">Evite transtornos, leia as </font><font size="0"><a href="http://www.nwdgames.com/t63857-regras-do-forum" target="_blank"><strong>Regras do Fórum</strong></a></strong></font>\n<strong><font size="1">Atenciosamente,</font></strong>\n<strong><font color="#ff0aff" size="1">COLOQUE_AQUI_SEU_NICK - Coordenador</font></strong>',
            group_id: 0,
            type: "warn"
        },
     
    ];
     
    if (typeof zModGroups === 'undefined') var zModGroups = [{
            id: 0,
            name: 'Programador'
        },
        {
            id: 1,
            name: 'Moderador(a)'
        }
    ];
     
    $(function() {
     
        if (zModConfig[0].fontAwesome === true) $('<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />').appendTo("head");
     
        if (zModConfig[0].loadCss === true) $('<link rel="stylesheet" type="text/css" href="'+ zModConfig[0].css_source +'" />').appendTo("head");
     
        $('<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) $(".sceditor-group:last-child").before('<div class="sceditor-group"><a class="sceditor-button sceditor-button-staff" title="Alertas"><div unselectable="on">Alertas</div></a><div class="mod_box" style="display: none;"><ul class="mod_groups" id="mod_box_i">' + list + '<li class="copyright_e"> ©️️️ Created by Zeus - Todos os direitos reservados</li></div></div></div>');
       
        });
     
    });
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 16th 2018, 8:06 pm

    You can help-me? I can not add these alerts
    https://pastebin.com/fydxe3kP
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Warning Empty Re: Warning

    Post by tikky August 16th 2018, 8:43 pm

    Now you find this part on code:
    Code:
    {
            name: "Flood",
            message: '<strong><font color="red" size="1">A sua <u>Barra de Alerta</u> aumentou em <i><font color="BLUE">10%</i></font> por violar as Regras do Fórum.</strong></font>\n<strong><font size="0">Regras Violadas:</strong>\n1.1 Flood: É proibido o flood. Caracteriza-se:\n -Quando é feito postagens seguidas, ou seja, postagem atrás de postagem;\n-Quando o usuário repete mensagens postadas acima em curto espaço de tempo;\n -Quando o usuário cita uma mensagem dita acima e não escreve nada mais ou faz uso de smileys;\n-Quando o usuário foge do contexto do tópico;\n-Quando são feitas postagens em curto intervalo de tempo em diferentes tópicos (clique aqui para ver um exemplo);\n-Fazer UP em tópico em menos de 24 horas;</font>
    \n<font color="red" size="1">Evite transtornos, leia as </font><font size="0"><a href="http://www.nwdgames.com/t63857-regras-do-forum" target="_blank"><strong>Regras do Fórum</strong></a></strong></font>\n<strong><font size="1">Atenciosamente,</font></strong>\n<strong><font color="#ff0aff" size="1">COLOQUE_AQUI_SEU_NICK - Coordenador</font></strong>',
            group_id: 0,
            type: "warn"
        },

    and duplicates, like this:
    Code:
    {
            name: "Flood",
            message: '<strong><font color="red" size="1">A sua <u>Barra de Alerta</u> aumentou em <i><font color="BLUE">10%</i></font> por violar as Regras do Fórum.</strong></font>\n<strong><font size="0">Regras Violadas:</strong>\n1.1 Flood: É proibido o flood. Caracteriza-se:\n -Quando é feito postagens seguidas, ou seja, postagem atrás de postagem;\n-Quando o usuário repete mensagens postadas acima em curto espaço de tempo;\n -Quando o usuário cita uma mensagem dita acima e não escreve nada mais ou faz uso de smileys;\n-Quando o usuário foge do contexto do tópico;\n-Quando são feitas postagens em curto intervalo de tempo em diferentes tópicos (clique aqui para ver um exemplo);\n-Fazer UP em tópico em menos de 24 horas;</font>
    \n<font color="red" size="1">Evite transtornos, leia as </font><font size="0"><a href="http://www.nwdgames.com/t63857-regras-do-forum" target="_blank"><strong>Regras do Fórum</strong></a></strong></font>\n<strong><font size="1">Atenciosamente,</font></strong>\n<strong><font color="#ff0aff" size="1">COLOQUE_AQUI_SEU_NICK - Coordenador</font></strong>',
            group_id: 0,
            type: "warn"
        },
        {
            name: "Materiais postado",
            message: '<strong><font color="red" size="1">A sua <u>Barra de Alerta</u> aumentou em <i><font color="BLUE">10%</i></font> por violar as Regras do Fórum.</strong></font>\n<strong><font size="0">Regras Violadas:</strong>\n1.2 Materiais postados: É proibido a postagem de urls ou qualquer outro material de cunho ilegal, malicioso, pornográfico ou preconceituoso ou que gere espanto.</font>
    \n<font color="red" size="1">Evite transtornos, leia as </font><font size="0"><a href="http://www.nwdgames.com/t63857-regras-do-forum" target="_blank"><strong>Regras do Fórum</strong></a></strong></font>\n<strong><font size="1">Atenciosamente,</font></strong>\n<strong><font color="#ff0aff" size="1">COLOQUE_AQUI_SEU_NICK - Coordenador</font></strong>',
            group_id: 0,
            type: "warn"
        },
    basically just add the text
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 16th 2018, 8:51 pm

    now, its not visible the option
    Like this?
    Code:
    if (typeof zModConfig === 'undefined') var zModConfig = [{
        icon: "https://i58.servimg.com/u/f58/11/80/17/98/chat-110.png",
        loadCss: true, // true or false
        css_source: "https://cdn.rawgit.com/zeusmaximus/Moderation-tools-for-Forumotion/e46f560/style.css",
        fontAwesome: true // true or false
    }];
     
    if (typeof zModTabels === 'undefined') var zModTabels = [{
            type: "warn",
            body_start: '<table style="border-left-width: 3px; border-left-style: solid; border-left-color: #23E605; border-right-width: 3px; border-right-style: solid; border-right-color: #23E605; margin: 10px auto; padding: 5px; border-radius: 4px; box-shadow: #FF0000 0px 5px 9px; max-height: 2500px; max-width: 2500px; z-index: 999; min-width: 1px; min-height: 1px; background: url("http://bit.ly/acLmW9");"><tbody><tr><td><img src="https://cdn4.iconfinder.com/data/icons/32x32-free-design-icons/32/Warning.png" alt=""></td><td>',
            body_end: "</td></tr></tbody></table>\n\n"
        }
    ];
     
    {
            name: "Flood",
            message: '<strong><font color="red" size="1">A sua <u>Barra de Alerta</u> aumentou em <i><font color="BLUE">10%</i></font> por violar as Regras do Fórum.</strong></font>\n<strong><font size="0">Regras Violadas:</strong>\n1.1 Flood: É proibido o flood. Caracteriza-se:\n -Quando é feito postagens seguidas, ou seja, postagem atrás de postagem;\n-Quando o usuário repete mensagens postadas acima em curto espaço de tempo;\n -Quando o usuário cita uma mensagem dita acima e não escreve nada mais ou faz uso de smileys;\n-Quando o usuário foge do contexto do tópico;\n-Quando são feitas postagens em curto intervalo de tempo em diferentes tópicos (clique aqui para ver um exemplo);\n-Fazer UP em tópico em menos de 24 horas;</font>
    \n<font color="red" size="1">Evite transtornos, leia as </font><font size="0"><a href="http://www.nwdgames.com/t63857-regras-do-forum" target="_blank"><strong>Regras do Fórum</strong></a></strong></font>\n<strong><font size="1">Atenciosamente,</font></strong>\n<strong><font color="#ff0aff" size="1">COLOQUE_AQUI_SEU_NICK - Coordenador</font></strong>',
            group_id: 1,
            type: "warn"
        },
        {
            name: "Materiais postado",
            message: '<strong><font color="red" size="1">A sua <u>Barra de Alerta</u> aumentou em <i><font color="BLUE">10%</i></font> por violar as Regras do Fórum.</strong></font>\n<strong><font size="0">Regras Violadas:</strong>\n1.2 Materiais postados: É proibido a postagem de urls ou qualquer outro material de cunho ilegal, malicioso, pornográfico ou preconceituoso ou que gere espanto.</font>
    \n<font color="red" size="1">Evite transtornos, leia as </font><font size="0"><a href="http://www.nwdgames.com/t63857-regras-do-forum" target="_blank"><strong>Regras do Fórum</strong></a></strong></font>\n<strong><font size="1">Atenciosamente,</font></strong>\n<strong><font color="#ff0aff" size="1">COLOQUE_AQUI_SEU_NICK - Coordenador</font></strong>',
            group_id: 1,
            type: "warn"
        },
     
    if (typeof zModGroups === 'undefined') var zModGroups = [{
            id: 0,
            name: 'Coordenador(a)'
        },
        {
            id: 1,
            name: 'Moderador(a)'
        }
    ];
     
    $(function() {
     
        if (zModConfig[0].fontAwesome === true) $('<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />').appendTo("head");
     
        if (zModConfig[0].loadCss === true) $('<link rel="stylesheet" type="text/css" href="'+ zModConfig[0].css_source +'" />').appendTo("head");
     
        $('<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) $(".sceditor-group:last-child").before('<div class="sceditor-group"><a class="sceditor-button sceditor-button-staff" title="Alertas"><div unselectable="on">Alertas</div></a><div class="mod_box" style="display: none;"><ul class="mod_groups" id="mod_box_i">' + list + '<li class="copyright_e"> ©️️️️ Created by Zeus - Todos os direitos reservados</li></div></div></div>');
     
        });
     
    });
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Warning Empty Re: Warning

    Post by tikky August 16th 2018, 10:59 pm

    you removed important points of the code
    Code:
    if (typeof zModConfig === 'undefined') var zModConfig = [{
        icon: "https://i58.servimg.com/u/f58/11/80/17/98/chat-110.png",
        loadCss: true, // true or false
        css_source: "https://cdn.rawgit.com/zeusmaximus/Moderation-tools-for-Forumotion/e46f560/style.css",
        fontAwesome: true // true or false
    }];
     
    if (typeof zModTabels === 'undefined') var zModTabels = [{
            type: "warn",
            body_start: '<table style="border-left-width: 3px; border-left-style: solid; border-left-color: #23E605; border-right-width: 3px; border-right-style: solid; border-right-color: #23E605; margin: 10px auto; padding: 5px; border-radius: 4px; box-shadow: #FF0000 0px 5px 9px; max-height: 2500px; max-width: 2500px; z-index: 999; min-width: 1px; min-height: 1px; background: url("http://bit.ly/acLmW9");"><tbody><tr><td><img src="https://cdn4.iconfinder.com/data/icons/32x32-free-design-icons/32/Warning.png" alt=""></td><td>',
            body_end: "</td></tr></tbody></table>\n\n"
        }
    ];
     
    if (typeof zModMessages === 'undefined') var zModMessages = [{
            name: "Flood",
            message: '<strong><font color="red" size="1">A sua <u>Barra de Alerta</u> aumentou em <i><font color="BLUE">10%</i></font> por violar as Regras do Fórum.</strong></font>\n<strong><font size="0">Regras Violadas:</strong>\n1.1 Flood: É proibido o flood. Caracteriza-se:\n -Quando é feito postagens seguidas, ou seja, postagem atrás de postagem;\n-Quando o usuário repete mensagens postadas acima em curto espaço de tempo;\n -Quando o usuário cita uma mensagem dita acima e não escreve nada mais ou faz uso de smileys;\n-Quando o usuário foge do contexto do tópico;\n-Quando são feitas postagens em curto intervalo de tempo em diferentes tópicos (clique aqui para ver um exemplo);\n-Fazer UP em tópico em menos de 24 horas;</font>
    \n<font color="red" size="1">Evite transtornos, leia as </font><font size="0"><a href="http://www.nwdgames.com/t63857-regras-do-forum" target="_blank"><strong>Regras do Fórum</strong></a></strong></font>\n<strong><font size="1">Atenciosamente,</font></strong>\n<strong><font color="#ff0aff" size="1">COLOQUE_AQUI_SEU_NICK - Coordenador</font></strong>',
            group_id: 0,
            type: "warn"
        },

        {
            name: "Materiais postado",
            message: '<strong><font color="red" size="1">A sua <u>Barra de Alerta</u> aumentou em <i><font color="BLUE">10%</i></font> por violar as Regras do Fórum.</strong></font>\n<strong><font size="0">Regras Violadas:</strong>\n1.2 Materiais postados: É proibido a postagem de urls ou qualquer outro material de cunho ilegal, malicioso, pornográfico ou preconceituoso ou que gere espanto.</font>
    \n<font color="red" size="1">Evite transtornos, leia as </font><font size="0"><a href="http://www.nwdgames.com/t63857-regras-do-forum" target="_blank"><strong>Regras do Fórum</strong></a></strong></font>\n<strong><font size="1">Atenciosamente,</font></strong>\n<strong><font color="#ff0aff" size="1">COLOQUE_AQUI_SEU_NICK - Coordenador</font></strong>',
            group_id: 0,
            type: "warn"
        },

    ];
     
    if (typeof zModGroups === 'undefined') var zModGroups = [{
            id: 0,
            name: 'Programador'
        },
        {
            id: 1,
            name: 'Moderador(a)'
        }
    ];
     
    $(function() {
     
        if (zModConfig[0].fontAwesome === true) $('<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />').appendTo("head");
     
        if (zModConfig[0].loadCss === true) $('<link rel="stylesheet" type="text/css" href="'+ zModConfig[0].css_source +'" />').appendTo("head");
     
        $('<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) $(".sceditor-group:last-child").before('<div class="sceditor-group"><a class="sceditor-button sceditor-button-staff" title="Alertas"><div unselectable="on">Alertas</div></a><div class="mod_box" style="display: none;"><ul class="mod_groups" id="mod_box_i">' + list + '<li class="copyright_e"> ©️️️️ Created by Zeus - Todos os direitos reservados</li></div></div></div>');
     
        });
     
    });
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 17th 2018, 3:20 am

    i need more one help.
    i want removed table code, but only from my alert codes of the rest of my forum I have to leave
    its possible?
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Warning Empty Re: Warning

    Post by tikky August 17th 2018, 9:30 am

    Miau wrote:i need more one help
    i want removed table code, but only from my alert codes of the rest of my forum I have to leave
    its possible?

    what you mean?
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 17th 2018, 7:10 pm

    the modernbb version has the tables bug, correct? but I use the table in my forum I would like to remove the tables only in the alerts
    this code that you passed me in this topic https://help.forumotion.com/t156108-12930-html-in-modernbb#1078904, removes all tables, I would like to remove only those alerts
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Warning Empty Re: Warning

    Post by tikky August 17th 2018, 8:46 pm

    tables or border?
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 17th 2018, 9:12 pm

    This http://prntscr.com/kjwgzm
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Warning Empty Re: Warning

    Post by tikky August 17th 2018, 9:22 pm

    Use this:
    Code:
    div[class*='post--'] .postbody table, div[class*='post--'] .postbody td {
        border: none !important;
    }

    And the modtools:
    Code:
    if (typeof zModConfig === 'undefined') var zModConfig = [{
        icon: "https://i58.servimg.com/u/f58/11/80/17/98/chat-110.png",
        loadCss: true, // true or false
        css_source: "https://cdn.rawgit.com/zeusmaximus/Moderation-tools-for-Forumotion/e46f560/style.css",
        fontAwesome: true // true or false
    }];
     
    if (typeof zModTabels === 'undefined') var zModTabels = [{
            type: "warn",
            body_start: '<table style="border-left: 3px solid #23E605!important; border-right: 3px solid #23E605!important; margin: 10px auto; padding: 5px; border-radius: 4px; box-shadow: #FF0000 0px 5px 9px; max-height: 2500px; max-width: 2500px; z-index: 999; min-width: 1px; min-height: 1px; background: url("http://bit.ly/acLmW9");"><tbody><tr><td><img src="https://cdn4.iconfinder.com/data/icons/32x32-free-design-icons/32/Warning.png" alt=""></td><td>',
            body_end: "</td></tr></tbody></table>\n\n"
        }
    ];
     
    if (typeof zModMessages === 'undefined') var zModMessages = [{
            name: "Flood",
            message: '<strong><font color="red" size="1">A sua <u>Barra de Alerta</u> aumentou em <i><font color="BLUE">10%</i></font> por violar as Regras do Fórum.</strong></font>\n<strong><font size="0">Regras Violadas:</strong>\n1.1 Flood: É proibido o flood. Caracteriza-se:\n -Quando é feito postagens seguidas, ou seja, postagem atrás de postagem;\n-Quando o usuário repete mensagens postadas acima em curto espaço de tempo;\n -Quando o usuário cita uma mensagem dita acima e não escreve nada mais ou faz uso de smileys;\n-Quando o usuário foge do contexto do tópico;\n-Quando são feitas postagens em curto intervalo de tempo em diferentes tópicos (clique aqui para ver um exemplo);\n-Fazer UP em tópico em menos de 24 horas;</font>
    \n<font color="red" size="1">Evite transtornos, leia as </font><font size="0"><a href="http://www.nwdgames.com/t63857-regras-do-forum" target="_blank"><strong>Regras do Fórum</strong></a></strong></font>\n<strong><font size="1">Atenciosamente,</font></strong>\n<strong><font color="#ff0aff" size="1">COLOQUE_AQUI_SEU_NICK - Coordenador</font></strong>',
            group_id: 0,
            type: "warn"
        },
     
        {
            name: "Materiais postado",
            message: '<strong><font color="red" size="1">A sua <u>Barra de Alerta</u> aumentou em <i><font color="BLUE">10%</i></font> por violar as Regras do Fórum.</strong></font>\n<strong><font size="0">Regras Violadas:</strong>\n1.2 Materiais postados: É proibido a postagem de urls ou qualquer outro material de cunho ilegal, malicioso, pornográfico ou preconceituoso ou que gere espanto.</font>
    \n<font color="red" size="1">Evite transtornos, leia as </font><font size="0"><a href="http://www.nwdgames.com/t63857-regras-do-forum" target="_blank"><strong>Regras do Fórum</strong></a></strong></font>\n<strong><font size="1">Atenciosamente,</font></strong>\n<strong><font color="#ff0aff" size="1">COLOQUE_AQUI_SEU_NICK - Coordenador</font></strong>',
            group_id: 0,
            type: "warn"
        },
     
    ];
     
    if (typeof zModGroups === 'undefined') var zModGroups = [{
            id: 0,
            name: 'Programador'
        },
        {
            id: 1,
            name: 'Moderador(a)'
        }
    ];
     
    $(function() {
     
        if (zModConfig[0].fontAwesome === true) $('<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />').appendTo("head");
     
        if (zModConfig[0].loadCss === true) $('<link rel="stylesheet" type="text/css" href="'+ zModConfig[0].css_source +'" />').appendTo("head");
     
        $('<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) $(".sceditor-group:last-child").before('<div class="sceditor-group"><a class="sceditor-button sceditor-button-staff" title="Alertas"><div unselectable="on">Alertas</div></a><div class="mod_box" style="display: none;"><ul class="mod_groups" id="mod_box_i">' + list + '<li class="copyright_e"> ©️️️️️ Created by Zeus - Todos os direitos reservados</li></div></div></div>');
     
        });
     
    });
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Warning Empty Re: Warning

    Post by Ape August 17th 2018, 10:30 pm

    Miau wrote:the modernbb version has the tables bug, correct?

    Yes there is a bug on this and it is going to be fixed at a later date but when I do not know.

    The problem is when you hide the boarders it will remove them on all the site and this can in its self make more bugs at a later date.



    Warning Left1212Warning Center11Warning Right112
    Warning Ape_b110
    Warning Ape1010
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 18th 2018, 5:28 am

    Pedxz, this code removes the edges of the whole forum, I would like to remove only the alerts, as I use the borders in other parts of the forum
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 20th 2018, 7:13 pm

    UP
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 21st 2018, 8:10 pm

    UP
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 23rd 2018, 7:38 pm

    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Warning Empty Re: Warning

    Post by tikky August 23rd 2018, 8:44 pm

    Sorry @Miau,
    can you give me a topic where these alerts are used?
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 24th 2018, 7:00 pm

    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Warning Empty Re: Warning

    Post by tikky August 24th 2018, 9:02 pm

    could you release access for guests?
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 27th 2018, 7:19 pm

    Access this: http://nwdgames.forumbrasil.net/t66158-tutorial-id-skins#373996
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 28th 2018, 7:03 pm

    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 29th 2018, 7:13 pm

    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 30th 2018, 10:12 pm

    @UUUP
    Miau
    Miau
    Forumember


    Posts : 95
    Reputation : 2
    Language : Portuguese

    Warning Empty Re: Warning

    Post by Miau August 31st 2018, 11:56 pm

    UP

      Current date/time is September 23rd 2024, 3:33 am