Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
Botão resolvido não esta 100%
3 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre o painel administrativo :: Questões resolvidas sobre o painel administrativo
Página 1 de 1
Botão resolvido não esta 100%
Qual é minha questão:
Olá pessoal estou tentando usar esse tutorial
https://ajuda.forumeiros.com/t74425-tutoria-adicionar-botao-resolvido-phpbb3-e-punbb
mais não esta muito certo dai eu achei esse código
mais quando eu clico em no botão resolvido ele continua aparecendo e não some aguem pode me dar uma luz!
Endereço do meu fórum:
Não é necessário.
Versão do fórum:
PHPBB3
Olá pessoal estou tentando usar esse tutorial
https://ajuda.forumeiros.com/t74425-tutoria-adicionar-botao-resolvido-phpbb3-e-punbb
mais não esta muito certo dai eu achei esse código
- Código:
jQuery(document).ready(function(){if(jQuery('.post:eq(0) .i_icon_edit')&&jQuery('.pathname-box a.nav[href*="f34-"]').length){jQuery('#main-content h1.page-title:eq(0)').before('<div style="background:#C8E2B7;border:1px solid green;padding:5px;color:#666666;text-align:center;font-family:Verdana;font-size:11px"><img src=http://i.imgur.com/uPsiC.png height=48 style=vertical-align:middle> Ajude a organizar o fórum, caso sua dúvida tenha sido resolvida clique no botão resolvido</div>')}});
jQuery(document).ready(function(){var r='.post:eq(0) .i_icon_edit';if(jQuery(r).length&&jQuery('.pathname-box a.nav[href*="f34-"]').length){jQuery('.buttons').append(' <a href="'+jQuery(r).parent().attr('href')+'&solved=true"><img src=http://i.imgur.com/EFz6C.gif></a>')};if(location.href.match(/&solved=true/)){jQuery('form[name="post"]').append('<input type=hidden name=post_icon value=3>');p=document.getElementById('post_icon_3');if(p){p.checked=true};jQuery('.submit-buttons input[name="post"]').click()}});
mais quando eu clico em no botão resolvido ele continua aparecendo e não some aguem pode me dar uma luz!
Endereço do meu fórum:
Não é necessário.
Versão do fórum:
PHPBB3
Última edição por C@ndoca em 18.01.14 16:57, editado 1 vez(es)
Re: Botão resolvido não esta 100%
Olá,
Tente utilizar este código
Até
Tente utilizar este código
- Código:
jQuery(document).ready(function(){var r='.post:eq(0) .i_icon_edit';if(jQuery(r).length){jQuery('.buttons').append('   <a href="'+jQuery(r).parent().attr('href')+'&solved=true"><img src=http://i.imgur.com/EFz6C.gif></a>')};if(location.href.match(/&solved=true/)){jQuery('form[name="post"]').append('<input type=hidden name=post_icon value=2>');p=document.getElementById('post_icon_2');if(p){p.checked=true};jQuery('.submit-buttons input[name="post"]').click()}});
Até
Re: Botão resolvido não esta 100%
Ola,
Crie um novo JavaScript:
Crie um novo JavaScript:
- Código:
jQuery(document).ready(function(){jQuery('input[name="subject"]').keypress(function(e){if(document.all){e=e.keyCode}else{e=e.charCode};v='0123456789abcdefghijlmnopqrstuvxzwykABCDEFGHIJLMNOPQRSTUVXZWYKáÁãÃâÂàÀéÉêÊíÍóÓõÕôÔúÚüÜçÇ&- ,:;"—?@ªº+#$%*=/\<>';c=String.fromCharCode(e);if(v.indexOf(c)>-1){return true};if(v.indexOf(c)>-1||e<9){return true};return false});if(jQuery('.pathname-box a[href*="/f2-"]').length&&jQuery('h2.topic-title img[src!="http://i45.servimg.com/u/f45/11/65/59/72/resolu11.png"]:eq(0)').length&&jQuery('.post:eq(0) .i_icon_edit').length){jQuery('#main-content h1.page-title:eq(0)').before('<div style="background:#C8E2B7;border:1px solid green;padding:5px;color:#666666;text-align:center;font-family:Verdana;font-size:11px"><img src=http://i.imgur.com/uPsiC.png height=48 style=vertical-align:middle> Ajude a organizar o fórum, caso sua dúvida tenha sido resolvida clique no <a href="'+jQuery('.post:eq(0) .i_icon_edit').parent().attr('href')+'&solved=true"><b>botão resolvido</b></a></div>')};if(jQuery('.pathname-box a[href*="/f2-"]').length&&jQuery('.post').length>2&&jQuery('.post:eq(0) .i_icon_edit').length&&jQuery('.post[id!="'+jQuery('.post:eq(0)').attr('id')+'"]').length&&jQuery('.post:eq(0) h2.topic-title img').attr('src')=='http://2img.net/i/fa/empty.gif'){jQuery('#quick_reply').append('<input type=hidden name=post_icon value=2>')}})
Re: Botão resolvido não esta 100%
Pessoal consegui esse é 100%
- Código:
//resolvido
jQuery(document).ready(function(){if(jQuery('.post:eq(0) .i_icon_edit')&&jQuery('h2.topic-title img[src!="http://i45.servimg.com/u/f45/11/65/59/72/resolu11.png"]:eq(0)').length&&jQuery('.pathname-box a.nav[href*="c1-"]').length){jQuery('#main-content h1.page-title:eq(0)').before('<div style="background:#C8E2B7;border:1px solid green;padding:5px;color:#666666;text-align:center;font-family:Verdana;font-size:11px"><img src=http://i.imgur.com/uPsiC.png height=48 style=vertical-align:middle> Ajude a organizar o fórum, caso sua dúvida tenha sido resolvida clique no botão resolvido</div>')}});
jQuery(document).ready(function(){var r='.post:eq(0) .i_icon_edit';if(jQuery(r).length&&jQuery('h2.topic-title img[src!="http://i45.servimg.com/u/f45/11/65/59/72/resolu11.png"]:eq(0)').length&&jQuery('.pathname-box a.nav[href*="c1-"]').length){jQuery('.buttons').append(' <a href="'+jQuery(r).parent().attr('href')+'&solved=true"><img src=http://i.imgur.com/EFz6C.gif></a>')};if(location.href.match(/&solved=true/)){jQuery('form[name="post"]').append('<input type=hidden name=post_icon value=1>');p=document.getElementById('post_icon_1');if(p){p.checked=true};jQuery('.submit-buttons input[name="post"]').click()}});
Re: Botão resolvido não esta 100%
E assim mais complexo.
- Código:
//Lembrete resolvido
jQuery(document).ready(function(){if(jQuery('.pathname-box a[href*="/f3-"]').length&&jQuery('h2.topic-title img[src!="http://i45.servimg.com/u/f45/11/65/59/72/resolu11.png"]:eq(0)').length&&jQuery('.post:eq(0) .i_icon_edit').length){jQuery('#main-content h1.page-title:eq(0)').before('<div style="background:#C8E2B7;border:1px solid green;padding:5px;color:#666666;text-align:center;font-family:Verdana;font-size:11px"><img src=http://i.imgur.com/uPsiC.png height=48 style=vertical-align:middle> Ajude a organizar o fórum, caso sua dúvida tenha sido resolvida clique no <a href="'+jQuery('.post:eq(0) .i_icon_edit').parent().attr('href')+'&solved=true"><b>botão resolvido</b></a></div>')};if(jQuery('.pathname-box a[href*="/f3-"]').length&&jQuery('.post').length>2&&jQuery('.post:eq(0) .i_icon_edit').length&&jQuery('.post[id!="'+jQuery('.post:eq(0)').attr('id')+'"]').length&&jQuery('.post:eq(0) h2.topic-title img').attr('src')=='http://2img.net/i/fa/empty.gif'){jQuery('#quick_reply').append('<input type=hidden name=post_icon value=1>')}});
//Botão resolvido
jQuery(document).ready(function(){var r='.post:eq(0) .i_icon_edit';if(jQuery(r).length&&jQuery('h2.topic-title img[src!="http://i45.servimg.com/u/f45/11/65/59/72/resolu11.png"]:eq(0)').length&&jQuery('.pathname-box a.nav[href*="f3-"]').length){jQuery('.buttons').append(' <a href="'+jQuery(r).parent().attr('href')+'&solved=true"><img src=http://i.imgur.com/EFz6C.gif></a>')};if(location.href.match(/&solved=true/)){jQuery('form[name="post"]').append('<input type=hidden name=post_icon value=1>');p=document.getElementById('post_icon_1');if(p){p.checked=true};jQuery('.submit-buttons input[name="post"]').click()}});
Tópicos semelhantes
» Resolvido shshhshshshshhs
» [Resolvido] Quem está conectado
» [Resolvido] Onde está o tutorial que....
» [Resolvido] Como coloco esta barra no fórum?
» [Resolvido] Onde está a página html do fórum?
» [Resolvido] Quem está conectado
» [Resolvido] Onde está o tutorial que....
» [Resolvido] Como coloco esta barra no fórum?
» [Resolvido] Onde está a página html do fórum?
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre o painel administrativo :: Questões resolvidas sobre o painel administrativo
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos