Ajuda com Nv Recent Topics

Suporte aos MODs/Hacks para phpBB.
EuLeR !^~~
Novato
Novato
Mensagens: 32
Registrado em: 17 Mar 2013, 20:10

Ajuda com Nv Recent Topics

Mensagem por EuLeR !^~~ »

Qual a URL do seu fórum: http://www.hardcoregames.pusku.com/
Tipo de Hospedagem: Gratis
Qual a versão do phpBB: phpBB 3.0.11
Usuário de teste: teste senha: teste1234
Estilos instalados: DVGFX2,Codblack
Modificações instaladas:nv_recent_topics
Qual seu nivel de experiência: Pouco conhecimento
Quando começou o problema:


é editar certo o mod para ficar assim:
imagem.JPG
Se aguem puder ajudar eu agradeço !
Abrass
Você não está autorizado a ver ou baixar esse anexo.
Editado pela última vez por EuLeR !^~~ em 26 Mai 2013, 14:26, em um total de 2 vezes.
Avatar do usuário
robra
Membro Sênior
Membro Sênior
Mensagens: 6065
Registrado em: 02 Dez 2010, 22:29

Re: Ajuda com Nv Recent Topics

Mensagem por robra »

:arrow: Cada tópico trata apenas de 1(um) assunto.
Edite sua mensagem anterior e deixe apenas 1(um) assunto para ser abordado. Ok :?:

