Re: Mudanças no portal
Enviado: 22 Ago 2012, 15:16
Robra eu estou usando o "phpbb3 portal", e não contem os arquivos citados acima, mas sim estes abaixo:
news.html
announcements.html
news.html
Código: Selecionar todos
<!-- $Id: news.html,v 1.1 2008/02/09 08:18:16 angelside Exp $ //-->
<!-- BEGIN news_row -->
<!-- IF news_row.S_NO_TOPICS -->
<center><span class="gensmall"><strong>{L_NO_NEWS}</strong></span></center>
<!-- ELSE -->
<div class="post bg2">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="postbody postbody_portal">
<h4 class="first">{news_row.ATTACH_ICON_IMG}<!-- IF news_row.S_POLL --> <strong>{L_POLL}: </strong><!-- ENDIF --><a href="{news_row.U_VIEW_COMMENTS}"><strong>{news_row.TITLE}</strong></a></h4>
<ul class="linklist">
<li>{L_POSTED_BY}: <strong><a href="{news_row.U_USER_PROFILE}">{news_row.POSTER}</a></strong></li>
<li class="rightside">{news_row.TIME}</li>
</ul>
<br />
<div class="content">{news_row.TEXT}</div><br />
<span style="float: left;">{L_TOPIC_VIEWS}: {news_row.TOPIC_VIEWS} • <a href="{news_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}: {news_row.REPLIES}</a> • <a href="{news_row.U_POST_COMMENT}">{L_POST_REPLY}</a></span>
<span style="float: right;">{news_row.OPEN}<a href="{news_row.U_READ_FULL}">{news_row.L_READ_FULL}</a>{news_row.CLOSE}</span>
</div>
<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
<span class="corners-bottom"><span></span></span></div>
</div>
<hr class="divider" />
<!-- ENDIF -->
<!-- IF news_row.S_NOT_LAST --><!--<br />--><!-- ENDIF -->
<!-- END news_row -->
Código: Selecionar todos
<!-- $Id: announcements.html,v 1.1 2008/02/09 08:18:15 angelside Exp $ //-->
<h3>{L_LATEST_ANNOUNCEMENTS}</h3>
<!-- BEGIN announcements_row -->
<div class="post bg2">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="postbody postbody_portal">
<h4 class="first">{announcements_row.ATTACH_ICON_IMG}<!-- IF announcements_row.S_POLL --> <strong>{L_POLL}: </strong><!-- ENDIF --><a href="{announcements_row.U_VIEW_COMMENTS}"><strong>{announcements_row.TITLE}</strong></a></h4>
<ul class="linklist">
<li>{L_POSTED_BY}: <strong><a href="{announcements_row.U_USER_PROFILE}">{announcements_row.POSTER}</a></strong></li>
<li class="rightside">{announcements_row.TIME}</li>
</ul>
<br />
<div class="content">{announcements_row.TEXT} {announcements_row.OPEN}<a href="{announcements_row.U_READ_FULL}">{announcements_row.L_READ_FULL}</a>{announcements_row.CLOSE}</div><br />
<span style="float: left;">{L_TOPIC_VIEWS}: {announcements_row.TOPIC_VIEWS} • <a href="{announcements_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}: {announcements_row.REPLIES}</a> • <a href="{announcements_row.U_POST_COMMENT}">{L_POST_REPLY}</a></span>
</div>
<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
<span class="corners-bottom"><span></span></span></div>
</div>
<hr class="divider" />
<!-- IF announcements_row.S_NOT_LAST --><!--<br />--><!-- ENDIF -->
<!-- END announcements_row -->