Suporte aos Styles/Templates para phpBB.
			
		
		
			
				
								robra 							 
						Membro Sênior 			
		Mensagens:  6065 Registrado em:  02 Dez 2010, 22:29 
		
						
					
													
							
						
									
						Mensagem 
					 
								por robra  01 Out 2011, 20:12 
			
			
			
			
			
			
Neste caso você tem de deixar a estrutura original deste bloco e adicionar superior para que sirva como título da aba central, igual a página do Índice do Fórum que tem o nome da Categoria na aba e abaixo tem, na mesma linha, 
FÓRUM , 
TÓPICOS , 
MENSAGENS  e 
ÚLTIMAS MENSAGENS .
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 ".
			
						 
		 
				
		
		 
	 
				
		
		
			
				
								robra 							 
						Membro Sênior 			
		Mensagens:  6065 Registrado em:  02 Dez 2010, 22:29 
		
						
					
													
							
						
									
						Mensagem 
					 
								por robra  01 Out 2011, 20:25 
			
			
			
			
			
			Tente o seguinte:
- Abra o arquivo 
template/portal/modules/recent_center.html  e nas linhas iniciais...
Código: Selecionar todos 
<!-- IF .latest_announcements or .latest_hot_topics or .latest_topics -->
{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
	<ul class="topiclist bg1">
		<li><dl>
			<dd style="border-left:0px; width:100%">
			<table width="100%">...
substitua  por:
Código: Selecionar todos 
<!-- IF .latest_announcements or .latest_hot_topics or .latest_topics -->
{$CA_BLOCK2_START}
    			<h2><a href="#">ÚLTIMAS NOTÍCIAS</a></h2>
  {$CA_BLOCK2_START2} 
{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
	<ul class="topiclist bg1">
		<li><dl>
			<dd style="border-left:0px; width:100%">
			<table width="100%">
E no final, nas linhas...
...
substitua  por:
Código: Selecionar todos 
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
{$CA_BLOCK2_END}
<!-- ENDIF -->P.S. : Provavelmente terá de alterar a codificação do arquivo para 
UTF-8  para que o texto 
ÚLTIMAS NOTÍCIAS  adicionado no início fique acentuado corretamente.
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 ".
			
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Night Angel 							 
						Membro Recente 			
		Mensagens:  262 Registrado em:  26 Mai 2011, 22:54Localização:  Planeta Terra
				Contato: 
				
			 
				
		 
		
						
					
													
							
						
									
						Mensagem 
					 
								por Night Angel  01 Out 2011, 20:26 
			
			
			
			
			
			A minha versão do Portal é a: Não existe modules / recent_center.html 
			
			
									
							
		
	
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								robra 							 
						Membro Sênior 			
		Mensagens:  6065 Registrado em:  02 Dez 2010, 22:29 
		
						
					
													
							
						
									
						Mensagem 
					 
								por robra  01 Out 2011, 21:48 
			
			
			
			
			
			Se você não tem o arquivo 
styles/seu-estilo/template/portal/modules/recent_center.html  onde você alterou para que aparecesse a borda na sua imagem anterior ?
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 ".
			
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Night Angel 							 
						Membro Recente 			
		Mensagens:  262 Registrado em:  26 Mai 2011, 22:54Localização:  Planeta Terra
				Contato: 
				
			 
				
		 
		
						
					
													
							
						
									
						Mensagem 
					 
								por Night Angel  01 Out 2011, 22:51 
			
			
			
			
			
			styles/ca_vintage_blue/template/portal/block/news_compact.html Este é o bloco responsavel pelas ultimas noticias do fórum mostradas no Portal news_compact.html Código: Selecionar todos 
<!--version $Id: news_compact.html 521 2009-08-26 20:59:19Z christian_n $ //-->
<!-- BEGIN news_row -->
<!-- IF news_row.S_NO_TOPICS -->
{$CA_BLOCK2_START}<dt>{L_LATEST_NEWS}</dt>{$CA_BLOCK2_START2}
	<div class="post bg2" style="margin-bottom: 0px">
		<div class="inner"><span class="portal-corners-top-inner"></span>
			<span style="text-align: center;"><strong>{L_NO_NEWS}</strong></span>
		<span class="portal-corners-bottom-inner"></span></div>
	</div>
{$CA_BLOCK_END}
<!-- ELSE  -->
<!-- IF news_row.S_FIRST_ROW  -->
<a name="n"></a>
{$CA_BLOCK2_START}
	<dt <!-- IF S_DISPLAY_NEWS_RVS -->style="width: 44%"<!-- ELSE -->style="width: 60%"<!-- ENDIF -->>{L_LATEST_NEWS}</dt>
	<!-- IF S_DISPLAY_NEWS_RVS -->
		<dd class="posts" style="width: 11%">{L_REPLIES}</dd>
		<dd class="views" style="width: 11%">{L_VIEWS}</dd>
	<!-- ENDIF -->
	<dd class="lastpost" style="width: 25%"><span>{L_LAST_POST}</span></dd>
{$CA_BLOCK2_START2}
<ul class="topiclist topics">
<!-- ENDIF -->
	<li class="row<!-- IF news_row.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
		<dl class="icon" style="background-image: url({news_row.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
			<dt style="<!-- IF S_DISPLAY_NEWS_RVS -->width: 44%;<!-- ELSE -->width: 60%;<!-- ENDIF --> <!-- IF news_row.TOPIC_ICON_IMG -->background-image: url({T_ICONS_PATH}{news_row.TOPIC_ICON_IMG}); background-repeat: no-repeat;<!-- ENDIF -->" title="{news_row.TOPIC_FOLDER_IMG_ALT}"><!-- IF news_row.S_UNREAD_TOPIC --><a href="{news_row.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><!-- IF news_row.ATTACH_ICON_IMG -->{news_row.ATTACH_ICON_IMG} <!-- ENDIF --><!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><a href="{news_row.U_VIEW_COMMENTS}" title="{news_row.TITLE}" class="topictitle">{news_row.TITLE}</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> • <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a> • <!-- ENDIF -->
				<!-- IF news_row.PAGINATION --><strong class="pagination"><span>{news_row.PAGINATION}</span></strong><!-- ENDIF -->
					<br />{L_POSTED} {L_POST_BY_AUTHOR} {news_row.POSTER_FULL} » {news_row.TIME}
				<!-- IF news_row.FORUM_NAME -->
					<br />{L_FORUM}: <a href="{news_row.U_VIEWFORUM}" style="font-weight: bold;">{news_row.FORUM_NAME}</a>
				<!-- ENDIF -->
				<!-- IF not S_DISPLAY_NEWS_RVS --><!-- IF news_row.FORUM_NAME -->• <!-- ENDIF -->{L_REPLIES}: <strong>{news_row.REPLIES}</strong>  • {L_VIEWS}: <strong>{news_row.TOPIC_VIEWS}</strong><!-- ENDIF -->
			</dt>
			<!-- IF S_DISPLAY_NEWS_RVS -->
				<dd class="posts" style="width: 11%">{news_row.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
				<dd class="views" style="width: 11%">{news_row.TOPIC_VIEWS} <dfn>{L_VIEWS}</dfn></dd>
			<!-- ENDIF -->
			<dd class="lastpost" style="width: 25%"><span><dfn>{L_LAST_POST}</dfn>{L_POST_BY_AUTHOR} {news_row.USERNAME_FULL_LAST} <!-- IF news_row.S_UNREAD_INFO --><a href="{news_row.U_VIEW_UNREAD}">{NEWEST_POST_IMG}</a><!-- ELSE --><a href="{news_row.U_LAST_COMMENTS}">{READ_POST_IMG}</a><!-- ENDIF --><br />
				{news_row.LAST_POST_TIME}</span>
			</dd>
		</dl>
	</li>
<!-- IF news_row.S_LAST_ROW -->
    <!-- IF NP_PAGINATION or TOTAL_NEWS -->
		<li class="row<!-- IF news_row.S_ROW_COUNT is even --> bg2<!-- ELSE --> bg1<!-- ENDIF -->">
			<div class="topic-actions">
				<div class="pagination">
					{TOTAL_NEWS}
					<!-- IF NP_PAGE_NUMBER --><!-- IF NP_PAGINATION --> • {NP_PAGE_NUMBER} • <span>{NP_PAGINATION}</span><!-- ELSE --> • {NP_PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF -->  
				</div>
			</div>
		</li>
    <!-- ENDIF -->
	</ul>
{$CA_BLOCK_END}
<!-- ENDIF -->
<!-- ENDIF -->
<!-- END news_row --> 
		 
				
		
		 
	 
				
		
		
			
				
								robra 							 
						Membro Sênior 			
		Mensagens:  6065 Registrado em:  02 Dez 2010, 22:29 
		
						
					
													
							
						
									
						Mensagem 
					 
								por robra  01 Out 2011, 23:25 
			
			
			
			
			
			Poste o original, 
sem a substituição  pelo 
{$CA_BLOCK2_START} e os demais.
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 ".
			
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Night Angel 							 
						Membro Recente 			
		Mensagens:  262 Registrado em:  26 Mai 2011, 22:54Localização:  Planeta Terra
				Contato: 
				
			 
				
		 
		
						
					
													
							
						
									
						Mensagem 
					 
								por Night Angel  01 Out 2011, 23:29 
			
			
			
			
			
			news_compact.html Original Código: Selecionar todos 
<!--version $Id: news_compact.html 521 2009-08-26 20:59:19Z christian_n $ //-->
<!-- BEGIN news_row -->
<!-- IF news_row.S_NO_TOPICS -->
{$C_BLOCK_H_L}<dt>{L_LATEST_NEWS}</dt>{$C_BLOCK_H_R}
	<div class="post bg2" style="margin-bottom: 0px">
		<div class="inner"><span class="portal-corners-top-inner"></span>
			<span style="text-align: center;"><strong>{L_NO_NEWS}</strong></span>
		<span class="portal-corners-bottom-inner"></span></div>
	</div>
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
<!-- ELSE  -->
<!-- IF news_row.S_FIRST_ROW  -->
<a name="n"></a>
{$C_BLOCK_H_L}
	<dt <!-- IF S_DISPLAY_NEWS_RVS -->style="width: 44%"<!-- ELSE -->style="width: 60%"<!-- ENDIF -->>{L_LATEST_NEWS}</dt>
	<!-- IF S_DISPLAY_NEWS_RVS -->
		<dd class="posts" style="width: 11%">{L_REPLIES}</dd>
		<dd class="views" style="width: 11%">{L_VIEWS}</dd>
	<!-- ENDIF -->
	<dd class="lastpost" style="width: 25%"><span>{L_LAST_POST}</span></dd>
{$C_BLOCK_H_R}
<ul class="topiclist topics">
<!-- ENDIF -->
	<li class="row<!-- IF news_row.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
		<dl class="icon" style="background-image: url({news_row.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
			<dt style="<!-- IF S_DISPLAY_NEWS_RVS -->width: 44%;<!-- ELSE -->width: 60%;<!-- ENDIF --> <!-- IF news_row.TOPIC_ICON_IMG -->background-image: url({T_ICONS_PATH}{news_row.TOPIC_ICON_IMG}); background-repeat: no-repeat;<!-- ENDIF -->" title="{news_row.TOPIC_FOLDER_IMG_ALT}"><!-- IF news_row.S_UNREAD_TOPIC --><a href="{news_row.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><!-- IF news_row.ATTACH_ICON_IMG -->{news_row.ATTACH_ICON_IMG} <!-- ENDIF --><!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><a href="{news_row.U_VIEW_COMMENTS}" title="{news_row.TITLE}" class="topictitle">{news_row.TITLE}</a><!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --> • <a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a> • <!-- ENDIF -->
				<!-- IF news_row.PAGINATION --><strong class="pagination"><span>{news_row.PAGINATION}</span></strong><!-- ENDIF -->
					<br />{L_POSTED} {L_POST_BY_AUTHOR} {news_row.POSTER_FULL} » {news_row.TIME}
				<!-- IF news_row.FORUM_NAME -->
					<br />{L_FORUM}: <a href="{news_row.U_VIEWFORUM}" style="font-weight: bold;">{news_row.FORUM_NAME}</a>
				<!-- ENDIF -->
				<!-- IF not S_DISPLAY_NEWS_RVS --><!-- IF news_row.FORUM_NAME -->• <!-- ENDIF -->{L_REPLIES}: <strong>{news_row.REPLIES}</strong>  • {L_VIEWS}: <strong>{news_row.TOPIC_VIEWS}</strong><!-- ENDIF -->
			</dt>
			<!-- IF S_DISPLAY_NEWS_RVS -->
				<dd class="posts" style="width: 11%">{news_row.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
				<dd class="views" style="width: 11%">{news_row.TOPIC_VIEWS} <dfn>{L_VIEWS}</dfn></dd>
			<!-- ENDIF -->
			<dd class="lastpost" style="width: 25%"><span><dfn>{L_LAST_POST}</dfn>{L_POST_BY_AUTHOR} {news_row.USERNAME_FULL_LAST} <!-- IF news_row.S_UNREAD_INFO --><a href="{news_row.U_VIEW_UNREAD}">{NEWEST_POST_IMG}</a><!-- ELSE --><a href="{news_row.U_LAST_COMMENTS}">{READ_POST_IMG}</a><!-- ENDIF --><br />
				{news_row.LAST_POST_TIME}</span>
			</dd>
		</dl>
	</li>
<!-- IF news_row.S_LAST_ROW -->
    <!-- IF NP_PAGINATION or TOTAL_NEWS -->
		<li class="row<!-- IF news_row.S_ROW_COUNT is even --> bg2<!-- ELSE --> bg1<!-- ENDIF -->">
			<div class="topic-actions">
				<div class="pagination">
					{TOTAL_NEWS}
					<!-- IF NP_PAGE_NUMBER --><!-- IF NP_PAGINATION --> • {NP_PAGE_NUMBER} • <span>{NP_PAGINATION}</span><!-- ELSE --> • {NP_PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF -->  
				</div>
			</div>
		</li>
    <!-- ENDIF -->
	</ul>
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
<!-- ENDIF -->
<!-- ENDIF -->
<!-- END news_row --> 
		 
				
		
		 
	 
				
		
		
			
				
								robra 							 
						Membro Sênior 			
		Mensagens:  6065 Registrado em:  02 Dez 2010, 22:29 
		
						
					
													
							
						
									
						Mensagem 
					 
								por robra  01 Out 2011, 23:43 
			
			
			
			
			
			Não sei se vai dar certo mas tente o seguinte:
Nas linhas iniciais...
Código: Selecionar todos 
<!--version $Id: news_compact.html 521 2009-08-26 20:59:19Z christian_n $ //-->
<!-- BEGIN news_row -->
<!-- IF news_row.S_NO_TOPICS -->
{$C_BLOCK_H_L}<dt>{L_LATEST_NEWS}</dt>{$C_BLOCK_H_R}
   <div class="post bg2" style="margin-bottom: 0px">...
substitua  por:
Código: Selecionar todos 
<!--version $Id: news_compact.html 521 2009-08-26 20:59:19Z christian_n $ //-->
<!-- BEGIN news_row -->
<!-- IF news_row.S_NO_TOPICS -->
{$CA_BLOCK2_START}
    	<h2><a href="#">ÚLTIMAS NOTÍCIAS</a></h2>
{$CA_BLOCK2_START2}
{$C_BLOCK_H_L}<dt>{L_LATEST_NEWS}</dt>{$C_BLOCK_H_R}
   <div class="post bg2" style="margin-bottom: 0px">
Nas linhas finais...
Código: Selecionar todos 
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
<!-- ENDIF -->
<!-- ENDIF -->
<!-- END news_row -->...
substitua  por:
Código: Selecionar todos 
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
<!-- ENDIF -->
{$CA_BLOCK2_END}
<!-- ENDIF -->
<!-- END news_row -->
...e vamos ver no que vai dar. 
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 ".
			
						 
		 
				
		
		 
	 
				
				
		
		
			
				
								robra 							 
						Membro Sênior 			
		Mensagens:  6065 Registrado em:  02 Dez 2010, 22:29 
		
						
					
													
							
						
									
						Mensagem 
					 
								por robra  02 Out 2011, 02:32 
			
			
			
			
			
			Então veja se assim vai:
Nas linhas iniciais...
Código: Selecionar todos 
<!--version $Id: news_compact.html 521 2009-08-26 20:59:19Z christian_n $ //-->
<!-- BEGIN news_row -->
<!-- IF news_row.S_NO_TOPICS -->
{$C_BLOCK_H_L}<dt>{L_LATEST_NEWS}</dt>{$C_BLOCK_H_R}
   <div class="post bg2" style="margin-bottom: 0px">...
substitua  por:
Código: Selecionar todos 
<!--version $Id: news_compact.html 521 2009-08-26 20:59:19Z christian_n $ //-->
<!-- BEGIN news_row -->
<!-- IF news_row.S_NO_TOPICS -->
{$CA_BLOCK2_START}<dt>{L_LATEST_NEWS}</dt>{$CA_BLOCK2_START2}
{$C_BLOCK_H_L}<dt>{L_LATEST_NEWS}</dt>{$C_BLOCK_H_R}
   <div class="post bg2" style="margin-bottom: 0px">
Nas linhas finais...
Código: Selecionar todos 
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
<!-- ENDIF -->
<!-- ENDIF -->
<!-- END news_row -->...
substitua  por:
Código: Selecionar todos 
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
{$CA_BLOCK_END}
<!-- ENDIF -->
<!-- ENDIF -->
<!-- END news_row -->
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 ".