Problemas com os Smilies.

Suporte à dúvidas gerais relacionadas ao phpBB.
Avatar do usuário
robra
Membro Sênior
Membro Sênior
Mensagens: 6065
Registrado em: 02 Dez 2010, 23:29

Problemas com os Smilies.

  • Favoritar esta postagem
  • Mensagem por robra »

    Tenho 6 MOD's instalados no Fórum e percebi que os Smilies não estão funcionando mais, embora possa vê-los ao lado da caixa de texto e a mensagem abaixo deles seja "Smilies estão ativos".
    Não sei se ajuda, mas fiz uns testes da seguinte forma:
    Entrei em um Fórum, que já sou usuário, com os smilies ativos e funcionando, e simulei a criação de um TÓPICO com o Título teste, a mensagem teste e o smilie sorrindo. Depois cliquei no botão Prever. Usei a ferramento do Google Chrome chamda Inspecionar de elemento para ver o retorno em HTML.
    Fiz o mesmo procedimento com o meu Fórum, que está com o problema dos smilies não funcionarem, e a diferença foi:
    1- Fórum normal:
    - Visualização da tela:
    Prever: teste
    teste
    :D
    - Visualização do código:
    <div class="postbody">
    <h3>Preview: teste</h3>
    <div class="content text-content">teste<br /> <img src="http://www.phpbb.com/community/images/s ... iggrin.gif" alt=":D" title="Very Happy" /></div>

    2- Meu Fórum com problema do Smilie:
    - Visualização da tela:
    Prever: teste
    teste
    :-D
    - Visualização do código:
    <div class="postbody">
    <h3>Preview: teste</h3>
    <div class="content">teste<br /> :-D</div>
    OBS.: O caracter :-D não está errado. Ele realmente corresponde ao smilie sorrindo, em meu fórum. Além disso, todos os smilies apresentam o mesmo problema.

    Nas linhas em vermelho, dá para ver a diferença das respostas em HTML.

    Grato.
    Editado pela última vez por robra em 15 Jan 2011, 14:33, em um total de 1 vez.
    [DICA] Antes de abrir um Novo Tópico, procure saber se a sua dúvida já foi respondida. Pesquise no Google por palavras(em inglês também) relacionadas à ela, somado à palavra "phpbb".
    Avatar do usuário
    _Vinny_
    Administrador
    Administrador
    Mensagens: 6043
    Registrado em: 03 Set 2009, 21:59
    Contato:

    Re: Problemas com os Smilies.

  • Favoritar esta postagem
  • Mensagem por _Vinny_ »

    Qual o link do seu fórum e quais as modificações instaladas nele?
    Tradução Português Brasileiro: https://www.phpbb.com/customise/db/translation/brazilian_portuguese/

    Precisa de serviços phpBB? Me mande um mensagem privada ou visite https://vinny.quest
    --=Icaro=--
    Novato
    Novato
    Mensagens: 64
    Registrado em: 08 Jan 2011, 13:09

    Re: Problemas com os Smilies.

  • Favoritar esta postagem
  • Mensagem por --=Icaro=-- »

    No seu style/template/posting_smilies.html tem que ter:

    Código: Selecionar todos

    <!-- BEGIN smiley -->			
            <a href="#" onclick="initInsertions(); insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a> 
    		<!-- END smiley	-->
    Avatar do usuário
    robra
    Membro Sênior
    Membro Sênior
    Mensagens: 6065
    Registrado em: 02 Dez 2010, 23:29

    Re: Problemas com os Smilies.

  • Favoritar esta postagem
  • Mensagem por robra »

    --=Icaro=-- escreveu:No seu style/template/posting_smilies.html tem que ter:

    Código: Selecionar todos

    <!-- BEGIN smiley -->			
            <a href="#" onclick="initInsertions(); insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a> 
    		<!-- END smiley	-->
    Olá, Icaro.

    Obrigado pela dica, mas originalmente o arquivo posting_smilies.html já possui este código.

    Abraço.
    [DICA] Antes de abrir um Novo Tópico, procure saber se a sua dúvida já foi respondida. Pesquise no Google por palavras(em inglês também) relacionadas à ela, somado à palavra "phpbb".
    Avatar do usuário
    robra
    Membro Sênior
    Membro Sênior
    Mensagens: 6065
    Registrado em: 02 Dez 2010, 23:29
    Você favoritou esta postagem

    Re: Problemas com os Smilies.

  • Remover marcador da postagem
  • Mensagem por robra »

    _Vinny_ escreveu:Qual o link do seu fórum e quais as modificações instaladas nele?
    Olá, Vinny.

    Os MOD's são:
    1º) Hide links for guest v 1.0.2 - http://www.mssti.com/phpbb3/viewtopic.php?f=31&t=335 - com alterações para esconder também endereços de e-mails - http://www.mssti.com/phpbb3/viewtopic.php?f=31&t=1331.
    2º) Notify Moderators - http://www.phpbb.com/community/viewtopic.php?t=1057515.
    3º) Contact Board Administration - http://www.phpbb.com/customise/db/mod/c ... nistration.
    4º) Private Message Moderation - http://www.phpbb.com/community/viewtopi ... 55&start=0.
    5º) Unwatched forums list - http://www.phpbb.com/community/viewtopic.php?t=1346385.
    6º) Advanced Double Activation Pack - http://www.phpbb.com/community/viewtopic.php?t=753485

    O 6º MOD eu instalei parcialmente porque não preciso usar todo o seu recurso e também não vou precisar ficar traduzindo o que não vou usar. Deste, só instalei o "Auto Prune Users".

    Abraço.
    Editado pela última vez por robra em 15 Jan 2011, 14:33, em um total de 1 vez.
    [DICA] Antes de abrir um Novo Tópico, procure saber se a sua dúvida já foi respondida. Pesquise no Google por palavras(em inglês também) relacionadas à ela, somado à palavra "phpbb".
    Avatar do usuário
    _Vinny_
    Administrador
    Administrador
    Mensagens: 6043
    Registrado em: 03 Set 2009, 21:59
    Contato:
    Você favoritou esta postagem

    Re: Problemas com os Smilies.

  • Remover marcador da postagem
  • Mensagem por _Vinny_ »

    robra, faça um teste, experimentar usar um estilo diferente e veja se o erro continua.
    Tradução Português Brasileiro: https://www.phpbb.com/customise/db/translation/brazilian_portuguese/

    Precisa de serviços phpBB? Me mande um mensagem privada ou visite https://vinny.quest
    Avatar do usuário
    robra
    Membro Sênior
    Membro Sênior
    Mensagens: 6065
    Registrado em: 02 Dez 2010, 23:29

    Re: Problemas com os Smilies.

  • Favoritar esta postagem
  • Mensagem por robra »

    _Vinny_ escreveu:robra, faça um teste, experimentar usar um estilo diferente e veja se o erro continua.
    Vinny.

    Alterei o estilo para Subsilver e o problema continua. Pelo menos sabemos que não é problema particular de algum arquivo do estilo Prosilver.
    Desculpe, mas são 6 MOD's instalados e não 5, como eu havia postado inicialmente. Já editei as mensagens e o MOD que esqueci está na 3ª posição. Aliás, este formulário de contato com o administrador também possibilita a utilização de smilies quando é escolhido MP ou Fórum como meio de contato, mas ele está com o mesmo problema dos smilies.
    Já desinstalei este MOD mas não resolveu.
    Vi em um outro fórum, um tópico abordando o problema com os smilies.O problema estava no arquivo editor.js, mas em nenhum dos MOD's que instalei solicita a edição do editor.js.

    Grato.
    [DICA] Antes de abrir um Novo Tópico, procure saber se a sua dúvida já foi respondida. Pesquise no Google por palavras(em inglês também) relacionadas à ela, somado à palavra "phpbb".
    Avatar do usuário
    _Vinny_
    Administrador
    Administrador
    Mensagens: 6043
    Registrado em: 03 Set 2009, 21:59
    Contato:

    Re: Problemas com os Smilies.

  • Favoritar esta postagem
  • Mensagem por _Vinny_ »

    Poste aqui o seu editor.js do estilo que usa como padrão.

    Possíveis razões para o problema:
    - Não tem permissão para usar smilies.
    - Na caixa de opção de postagem esta marcada para não exibir smilies.
    - A permissão não permiti o uso de smilies.

    Verifique por isso.
    Tradução Português Brasileiro: https://www.phpbb.com/customise/db/translation/brazilian_portuguese/

    Precisa de serviços phpBB? Me mande um mensagem privada ou visite https://vinny.quest
    Avatar do usuário
    robra
    Membro Sênior
    Membro Sênior
    Mensagens: 6065
    Registrado em: 02 Dez 2010, 23:29

    Re: Problemas com os Smilies.

  • Favoritar esta postagem
  • Mensagem por robra »

    Vinny.

    O problema também acontece como administrador.
    Já tinha revisado as 3 situações citadas e nenhuma delas se aplica.
    Quanto ao editor.js, vi que tem um em adm/style e um outro em style/prosilver/template.
    Segue abaixo o código do editor.js localizado no prosilver/template:

    Código: Selecionar todos

    /**
    * bbCode control by subBlue design [ http://www.subBlue.com ]
    * Includes unixsafe colour palette selector by SHS`
    */
    
    // Startup variables
    var imageTag = false;
    var theSelection = false;
    
    var bbcodeEnabled = true;
    // Check for Browser & Platform for PC & IE specific bits
    // More details from: http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html
    var clientPC = navigator.userAgent.toLowerCase(); // Get client info
    var clientVer = parseInt(navigator.appVersion); // Get browser version
    
    var is_ie = ((clientPC.indexOf('msie') != -1) && (clientPC.indexOf('opera') == -1));
    var is_win = ((clientPC.indexOf('win') != -1) || (clientPC.indexOf('16bit') != -1));
    var baseHeight;
    
    /**
    * Shows the help messages in the helpline window
    */
    function helpline(help)
    {
    	document.forms[form_name].helpbox.value = help_line[help];
    }
    
    /**
    * Fix a bug involving the TextRange object. From
    * http://www.frostjedi.com/terra/scripts/demo/caretBug.html
    */ 
    function initInsertions() 
    {
    	var doc;
    
    	if (document.forms[form_name])
    	{
    		doc = document;
    	}
    	else 
    	{
    		doc = opener.document;
    	}
    
    	var textarea = doc.forms[form_name].elements[text_name];
    
    	if (is_ie && typeof(baseHeight) != 'number')
    	{
    		textarea.focus();
    		baseHeight = doc.selection.createRange().duplicate().boundingHeight;
    
    		if (!document.forms[form_name])
    		{
    			document.body.focus();
    		}
    	}
    }
    
    /**
    * bbstyle
    */
    function bbstyle(bbnumber)
    {	
    	if (bbnumber != -1)
    	{
    		bbfontstyle(bbtags[bbnumber], bbtags[bbnumber+1]);
    	} 
    	else 
    	{
    		insert_text('[*]');
    		document.forms[form_name].elements[text_name].focus();
    	}
    }
    
    /**
    * Apply bbcodes
    */
    function bbfontstyle(bbopen, bbclose)
    {
    	theSelection = false;
    
    	var textarea = document.forms[form_name].elements[text_name];
    
    	textarea.focus();
    
    	if ((clientVer >= 4) && is_ie && is_win)
    	{
    		// Get text selection
    		theSelection = document.selection.createRange().text;
    
    		if (theSelection)
    		{
    			// Add tags around selection
    			document.selection.createRange().text = bbopen + theSelection + bbclose;
    			document.forms[form_name].elements[text_name].focus();
    			theSelection = '';
    			return;
    		}
    	}
    	else if (document.forms[form_name].elements[text_name].selectionEnd && (document.forms[form_name].elements[text_name].selectionEnd - document.forms[form_name].elements[text_name].selectionStart > 0))
    	{
    		mozWrap(document.forms[form_name].elements[text_name], bbopen, bbclose);
    		document.forms[form_name].elements[text_name].focus();
    		theSelection = '';
    		return;
    	}
    	
    	//The new position for the cursor after adding the bbcode
    	var caret_pos = getCaretPosition(textarea).start;
    	var new_pos = caret_pos + bbopen.length;		
    
    	// Open tag
    	insert_text(bbopen + bbclose);
    
    	// Center the cursor when we don't have a selection
    	// Gecko and proper browsers
    	if (!isNaN(textarea.selectionStart))
    	{
    		textarea.selectionStart = new_pos;
    		textarea.selectionEnd = new_pos;
    	}	
    	// IE
    	else if (document.selection)
    	{
    		var range = textarea.createTextRange(); 
    		range.move("character", new_pos); 
    		range.select();
    		storeCaret(textarea);
    	}
    
    	textarea.focus();
    	return;
    }
    
    /**
    * Insert text at position
    */
    function insert_text(text, spaces, popup)
    {
    	var textarea;
    	
    	if (!popup) 
    	{
    		textarea = document.forms[form_name].elements[text_name];
    	} 
    	else 
    	{
    		textarea = opener.document.forms[form_name].elements[text_name];
    	}
    	if (spaces) 
    	{
    		text = ' ' + text + ' ';
    	}
    	
    	if (!isNaN(textarea.selectionStart))
    	{
    		var sel_start = textarea.selectionStart;
    		var sel_end = textarea.selectionEnd;
    
    		mozWrap(textarea, text, '');
    		textarea.selectionStart = sel_start + text.length;
    		textarea.selectionEnd = sel_end + text.length;
    	}
    	else if (textarea.createTextRange && textarea.caretPos)
    	{
    		if (baseHeight != textarea.caretPos.boundingHeight) 
    		{
    			textarea.focus();
    			storeCaret(textarea);
    		}
    
    		var caret_pos = textarea.caretPos;
    		caret_pos.text = caret_pos.text.charAt(caret_pos.text.length - 1) == ' ' ? caret_pos.text + text + ' ' : caret_pos.text + text;
    	}
    	else
    	{
    		textarea.value = textarea.value + text;
    	}
    	if (!popup) 
    	{
    		textarea.focus();
    	}
    }
    
    /**
    * Add inline attachment at position
    */
    function attach_inline(index, filename)
    {
    	insert_text('[attachment=' + index + ']' + filename + '[/attachment]');
    	document.forms[form_name].elements[text_name].focus();
    }
    
    /**
    * Add quote text to message
    */
    function addquote(post_id, username, l_wrote)
    {
    	var message_name = 'message_' + post_id;
    	var theSelection = '';
    	var divarea = false;
    
    	if (l_wrote === undefined)
    	{
    		// Backwards compatibility
    		l_wrote = 'wrote';
    	}
    
    	if (document.all)
    	{
    		divarea = document.all[message_name];
    	}
    	else
    	{
    		divarea = document.getElementById(message_name);
    	}
    
    	// Get text selection - not only the post content :(
    	if (window.getSelection)
    	{
    		theSelection = window.getSelection().toString();
    	}
    	else if (document.getSelection)
    	{
    		theSelection = document.getSelection();
    	}
    	else if (document.selection)
    	{
    		theSelection = document.selection.createRange().text;
    	}
    
    	if (theSelection == '' || typeof theSelection == 'undefined' || theSelection == null)
    	{
    		if (divarea.innerHTML)
    		{
    			theSelection = divarea.innerHTML.replace(/<br>/ig, '\n');
    			theSelection = theSelection.replace(/<br\/>/ig, '\n');
    			theSelection = theSelection.replace(/&lt\;/ig, '<');
    			theSelection = theSelection.replace(/&gt\;/ig, '>');
    			theSelection = theSelection.replace(/&amp\;/ig, '&');
    			theSelection = theSelection.replace(/&nbsp\;/ig, ' ');
    		}
    		else if (document.all)
    		{
    			theSelection = divarea.innerText;
    		}
    		else if (divarea.textContent)
    		{
    			theSelection = divarea.textContent;
    		}
    		else if (divarea.firstChild.nodeValue)
    		{
    			theSelection = divarea.firstChild.nodeValue;
    		}
    	}
    
    	if (theSelection)
    	{
    		if (bbcodeEnabled)
    		{
    			insert_text('[quote="' + username + '"]' + theSelection + '[/quote]');
    		}
    		else
    		{
    			insert_text(username + ' ' + l_wrote + ':' + '\n');
    			var lines = split_lines(theSelection);
    			for (i = 0; i < lines.length; i++)
    			{
    				insert_text('> ' + lines[i] + '\n');
    			}
    		}
    	}
    
    	return;
    }
    
    function split_lines(text)
    {
    	var lines = text.split('\n');
    	var splitLines = new Array();
    	var j = 0;
    	for(i = 0; i < lines.length; i++)
    	{
    		if (lines[i].length <= 80)
    		{
    			splitLines[j] = lines[i];
    			j++;
    		}
    		else
    		{
    			var line = lines[i];
    			do
    			{
    				var splitAt = line.indexOf(' ', 80);
    				
    				if (splitAt == -1)
    				{
    					splitLines[j] = line;
    					j++;
    				}
    				else
    				{
    					splitLines[j] = line.substring(0, splitAt);
    					line = line.substring(splitAt);
    					j++;
    				}
    			}
    			while(splitAt != -1);
    		}
    	}
    	return splitLines;
    }
    /**
    * From http://www.massless.org/mozedit/
    */
    function mozWrap(txtarea, open, close)
    {
    	var selLength = (typeof(txtarea.textLength) == 'undefined') ? txtarea.value.length : txtarea.textLength;
    	var selStart = txtarea.selectionStart;
    	var selEnd = txtarea.selectionEnd;
    	var scrollTop = txtarea.scrollTop;
    
    	if (selEnd == 1 || selEnd == 2) 
    	{
    		selEnd = selLength;
    	}
    
    	var s1 = (txtarea.value).substring(0,selStart);
    	var s2 = (txtarea.value).substring(selStart, selEnd);
    	var s3 = (txtarea.value).substring(selEnd, selLength);
    
    	txtarea.value = s1 + open + s2 + close + s3;
    	txtarea.selectionStart = selStart + open.length;
    	txtarea.selectionEnd = selEnd + open.length;
    	txtarea.focus();
    	txtarea.scrollTop = scrollTop;
    
    	return;
    }
    
    /**
    * Insert at Caret position. Code from
    * http://www.faqts.com/knowledge_base/view.phtml/aid/1052/fid/130
    */
    function storeCaret(textEl)
    {
    	if (textEl.createTextRange)
    	{
    		textEl.caretPos = document.selection.createRange().duplicate();
    	}
    }
    
    /**
    * Color pallette
    */
    function colorPalette(dir, width, height)
    {
    	var r = 0, g = 0, b = 0;
    	var numberList = new Array(6);
    	var color = '';
    
    	numberList[0] = '00';
    	numberList[1] = '40';
    	numberList[2] = '80';
    	numberList[3] = 'BF';
    	numberList[4] = 'FF';
    
    	document.writeln('<table cellspacing="1" cellpadding="0" border="0">');
    
    	for (r = 0; r < 5; r++)
    	{
    		if (dir == 'h')
    		{
    			document.writeln('<tr>');
    		}
    
    		for (g = 0; g < 5; g++)
    		{
    			if (dir == 'v')
    			{
    				document.writeln('<tr>');
    			}
    			
    			for (b = 0; b < 5; b++)
    			{
    				color = String(numberList[r]) + String(numberList[g]) + String(numberList[b]);
    				document.write('<td bgcolor="#' + color + '" style="width: ' + width + 'px; height: ' + height + 'px;">');
    				document.write('<a href="#" onclick="bbfontstyle(\'[color=#' + color + ']\', \'[/color]\'); return false;"><img src="images/spacer.gif" width="' + width + '" height="' + height + '" alt="#' + color + '" title="#' + color + '" /></a>');
    				document.writeln('</td>');
    			}
    
    			if (dir == 'v')
    			{
    				document.writeln('</tr>');
    			}
    		}
    
    		if (dir == 'h')
    		{
    			document.writeln('</tr>');
    		}
    	}
    	document.writeln('</table>');
    }
    
    
    /**
    * Caret Position object
    */
    function caretPosition()
    {
    	var start = null;
    	var end = null;
    }
    
    
    /**
    * Get the caret position in an textarea
    */
    function getCaretPosition(txtarea)
    {
    	var caretPos = new caretPosition();
    	
    	// simple Gecko/Opera way
    	if(txtarea.selectionStart || txtarea.selectionStart == 0)
    	{
    		caretPos.start = txtarea.selectionStart;
    		caretPos.end = txtarea.selectionEnd;
    	}
    	// dirty and slow IE way
    	else if(document.selection)
    	{
    	
    		// get current selection
    		var range = document.selection.createRange();
    
    		// a new selection of the whole textarea
    		var range_all = document.body.createTextRange();
    		range_all.moveToElementText(txtarea);
    		
    		// calculate selection start point by moving beginning of range_all to beginning of range
    		var sel_start;
    		for (sel_start = 0; range_all.compareEndPoints('StartToStart', range) < 0; sel_start++)
    		{		
    			range_all.moveStart('character', 1);
    		}
    	
    		txtarea.sel_start = sel_start;
    	
    		// we ignore the end value for IE, this is already dirty enough and we don't need it
    		caretPos.start = txtarea.sel_start;
    		caretPos.end = txtarea.sel_start;			
    	}
    
    	return caretPos;
    }
    -----------------------------------------------------------------------------------
    A linha pontilhada não está originalmente no editor.js. Ela foi colocada só para identificar o término do código.


    Valeu...
    Editado pela última vez por robra em 16 Jan 2011, 15:44, em um total de 2 vezes.
    Avatar do usuário
    robra
    Membro Sênior
    Membro Sênior
    Mensagens: 6065
    Registrado em: 02 Dez 2010, 23:29

    Re: Problemas com os Smilies.

  • Favoritar esta postagem
  • Mensagem por robra »

    Este problema pode ser causado pela alteração da codificação de alguma página php, de Ocidental (Latin1) para UTF-8 (Unicode) ??

    Grato.
    Trancado