Abraço. Imagem
[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".
EuLeR !^~~
Novato
Novato
Mensagens: 32
Registrado em: 17 Mar 2013, 20:10

Re: Ajuda com Nv Recent Topics

Mensagem por EuLeR !^~~ »

robra escreveu::arrow: Cada tópico trata apenas de 1(um) assunto.
Edite sua mensagem anterior e deixe apenas 1(um) assunto para ser abordado. Ok :?:

Abraço. Imagem

Foi Mals ai,Já editei
Avatar do usuário
robra
Membro Sênior
Membro Sênior
Mensagens: 6065
Registrado em: 02 Dez 2010, 22:29

Re: Ajuda com Nv Recent Topics

Mensagem por robra »

Poste o conteúdo do arquivo recent_topics_body.html utilizado.

Abraço. Imagem
[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".
EuLeR !^~~
Novato
Novato
Mensagens: 32
Registrado em: 17 Mar 2013, 20:10

Re: Ajuda com Nv Recent Topics

Mensagem por EuLeR !^~~ »

Código: Selecionar todos

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD. Although MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD. No support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.5.xsd">
	<header>
		<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>

		<title lang="de">NV recent topics</title>
		<title lang="en">NV recent topics</title>

		<description lang="de"><![CDATA[Fügt eine Liste mit einer einstellbaren Anzahl aus Themen auf die index.php.]]></description>
		<description lang="en"><![CDATA[Adds a list with a number of recent topics to the index.php]]></description>

		<author-notes lang="de"><![CDATA[Ich hoffe ihr kommt mit dem MOD klar. Wenn nicht, könnt ihr auf phpbb.de oder phpbb.com eure Fragen stellen.]]></author-notes>
		<author-notes lang="en"><![CDATA[i hope you get it installed, otherwise you can ask for help on phpbb.de and phpbb.com]]></author-notes>

		<author-group>
			<author>
				<realname>Joas Schilling</realname>
				<email>nickvergessen@gmx.de</email>
				<username>nickvergessen</username>
				<homepage>http://www.flying-bits.org/</homepage>
				<contributions />
			</author>
		</author-group>

		<mod-version>1.0.6</mod-version>

		<installation>
			<level>easy</level>
			<time>300</time>
			<target-version>3.0.9</target-version>
		</installation>

		<link-group>
			<link type="parent" lang="de" href="contrib/update_1_0_5_to_1_0_6/update.xml">Update von 1.0.5 auf 1.0.6</link>
			<link type="parent" lang="en" href="contrib/update_1_0_5_to_1_0_6/update.xml">Update from 1.0.5 to 1.0.6</link>
			<link type="language" lang="de" href="contrib/de.xml">Anleitung für das deutsche Sprachpaket</link>
			<link type="language" lang="en" href="contrib/de.xml">Manual for German Language-set</link>
			<link type="template" lang="de" href="contrib/subsilver2.xml">Anleitung für das Style subsilver2</link>
			<link type="template" lang="en" href="contrib/subsilver2.xml">Manual for subsilver2 Style</link>
		</link-group>

		<history>
			<entry>
				<date>2011-06-29</date>
				<rev-version>1.0.6</rev-version>
				<changelog lang="en">
					<change><![CDATA[[Fix] Conflict with “Soft Delete” by EXreaction: Don’t display deleted topics (Bug #761)]]></change>
					<change><![CDATA[[Fix] Conflict with “ABBC” by MSSTI: Fix undefined offset error (Bug #805)]]></change>

					<change><![CDATA[[Feature] Add option to display parent forums in recent topics. (Bug #683)]]></change>
					<change><![CDATA[[Feature] Add anchor to pagination links, so you don't need to scroll manually. (Bug #663)]]></change>
				</changelog>
			</entry>

			<entry>
				<date>2009-08-03</date>
				<rev-version>1.0.5</rev-version>
				<changelog lang="en">
					<change><![CDATA[[Fix] Correctly describe behaviour with 1 and 0 pages.]]></change>
					<change><![CDATA[[Fix] Correctly build pagination with parameters]]></change>
					<change><![CDATA[[Fix] Take all subforums in account when pulling recent topics]]></change>

					<change><![CDATA[[Feature] Make it possible to view two different recent topic boxes on one page]]></change>
				</changelog>
			</entry>

			<entry>
				<date>2009-04-22</date>
				<rev-version>1.0.4</rev-version>
				<changelog lang="en">
					<change><![CDATA[[Fix] Several subsilver2 bugs: Show report-icon, topic-icons, correct topic-starter, correct topic-start-time]]></change>
					<change><![CDATA[[Fix] Hide unapproved topics when not m_approve]]></change>
					<change><![CDATA[[Fix] Increased performance]]></change>
					<change><![CDATA[[Fix] Fixed pagination on non index.php (by DavidIQ)]]></change>
				</changelog>
			</entry>

			<entry>
				<date>2008-12-22</date>
				<rev-version>1.0.3</rev-version>
				<changelog lang="en">
					<change><![CDATA[Fixed deny reasons]]></change>
					<change><![CDATA[Show topics of subforums]]></change>
				</changelog>
			</entry>

			<entry>
				<date>2008-12-14</date>
				<rev-version>1.0.2</rev-version>
				<changelog lang="en">
					<change><![CDATA[Use phpBB-Stuff for adding SQL-Columns]]></change>
					<change><![CDATA[Reduced the number of SQLs: only call if needed]]></change>
					<change><![CDATA[Reduced the SQL-time to about 1/4th]]></change>
				</changelog>
			</entry>

			<entry>
				<date>2008-09-09</date>
				<rev-version>1.0.1</rev-version>
				<changelog lang="en">
					<change><![CDATA[added a little Pagination]]></change>
				</changelog>
			</entry>

			<entry>
				<date>2008-01-06</date>
				<rev-version>1.0.0</rev-version>
				<changelog lang="en">
					<change><![CDATA[finale version]]></change>
					<change><![CDATA[little fix: "unread-image"]]></change>
				</changelog>
			</entry>
		</history>
	</header>

	<action-group>
		<copy>
			<file from="root/adm/mods/nv_recenttopics_version.php" to="adm/mods/nv_recenttopics_version.php" />
			<file from="root/adm/style/acp_recenttopics.html" to="adm/style/acp_recenttopics.html" />
			<file from="root/includes/functions_recenttopics.php" to="includes/functions_recenttopics.php" />
			<file from="root/includes/acp/acp_recenttopics.php" to="includes/acp/acp_recenttopics.php" />
			<file from="root/includes/acp/info/acp_recenttopics.php" to="includes/acp/info/acp_recenttopics.php" />
			<file from="root/install/*.*" to="install/*.*" />
			<file from="root/language/en/mods/*.*" to="language/en/mods/*.*" />
			<file from="root/styles/prosilver/template/recent_topics_body.html" to="styles/prosilver/template/recent_topics_body.html" />
			<file from="root/umil/*.*" to="umil/*.*" />
		</copy>

		<open src="index.php">
			<edit>
				<find><![CDATA[// Output page]]></find>
				<action type="before-add"><![CDATA[if ($config['rt_index'])
{
	if (!function_exists('display_recent_topics'))
	{
		include($phpbb_root_path . 'includes/functions_recenttopics.' . $phpEx);
	}
	display_recent_topics($config['rt_number'], $config['rt_page_number'], $config['rt_anti_topics'], 'recent_topics', request_var('f', 0), true, $config['rt_parents']);
}]]></action>
			</edit>
		</open>

		<open src="adm/style/acp_forums.html">
			<edit>
				<find><![CDATA[			<dt><label for="topics_per_page">{L_FORUM_TOPICS_PAGE}:</label><br /><span>{L_FORUM_TOPICS_PAGE_EXPLAIN}</span></dt>
			<dd><input type="text" id="topics_per_page" name="topics_per_page" value="{TOPICS_PER_PAGE}" size="4" maxlength="4" /></dd>
		</dl>]]></find>
				<action type="after-add"><![CDATA[		<dl>
			<dt><label for="forum_recent_topics">{L_RECENT_TOPICS_LIST}:</label><br /><span>{L_RECENT_TOPICS_LIST_EXPLAIN}</span></dt>
			<dd><label><input type="radio" class="radio" name="forum_recent_topics" value="1"<!-- IF RECENT_TOPICS --> id="forum_recent_topics" checked="checked"<!-- ENDIF --> /> {L_YES}</label>
				<label><input type="radio" class="radio" name="forum_recent_topics" value="0"<!-- IF not RECENT_TOPICS --> id="forum_recent_topics" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
		</dl>]]></action>
			</edit>
		</open>

		<open src="includes/acp/acp_forums.php">
			<edit>
				<find><![CDATA[$user->add_lang('acp/forums');]]></find>
				<action type="after-add"><![CDATA[$user->add_lang('mods/info_acp_recenttopics');]]></action>
			</edit>
			<edit>
				<find><![CDATA['forum_topics_per_page'	=> request_var('topics_per_page', 0),]]></find>
				<action type="after-add"><![CDATA['forum_recent_topics'	=> request_var('forum_recent_topics', 1),]]></action>
			</edit>
			<edit>
				<find><![CDATA['forum_topics_per_page'	=> 0,]]></find>
				<action type="after-add"><![CDATA['forum_recent_topics'	=> 1,]]></action>
			</edit>
			<edit>
				<find><![CDATA['TOPICS_PER_PAGE'			=> $forum_data['forum_topics_per_page'],]]></find>
				<action type="after-add"><![CDATA['RECENT_TOPICS'				=> $forum_data['forum_recent_topics'],]]></action>
			</edit>
		</open>

		<open src="styles/prosilver/template/index_body.html">
			<edit>
				<find><![CDATA[<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->]]></find>
				<action type="before-add"><![CDATA[<!-- IF RECENT_TOPICS_DISPLAY --><!-- INCLUDE recent_topics_body.html --><!-- ENDIF -->]]></action>
			</edit>
		</open>

		<diy-instructions lang="de"><![CDATA[install/index.php aufrufen und ausführen]]></diy-instructions>
		<diy-instructions lang="en"><![CDATA[Browse to install/index.php and run the installer]]></diy-instructions>
	</action-group>
</mod>
Avatar do usuário
robra
Membro Sênior
Membro Sênior
Mensagens: 6065
Registrado em: 02 Dez 2010, 22:29

Re: Ajuda com Nv Recent Topics

Mensagem por robra »

robra escreveu:Poste o conteúdo do arquivo recent_topics_body.html utilizado.

Abraço. Imagem
[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".
EuLeR !^~~
Novato
Novato
Mensagens: 32
Registrado em: 17 Mar 2013, 20:10

Re: Ajuda com Nv Recent Topics

Mensagem por EuLeR !^~~ »

é isso aqui que tem la

EuLeR !^~~ escreveu:

Código: Selecionar todos

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD. Although MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD. No support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.5.xsd">
	<header>
		<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>

		<title lang="de">NV recent topics</title>
		<title lang="en">NV recent topics</title>

		<description lang="de"><![CDATA[Fügt eine Liste mit einer einstellbaren Anzahl aus Themen auf die index.php.]]></description>
		<description lang="en"><![CDATA[Adds a list with a number of recent topics to the index.php]]></description>

		<author-notes lang="de"><![CDATA[Ich hoffe ihr kommt mit dem MOD klar. Wenn nicht, könnt ihr auf phpbb.de oder phpbb.com eure Fragen stellen.]]></author-notes>
		<author-notes lang="en"><![CDATA[i hope you get it installed, otherwise you can ask for help on phpbb.de and phpbb.com]]></author-notes>

		<author-group>
			<author>
				<realname>Joas Schilling</realname>
				<email>nickvergessen@gmx.de</email>
				<username>nickvergessen</username>
				<homepage>http://www.flying-bits.org/</homepage>
				<contributions />
			</author>
		</author-group>

		<mod-version>1.0.6</mod-version>

		<installation>
			<level>easy</level>
			<time>300</time>
			<target-version>3.0.9</target-version>
		</installation>

		<link-group>
			<link type="parent" lang="de" href="contrib/update_1_0_5_to_1_0_6/update.xml">Update von 1.0.5 auf 1.0.6</link>
			<link type="parent" lang="en" href="contrib/update_1_0_5_to_1_0_6/update.xml">Update from 1.0.5 to 1.0.6</link>
			<link type="language" lang="de" href="contrib/de.xml">Anleitung für das deutsche Sprachpaket</link>
			<link type="language" lang="en" href="contrib/de.xml">Manual for German Language-set</link>
			<link type="template" lang="de" href="contrib/subsilver2.xml">Anleitung für das Style subsilver2</link>
			<link type="template" lang="en" href="contrib/subsilver2.xml">Manual for subsilver2 Style</link>
		</link-group>

		<history>
			<entry>
				<date>2011-06-29</date>
				<rev-version>1.0.6</rev-version>
				<changelog lang="en">
					<change><![CDATA[[Fix] Conflict with “Soft Delete” by EXreaction: Don’t display deleted topics (Bug #761)]]></change>
					<change><![CDATA[[Fix] Conflict with “ABBC” by MSSTI: Fix undefined offset error (Bug #805)]]></change>

					<change><![CDATA[[Feature] Add option to display parent forums in recent topics. (Bug #683)]]></change>
					<change><![CDATA[[Feature] Add anchor to pagination links, so you don't need to scroll manually. (Bug #663)]]></change>
				</changelog>
			</entry>

			<entry>
				<date>2009-08-03</date>
				<rev-version>1.0.5</rev-version>
				<changelog lang="en">
					<change><![CDATA[[Fix] Correctly describe behaviour with 1 and 0 pages.]]></change>
					<change><![CDATA[[Fix] Correctly build pagination with parameters]]></change>
					<change><![CDATA[[Fix] Take all subforums in account when pulling recent topics]]></change>

					<change><![CDATA[[Feature] Make it possible to view two different recent topic boxes on one page]]></change>
				</changelog>
			</entry>

			<entry>
				<date>2009-04-22</date>
				<rev-version>1.0.4</rev-version>
				<changelog lang="en">
					<change><![CDATA[[Fix] Several subsilver2 bugs: Show report-icon, topic-icons, correct topic-starter, correct topic-start-time]]></change>
					<change><![CDATA[[Fix] Hide unapproved topics when not m_approve]]></change>
					<change><![CDATA[[Fix] Increased performance]]></change>
					<change><![CDATA[[Fix] Fixed pagination on non index.php (by DavidIQ)]]></change>
				</changelog>
			</entry>

			<entry>
				<date>2008-12-22</date>
				<rev-version>1.0.3</rev-version>
				<changelog lang="en">
					<change><![CDATA[Fixed deny reasons]]></change>
					<change><![CDATA[Show topics of subforums]]></change>
				</changelog>
			</entry>

			<entry>
				<date>2008-12-14</date>
				<rev-version>1.0.2</rev-version>
				<changelog lang="en">
					<change><![CDATA[Use phpBB-Stuff for adding SQL-Columns]]></change>
					<change><![CDATA[Reduced the number of SQLs: only call if needed]]></change>
					<change><![CDATA[Reduced the SQL-time to about 1/4th]]></change>
				</changelog>
			</entry>

			<entry>
				<date>2008-09-09</date>
				<rev-version>1.0.1</rev-version>
				<changelog lang="en">
					<change><![CDATA[added a little Pagination]]></change>
				</changelog>
			</entry>

			<entry>
				<date>2008-01-06</date>
				<rev-version>1.0.0</rev-version>
				<changelog lang="en">
					<change><![CDATA[finale version]]></change>
					<change><![CDATA[little fix: "unread-image"]]></change>
				</changelog>
			</entry>
		</history>
	</header>

	<action-group>
		<copy>
			<file from="root/adm/mods/nv_recenttopics_version.php" to="adm/mods/nv_recenttopics_version.php" />
			<file from="root/adm/style/acp_recenttopics.html" to="adm/style/acp_recenttopics.html" />
			<file from="root/includes/functions_recenttopics.php" to="includes/functions_recenttopics.php" />
			<file from="root/includes/acp/acp_recenttopics.php" to="includes/acp/acp_recenttopics.php" />
			<file from="root/includes/acp/info/acp_recenttopics.php" to="includes/acp/info/acp_recenttopics.php" />
			<file from="root/install/*.*" to="install/*.*" />
			<file from="root/language/en/mods/*.*" to="language/en/mods/*.*" />
			<file from="root/styles/prosilver/template/recent_topics_body.html" to="styles/prosilver/template/recent_topics_body.html" />
			<file from="root/umil/*.*" to="umil/*.*" />
		</copy>

		<open src="index.php">
			<edit>
				<find><![CDATA[// Output page]]></find>
				<action type="before-add"><![CDATA[if ($config['rt_index'])
{
	if (!function_exists('display_recent_topics'))
	{
		include($phpbb_root_path . 'includes/functions_recenttopics.' . $phpEx);
	}
	display_recent_topics($config['rt_number'], $config['rt_page_number'], $config['rt_anti_topics'], 'recent_topics', request_var('f', 0), true, $config['rt_parents']);
}]]></action>
			</edit>
		</open>

		<open src="adm/style/acp_forums.html">
			<edit>
				<find><![CDATA[			<dt><label for="topics_per_page">{L_FORUM_TOPICS_PAGE}:</label><br /><span>{L_FORUM_TOPICS_PAGE_EXPLAIN}</span></dt>
			<dd><input type="text" id="topics_per_page" name="topics_per_page" value="{TOPICS_PER_PAGE}" size="4" maxlength="4" /></dd>
		</dl>]]></find>
				<action type="after-add"><![CDATA[		<dl>
			<dt><label for="forum_recent_topics">{L_RECENT_TOPICS_LIST}:</label><br /><span>{L_RECENT_TOPICS_LIST_EXPLAIN}</span></dt>
			<dd><label><input type="radio" class="radio" name="forum_recent_topics" value="1"<!-- IF RECENT_TOPICS --> id="forum_recent_topics" checked="checked"<!-- ENDIF --> /> {L_YES}</label>
				<label><input type="radio" class="radio" name="forum_recent_topics" value="0"<!-- IF not RECENT_TOPICS --> id="forum_recent_topics" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd>
		</dl>]]></action>
			</edit>
		</open>

		<open src="includes/acp/acp_forums.php">
			<edit>
				<find><![CDATA[$user->add_lang('acp/forums');]]></find>
				<action type="after-add"><![CDATA[$user->add_lang('mods/info_acp_recenttopics');]]></action>
			</edit>
			<edit>
				<find><![CDATA['forum_topics_per_page'	=> request_var('topics_per_page', 0),]]></find>
				<action type="after-add"><![CDATA['forum_recent_topics'	=> request_var('forum_recent_topics', 1),]]></action>
			</edit>
			<edit>
				<find><![CDATA['forum_topics_per_page'	=> 0,]]></find>
				<action type="after-add"><![CDATA['forum_recent_topics'	=> 1,]]></action>
			</edit>
			<edit>
				<find><![CDATA['TOPICS_PER_PAGE'			=> $forum_data['forum_topics_per_page'],]]></find>
				<action type="after-add"><![CDATA['RECENT_TOPICS'				=> $forum_data['forum_recent_topics'],]]></action>
			</edit>
		</open>

		<open src="styles/prosilver/template/index_body.html">
			<edit>
				<find><![CDATA[<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->]]></find>
				<action type="before-add"><![CDATA[<!-- IF RECENT_TOPICS_DISPLAY --><!-- INCLUDE recent_topics_body.html --><!-- ENDIF -->]]></action>
			</edit>
		</open>

		<diy-instructions lang="de"><![CDATA[install/index.php aufrufen und ausführen]]></diy-instructions>
		<diy-instructions lang="en"><![CDATA[Browse to install/index.php and run the installer]]></diy-instructions>
	</action-group>
</mod>



a Verão do mod é v1.0.6
Avatar do usuário
robra
Membro Sênior
Membro Sênior
Mensagens: 6065
Registrado em: 02 Dez 2010, 22:29

Re: Ajuda com Nv Recent Topics

Mensagem por robra »

Cara... você não está entendendo.
1- É para postar o conteúdo do arquivo recent_topics_body.html e não o do arquivo .xml da instalação, como você fez.
2- Para realizar o item 1, abra o arquivo recent_topics_body.html pelo programa Notepad++, copie todo o conteúdo e cole-o entre o BBcode [code][/code].

Abraço. Imagem
[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".
EuLeR !^~~
Novato
Novato
Mensagens: 32
Registrado em: 17 Mar 2013, 20:10

Re: Ajuda com Nv Recent Topics

Mensagem por EuLeR !^~~ »

Disculpa ai só novo nessa area

Código: Selecionar todos

<a name="recent_topics"></a>
<div id="recent_topics">
	<!-- IF RECENT_TOPICS_PAGINATION -->
		<table width="100%" cellspacing="1">
		<tr>
			<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{RECENT_TOPICS_PAGE_NUMBER}<br /></td>
			<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><b>{RECENT_TOPICS_PAGINATION}</b></td>
		</tr>
		</table>
	<!-- ENDIF -->
	<table class="tablebg" width="100%" cellspacing="1">
		<tr class="nav">
			<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->6<!-- ELSE -->5<!-- ENDIF -->" valign="middle" align="center">{L_RECENT_TOPICS}</td>
		</tr>
		<tr>
			<!-- IF S_TOPIC_ICONS -->
				<th colspan="3">&nbsp;{L_TOPICS}&nbsp;</th>
			<!-- ELSE -->
				<th colspan="2">&nbsp;{L_TOPICS}&nbsp;</th>
			<!-- ENDIF -->
			<th>&nbsp;{L_REPLIES}&nbsp;</th>
			<th>&nbsp;{L_VIEWS}&nbsp;</th>
			<th>&nbsp;{L_LAST_POST}&nbsp;</th>
		</tr>

		<!-- BEGIN recent_topics -->
			<tr>
				<td class="row1" width="25" align="center">{recent_topics.TOPIC_FOLDER_IMG}</td>
				<!-- IF S_TOPIC_ICONS -->
					<td class="row1" width="25" align="center"><!-- IF recent_topics.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{recent_topics.TOPIC_ICON_IMG}" width="{recent_topics.TOPIC_ICON_IMG_WIDTH}" height="{recent_topics.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td>
				<!-- ENDIF -->
				<td class="row1">
					<!-- IF recent_topics.S_UNREAD_TOPIC --><a href="{recent_topics.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
					{recent_topics.ATTACH_ICON_IMG} <!-- IF recent_topics.S_HAS_POLL or recent_topics.S_TOPIC_MOVED --><b>{recent_topics.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {recent_topics.FIRST_POST_TIME}" href="{recent_topics.U_VIEW_TOPIC}" class="topictitle">{recent_topics.TOPIC_TITLE}</a>
					<!-- IF recent_topics.S_TOPIC_UNAPPROVED or recent_topics.S_POSTS_UNAPPROVED -->
						<a href="{recent_topics.U_MCP_QUEUE}">{recent_topics.UNAPPROVED_IMG}</a>&nbsp;
					<!-- ENDIF -->
					<!-- IF recent_topics.S_TOPIC_REPORTED -->
						<a href="{recent_topics.U_MCP_REPORT}">{recent_topics.REPORTED_IMG}</a>&nbsp;
					<!-- ENDIF -->
					<!-- IF recent_topics.PAGINATION -->
						<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {recent_topics.PAGINATION} ] </p>
					<!-- ENDIF -->
					<p class="gensmall">{L_POST_BY_AUTHOR} {recent_topics.TOPIC_AUTHOR_FULL}
					&raquo; {recent_topics.FIRST_POST_TIME}
					<!-- IF recent_topics.U_VIEW_FORUM and recent_topics.FORUM_NAME -->
						{L_IN} <!-- BEGIN parent_forums --><a href="{recent_topics.parent_forums.U_VIEW_FORUM}" style="font-weight: bold;">{recent_topics.parent_forums.FORUM_NAME}</a> &raquo; <!-- END parent_forums --><a href="{recent_topics.U_VIEW_FORUM}" style="font-weight: bold;">{recent_topics.FORUM_NAME}</a>
					<!-- ENDIF -->
					</p>
				</td>
				<td class="row1" width="50" align="center"><p class="topicdetails">{recent_topics.REPLIES}</p></td>
				<td class="row2" width="50" align="center"><p class="topicdetails">{recent_topics.VIEWS}</p></td>
				<td class="row1" width="140" align="center">
					<p class="topicdetails" style="white-space: nowrap;">{recent_topics.LAST_POST_TIME}</p>
					<p class="topicdetails">{recent_topics.LAST_POST_AUTHOR_FULL}
						<a href="{recent_topics.U_LAST_POST}">{LAST_POST_IMG}</a>
					</p>
				</td>
			</tr>

		<!-- BEGINELSE -->

			<tr>
				<!-- IF S_TOPIC_ICONS -->
					<td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
				<!-- ELSE -->
					<td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
				<!-- ENDIF -->
			</tr>
		<!-- END recent_topics -->
		</table>
</div>
<br clear="all" />
Avatar do usuário
robra
Membro Sênior
Membro Sênior
Mensagens: 6065
Registrado em: 02 Dez 2010, 22:29

Re: Ajuda com Nv Recent Topics

Mensagem por robra »

Sem problemas.
Substitua todo o conteúdo de seu recent_topics_body.html por:

Código: Selecionar todos

<a name="recent_topics"></a>
<div id="recent_topics">
   <!-- IF RECENT_TOPICS_PAGINATION -->
      <table width="100%" cellspacing="1">
      <tr>
         <td class="nav" valign="middle" nowrap="nowrap">&nbsp;{RECENT_TOPICS_PAGE_NUMBER}<br /></td>
         <td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><b>{RECENT_TOPICS_PAGINATION}</b></td>
      </tr>
      </table>
   <!-- ENDIF -->
   <table class="tablebg" width="100%" cellspacing="1">
      <tr class="nav">
         <td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->6<!-- ELSE -->6<!-- ENDIF -->" valign="middle" align="center">{L_RECENT_TOPICS}</td>
      </tr>
      <tr>
         <!-- IF S_TOPIC_ICONS -->
            <th colspan="3">&nbsp;{L_TOPICS}&nbsp;</th>
         <!-- ELSE -->
            <th colspan="2">&nbsp;{L_TOPICS}&nbsp;</th>
         <!-- ENDIF -->
         <th>&nbsp;{L_AUTHOR}&nbsp;</th>
		 <th>&nbsp;{L_REPLIES}&nbsp;</th>
         <th>&nbsp;{L_VIEWS}&nbsp;</th>
         <th>&nbsp;{L_LAST_POST}&nbsp;</th>
      </tr>

      <!-- BEGIN recent_topics -->
         <tr>
            <td class="row1" width="25" align="center">{recent_topics.TOPIC_FOLDER_IMG}</td>
            <!-- IF S_TOPIC_ICONS -->
               <td class="row1" width="25" align="center"><!-- IF recent_topics.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{recent_topics.TOPIC_ICON_IMG}" width="{recent_topics.TOPIC_ICON_IMG_WIDTH}" height="{recent_topics.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td>
            <!-- ENDIF -->
            <td class="row1">
               <!-- IF recent_topics.S_UNREAD_TOPIC --><a href="{recent_topics.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
               {recent_topics.ATTACH_ICON_IMG} <!-- IF recent_topics.S_HAS_POLL or recent_topics.S_TOPIC_MOVED --><b>{recent_topics.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {recent_topics.FIRST_POST_TIME}" href="{recent_topics.U_VIEW_TOPIC}" class="topictitle">{recent_topics.TOPIC_TITLE}</a>
               <!-- IF recent_topics.S_TOPIC_UNAPPROVED or recent_topics.S_POSTS_UNAPPROVED -->
                  <a href="{recent_topics.U_MCP_QUEUE}">{recent_topics.UNAPPROVED_IMG}</a>&nbsp;
               <!-- ENDIF -->
               <!-- IF recent_topics.S_TOPIC_REPORTED -->
                  <a href="{recent_topics.U_MCP_REPORT}">{recent_topics.REPORTED_IMG}</a>&nbsp;
               <!-- ENDIF -->
               <!-- IF recent_topics.PAGINATION -->
                  <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {recent_topics.PAGINATION} ] </p>
               <!-- ENDIF -->
               
               <!-- IF recent_topics.U_VIEW_FORUM and recent_topics.FORUM_NAME -->
                  {L_IN} <!-- BEGIN parent_forums --><a href="{recent_topics.parent_forums.U_VIEW_FORUM}" style="font-weight: bold;">{recent_topics.parent_forums.FORUM_NAME}</a> &raquo; <!-- END parent_forums --><a href="{recent_topics.U_VIEW_FORUM}" style="font-weight: bold;">{recent_topics.FORUM_NAME}</a>
               <!-- ENDIF -->
               </p>
            </td>
			<td class="row2" width="50" align="center"><p class="topicdetails">{recent_topics.TOPIC_AUTHOR_FULL}</p></td>
            <td class="row1" width="50" align="center"><p class="topicdetails">{recent_topics.REPLIES}</p></td>
            <td class="row2" width="50" align="center"><p class="topicdetails">{recent_topics.VIEWS}</p></td>
            <td class="row1" width="140" align="center">
               <p class="topicdetails" style="white-space: nowrap;">{recent_topics.LAST_POST_TIME}</p>
               <p class="topicdetails">{recent_topics.LAST_POST_AUTHOR_FULL}
                  <a href="{recent_topics.U_LAST_POST}">{LAST_POST_IMG}</a>
               </p>
            </td>
         </tr>

      <!-- BEGINELSE -->

         <tr>
            <!-- IF S_TOPIC_ICONS -->
               <td class="row1" colspan="7" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
            <!-- ELSE -->
               <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen"><!-- IF not S_SORT_DAYS -->{L_NO_TOPICS}<!-- ELSE -->{L_NO_TOPICS_TIME_FRAME}<!-- ENDIF --></span></td>
            <!-- ENDIF -->
         </tr>
      <!-- END recent_topics -->
      </table>
</div>
<br clear="all" />
Depois, limpe o cache do Fórum.

Abraço. Imagem
[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".
Trancado