Como retirar isso do fórum

Suporte à dúvidas gerais relacionadas ao phpBB.
Bellatrix
Novato
Novato
Mensagens: 120
Registrado em: 22 Nov 2010, 23:18

Como retirar isso do fórum

  • Favoritar esta postagem
  • Mensagem por Bellatrix »

    Galera, não sei o nome desse negocio, por isso não coloquei no titulo do tópico, mais se puderem me ajudar a tirar esses negocios que fica no fórum, mostrando como fica os icones quando tem novas mensagem, me ajuda a tirar aki segue uma imagem
    Imagem
    Avatar do usuário
    _Vinny_
    Administrador
    Administrador
    Mensagens: 6043
    Registrado em: 03 Set 2009, 21:59
    Contato:
    Você favoritou esta postagem

    Re: Como retirar isso do fórum

  • Remover marcador da postagem
  • Mensagem por _Vinny_ »

    Bellatrix, para retirar, você poderia postar aqui o arquivo: styles/(seu_estilo)/templates/index_body.html, por favor.

    Caso queira manter, mas corrigir o problema das imagens, leia o artigo: kb.php?a=21
    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
    Bellatrix
    Novato
    Novato
    Mensagens: 120
    Registrado em: 22 Nov 2010, 23:18
    Você favoritou esta postagem

    Re: Como retirar isso do fórum

  • Remover marcador da postagem
  • Mensagem por Bellatrix »

    Código: Selecionar todos

    {CURRENT_TIME} 
    [ {L_MCP} ]
    
    {CURRENT_TIME}
    
    {L_SEARCH_UNANSWERED} • {L_SEARCH_UNREAD} • {L_SEARCH_NEW} • {L_SEARCH_ACTIVE_TOPICS}
    {L_MARK_FORUMS_READ}
    
    {L_WHO_IS_ONLINE}
    {TOTAL_USERS_ONLINE} 
    {RECORD_USERS} 
    {LOGGED_IN_USER_LIST}
    
    {L_LEGEND}: {LEGEND}
    {L_BIRTHDAYS}
    {L_CONGRATULATIONS}: {BIRTHDAY_LIST}{L_NO_BIRTHDAYS}
    {L_STATISTICS}
    {TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} 
    {NEWEST_USER}
    
      {L_NEW_POSTS}       {L_NO_NEW_POSTS}       {L_FORUM_LOCKED}
    

    isso ?
    Avatar do usuário
    _Vinny_
    Administrador
    Administrador
    Mensagens: 6043
    Registrado em: 03 Set 2009, 21:59
    Contato:

    Re: Como retirar isso do fórum

  • Favoritar esta postagem
  • Mensagem por _Vinny_ »

    Não, abre em um editor de texto como o Bloco de notas do Windows, copie todo o conteudo e cole aqui.
    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
    Bellatrix
    Novato
    Novato
    Mensagens: 120
    Registrado em: 22 Nov 2010, 23:18
    Você favoritou esta postagem

    Re: Como retirar isso do fórum

  • Remover marcador da postagem
  • Mensagem por Bellatrix »

    ou isso

    Código: Selecionar todos

    <!-- INCLUDE overall_header.html -->
    
    <!-- IF U_MCP --><p>{CURRENT_TIME} <br />[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF -->
    
    <!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
    <ul class="linklist">
    	<!-- IF S_DISPLAY_SEARCH -->
    		<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_LOAD_UNREADS --> &bull; <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --> &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
    	<!-- ENDIF -->
    	<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
    </ul>
    <!-- ENDIF -->
    
    <!-- INCLUDE forumlist_body.html -->
    
    <br />
        <!-- IF NEWEST_USER -->
    	    <div class="forabg">
    		    <div class="inner"><span class="corners-top"><span></span></span>
    			    <ul class="topiclist">
    				    <li class="header">
    					    <dl class="icon">
    						    <dt><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></dt>
    						</dl>
    					</li>
    				</ul>
    				<ul class="topiclist forums">
    				    <li class="row">
    					    <dl class="icon" style="background-image: url({T_THEME_PATH}/images/member.gif); background-repeat: no-repeat;">
    						    <dt title="{L_WHO_IS_ONLINE}" style="width: auto;">
    							    <span>{TOTAL_USERS_ONLINE}
    								    <br />{RECORD_USERS}
    									<br />
    									<strong>{LOGGED_IN_USER_LIST}</strong><br/>
    									<!-- IF LEGEND --><br /><strong>{L_LEGEND}:</strong> {LEGEND}<!-- ENDIF -->
    								</span>
    							</dt>
    						</dl>
    					</li>
    				</ul>
    			<span class="corners-bottom"><span></span></span></div>
    		</div>
        <!-- ENDIF -->
    
        <!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->
            <div class="forabg">
    		    <div class="inner"><span class="corners-top"><span></span></span>
                 <ul class="topiclist">
                    <li class="header">
                       <dl class="icon">
    				        <dt>{L_BIRTHDAYS}</a></dt>
    					</dl>
    				</li>
    			</ul>
    			<ul class="topiclist forums">
    			    <li class="row">
    				    <dl title="{L_CONGRATULATIONS}" class="icon" style="background-image: url({T_THEME_PATH}/images/birthday.gif); background-repeat: no-repeat; width: auto;">
    					    <dt style="width: auto;">
    						    <span class="forumtitle">
    							    <!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF -->
    							</span>
    						</dt>
    					</dl>
    				</li>
    			</ul>
    		<span class="corners-bottom"><span></span></span></div>
        </div>
        <!-- ENDIF -->
    
        <!-- IF NEWEST_USER -->
    	    <div class="forabg">
                 <div class="inner"><span class="corners-top"><span></span></span>
                    <ul class="topiclist">
                        <li class="header">
                            <dl class="icon">
    				            <dt>{L_STATISTICS}</dt>
    					    </dl>
    				    </li>
    			    </ul>
    				<ul class="topiclist forums">
    				    <li class="row">
    					    <dl class="icon" style="background-image: url({T_THEME_PATH}/images/stats.gif); background-repeat: no-repeat; width: auto;">
                                <dt title="{L_STATISTICS}" style="width: auto;">
    							    <span class="forumtitle">
    								    <strong>{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS}
    									    <br />{NEWEST_USER}</strong>
    								</span>
    							</dt>
    						</dl>
    					</li>
    				</ul>
    			<span class="corners-bottom"><span></span></span></div>
    		</div>
        <!-- ENDIF -->
    
    	<br />
        <ul class="center">
            <li>
                <img src="{T_IMAGESET_PATH}/forum_unread.gif" alt="{L_NEW_POSTS}" />&nbsp;&nbsp;{L_NEW_POSTS}&nbsp;&nbsp;
                &nbsp;&nbsp;<img src="{T_IMAGESET_PATH}/forum_read.gif" alt="{L_NO_NEW_POSTS}" />&nbsp;&nbsp;{L_NO_NEW_POSTS}&nbsp;&nbsp;
                &nbsp;&nbsp;<img src="{T_IMAGESET_PATH}/forum_read_locked.gif" alt="{L_FORUM_LOCKED}" />&nbsp;&nbsp;{L_FORUM_LOCKED}
            </li>
        </ul>
    
        <br style="clear: both;" />	
    	
    <!-- INCLUDE overall_footer.html -->
    Avatar do usuário
    _Vinny_
    Administrador
    Administrador
    Mensagens: 6043
    Registrado em: 03 Set 2009, 21:59
    Contato:
    Você favoritou esta postagem

    Re: Como retirar isso do fórum

  • Remover marcador da postagem
  • Mensagem por _Vinny_ »

    Exatamente isso. Bem, no arquivo procure por:

    Código: Selecionar todos

    <br />
        <ul class="center">
            <li>
                <img src="{T_IMAGESET_PATH}/forum_unread.gif" alt="{L_NEW_POSTS}" />&nbsp;&nbsp;{L_NEW_POSTS}&nbsp;&nbsp;
                &nbsp;&nbsp;<img src="{T_IMAGESET_PATH}/forum_read.gif" alt="{L_NO_NEW_POSTS}" />&nbsp;&nbsp;{L_NO_NEW_POSTS}&nbsp;&nbsp;
                &nbsp;&nbsp;<img src="{T_IMAGESET_PATH}/forum_read_locked.gif" alt="{L_FORUM_LOCKED}" />&nbsp;&nbsp;{L_FORUM_LOCKED}
            </li>
        </ul> 
    E remova isso. Apos essa edição, não esqueça de atualizar a template do estilo.
    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
    Bellatrix
    Novato
    Novato
    Mensagens: 120
    Registrado em: 22 Nov 2010, 23:18

    Re: Como retirar isso do fórum

  • Favoritar esta postagem
  • Mensagem por Bellatrix »

    vinny por isso q eu te amo e amo todos daqui do suporte phpbb, vlw cara deu tudo certo
    Trancado