Página 1 de 1

Instalação do MOD Full Style Refresh - Erro!

Enviado: 13 Mai 2012, 00:04
por AlvoErrado2
Qual a URL do seu fórum: http://forum.autoclandestinos.com/forum/index.php
Tipo de Hospedagem: Pago
Qual a versão do phpBB: phpBB 3.0.10
É um novo ou uma conversão: Instalação Limpa
Usuário de teste: Usuário: N/D Senha: N/D
Estilos instalados: prosilver
mavilim
Artodia: Ultra Blue (padrão do fórum)
subsilver2

Modificações instaladas: Advanced BBCode Box 3 (aka ABBC3)
Advanced Quick Reply
Display user\'s age in viewtopic.
Qual seu nivel de experiência: Intermediario
Quando começou o problema: Ao tentar instalar um MOD: Full Style Refresh v1.1.1
Descreva seu problema: Ao tentar instalar este MOD via AutoMOD o mesmo apresenta um erro na hora da instalação, na hora de substituir a linha abaixo o mesmo acusa que a linha não foi encontrada.
Open: styles/subsilver2/template/overall_footer.html

Find

Tip: This may be a partial find and not the whole line.

Código: Selecionar todos

<!-- IF U_ACP --><span class=\"gensmall\">[ <a href=\"{U_ACP}\">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
Replace with

Tip: Replace the preceding line(s) to find with the following lines.

Código: Selecionar todos

<!-- IF U_ACP --><span class=\"gensmall\">[ <a href=\"{U_ACP}\">{L_ACP}</a> ]</span><!-- ENDIF --> <!-- IF U_FULL_REFRESH --><span class=\"gensmall\">[ <a href=\"{U_FULL_REFRESH}\">{L_FULL_REFRESH}</a> ]</span><!-- ENDIF --><br /><br />
Conteúdo do overall_footer.html do fórum:

Código: Selecionar todos

<!-- IF not S_IS_BOT -->
<div class="navbar">
	<div class="left">
		<!-- IF SCRIPT_NAME == 'index' && U_MARK_FORUMS -->
			<!-- DEFINE $S_FOOTER_NAV = 1 -->
			<a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a>
		<!-- ENDIF -->
		<!-- IF S_WATCH_FORUM_LINK -->
			<!-- IF $S_FOOTER_NAV --><span class="bull">&bull;</span><!-- ELSE --><!-- DEFINE $S_FOOTER_NAV = 1 --><!-- ENDIF -->
			<a href="{S_WATCH_FORUM_LINK}">{S_WATCH_FORUM_TITLE}</a>
		<!-- ENDIF -->
		<!-- IF SCRIPT_NAME == 'viewforum' && U_MARK_TOPICS -->
			<!-- IF $S_FOOTER_NAV --><span class="bull">&bull;</span><!-- ELSE --><!-- DEFINE $S_FOOTER_NAV = 1 --><!-- ENDIF -->
			<a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a>
		<!-- ENDIF -->
		<!-- IF U_WATCH_TOPIC -->
			<!-- IF $S_FOOTER_NAV --><span class="bull">&bull;</span><!-- ELSE --><!-- DEFINE $S_FOOTER_NAV = 1 --><!-- ENDIF -->
			<a href="{U_WATCH_TOPIC}">{L_WATCH_TOPIC}</a>
		<!-- ENDIF -->
		<!-- IF U_BOOKMARK_TOPIC -->
			<!-- IF $S_FOOTER_NAV --><span class="bull">&bull;</span><!-- ELSE --><!-- DEFINE $S_FOOTER_NAV = 1 --><!-- ENDIF -->
			<a href="{U_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a>
		<!-- ENDIF -->
		<!-- IF U_BUMP_TOPIC -->
			<!-- IF $S_FOOTER_NAV --><span class="bull">&bull;</span><!-- ELSE --><!-- DEFINE $S_FOOTER_NAV = 1 --><!-- ENDIF -->
			<a href="{U_BUMP_TOPIC}">{L_BUMP_TOPIC}</a>
		<!-- ENDIF -->
		<!-- IF not $S_FOOTER_NAV --><a href="{U_INDEX}">{L_INDEX}</a><!-- ENDIF -->
	</div>
	<!-- IF not S_IS_BOT -->
		<div class="right">
			<a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a>
			<!-- IF U_ACP -->
				<span class="bull">&bull;</span>
				<a href="{U_ACP}">{L_ACP}</a>
			<!-- ENDIF -->
		</div>
	<!-- ENDIF -->
</div>
<!-- ENDIF -->

	</div><!-- content -->
</div><!-- wrap-content -->

<div class="footer"><div class="inner"><div>
	<!-- IF TRANSLATION_INFO or DEBUG_OUTPUT -->
	<p class="left">
		<!-- IF TRANSLATION_INFO -->{TRANSLATION_INFO}<br /><!-- ENDIF -->
		<!-- IF DEBUG_OUTPUT -->{DEBUG_OUTPUT}<!-- ENDIF -->
	</p>
	<!-- ENDIF -->
	<p class="copyright">
		<a href="http://www.phpbb.com/" class="phpbb-group" title="Powered by phpBB">Powered by phpBB&reg; Forum Software &copy; phpBB Group</a> 
<!--
    Please do not remove style author's link below. For updates and support visit http://www.artodia.com/
//-->
		<a href="http://www.artodia.com/" class="arty" title="phpBB style by Arty">phpBB style by Arty</a>
	</p>
	<div class="clear"><!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF --></div>
</div></div></div>

<!-- INCLUDE scripts_footer.html -->

</body>
</html>

Re: Instalação do MOD Full Style Refresh - Erro!

Enviado: 13 Mai 2012, 00:33
por _Vinny_
No seu arquivo procure:

Código: Selecionar todos

         <!-- IF U_ACP -->
            <span class="bull">&bull;</span>
            <a href="{U_ACP}">{L_ACP}</a>
         <!-- ENDIF -->
Adicione depois:

Código: Selecionar todos

<!-- IF U_FULL_REFRESH -->
<span class="bull">&bull;</span><a href="{U_FULL_REFRESH}">{L_FULL_REFRESH}</a>
<!-- ENDIF -->

Re: Instalação do MOD Full Style Refresh - Erro!

Enviado: 13 Mai 2012, 02:26
por AlvoErrado2
Obrigado, depois das modificações instalou sem erros.