Gerir função do botão resolvido igual do fdf
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
Gerir função do botão resolvido igual do fdf
Detalhes da questão
Endereço do fórum: bolsafamilia.livreforum.com
Versão do fórum: PhpBB3
Descrição
Olá
Boa noite!
Estou tentando colocar o Botão resolvido, mas não aparece no título do tópico.
Coloquei os códigos conforme este tópico diz: https://ajuda.forumeiros.com/t74425-tutorial-adicionar-botao-resolvido-phpbb3-e-punbb
O botão resolvido aparece acima na mensagem, porém ao clicar nele nada acontece.
Gostaria que ao clicar no resolvido aparecesse algum botão ou escrito 'resolvido' na frente do título.
Alguém pode ajudar?
Grato.
Luciano.
Última edição por LucianoK em 16.06.16 20:02, editado 1 vez(es)
Re: Gerir função do botão resolvido igual do fdf
Olá while,
eu tentei. não aparece nem o botão resolvido. :/
Olha como preenchi.
Pode me ajudar? Grato.
eu tentei. não aparece nem o botão resolvido. :/
- Código:
jQuery(document).ready(function(){var r='.post:eq(0) .i_icon_edit';if(jQuery('a.nav[href*="/c6"]').length&&jQuery('.post img[alt*="Resolvido"]:eq(0)').length&&jQuery(r).length){jQuery('.i_reply').after(' <a href="'+jQuery(r).parent().attr('href')+'&solved=true"><img src=http://i45.servimg.com/u/f45/12/05/75/97/hg10.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('input[name="post"][type="submit"][value="Enviar"]').click()}});
Olha como preenchi.
Pode me ajudar? Grato.
Re: Gerir função do botão resolvido igual do fdf
Olá, troque pra este:
Resulta agora?
- Código:
jQuery(document).ready(function(){var r='.post:eq(0) .i_icon_edit';if(jQuery('a.nav[href*="/c6-"]').length&&jQuery('.post img[alt*="Resolvido"]:eq(0)').length&&jQuery(r).length){jQuery('.i_reply').after(' <a href="'+jQuery(r).parent().attr('href')+'&solved=true"><img src=http://i45.servimg.com/u/f45/12/05/75/97/hg10.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('input[name="post"][type="submit"][value="Enviar"]').click()}});
Resulta agora?
Re: Gerir função do botão resolvido igual do fdf
Infelizmente não. :/
Re: Gerir função do botão resolvido igual do fdf
Boas!
Já tentou ver esse tópico:
https://ajuda.forumeiros.com/t73451-
Atenção para a mensagem do Seender.
Até mais.
Já tentou ver esse tópico:
https://ajuda.forumeiros.com/t73451-
Atenção para a mensagem do Seender.
Até mais.
Re: Gerir função do botão resolvido igual do fdf
Ok. Vou tentar. Obrigado.
Re: Gerir função do botão resolvido igual do fdf
Resultou?
Caso não dê certo, adicione esse javascripts com investimento em todas as paginas:
Deverá resultar.
Até mais.
Caso não dê certo, adicione esse javascripts com investimento em todas as paginas:
- Código:
jQuery(document).ready(function(){if(jQuery('.post:eq(0) .i_icon_edit') & ('.pathname-box a.nav[href*="/c3-"]').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('.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()}});
Deverá resultar.
Até mais.
Re: Gerir função do botão resolvido igual do fdf
O botão resolvido ate aparece... mas ao clicar não faz nada.
Penso que deveria trocar o ícone automaticamente ou pelo menos escrever no título [resolvido].
Acho que vou desistir disso.. =/
Penso que deveria trocar o ícone automaticamente ou pelo menos escrever no título [resolvido].
Acho que vou desistir disso.. =/
Re: Gerir função do botão resolvido igual do fdf
Olá, acabei de ver que você não tem o icone "resolvido" hahaha
Para isto, você acesse:
Recomendo essa imagem: https://i.servimg.com/u/f45/11/65/59/72/resolu11.png
Depois disto, crie um novo javascripts com esse código:
investimento em todas as paginas ok? eu deixei pro /c6- , pois o /c2- não existe no seu fórum.
Até mais.
Para isto, você acesse:
Crie um novo icone com a imagem desejada e com permissão a todos.Painel de Controle -> Visualização -> Imagens e Cores -> Gestão das imagens -> Modo avançado -> Icones de mensagens
Recomendo essa imagem: https://i.servimg.com/u/f45/11/65/59/72/resolu11.png
Depois disto, crie um novo javascripts com esse código:
- Código:
jQuery(document).ready(function(){if(jQuery('.post:eq(0) .i_icon_edit') & ('.pathname-box a.nav[href*="/c6-"]').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('.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()}});
investimento em todas as paginas ok? eu deixei pro /c6- , pois o /c2- não existe no seu fórum.
Até mais.
Re: Gerir função do botão resolvido igual do fdf
Obrigado @while !
Re: Gerir função do botão resolvido igual do fdf
Questão marcada como Resolvida ou o Autor solicitou que ela fosse arquivada. Tópico marcado como Resolvido e movido para Questões resolvidas. |
Tópicos semelhantes
» Gerir função do botão resolvido igual do fdf
» Gerir função do botão resolvido igual do fdf
» Gerir função botão resolvido
» Gerir função de botão resolvido
» Gerir função de botão resolvido nos tópicos
» Gerir função do botão resolvido igual do fdf
» Gerir função botão resolvido
» Gerir função de botão resolvido
» Gerir função de botão resolvido nos tópicos
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