Visualizzazione risultati 1 fino 11 di 11

Discussione: combinati pasticci con overall_footer

  1. #1
    Guest

    Exclamation combinati pasticci con overall_footer

    ciao sono nei guai. volevo inserire un banner nell'overall footer di Thor di modo che apparisse in fondo alla pagina, ma ho combinato dei guai e adesso è sparito tutto in fondo alla pagina, dai copyright di phpbb al link del pannello amministratore. AIUTo

  2. #2
    L'avatar di silvermaledetto
    silvermaledetto non è connesso AlterGuru 2500
    Data registrazione
    01-03-2007
    Residenza
    Provincia di Modena
    Messaggi
    4,613

    Predefinito

    Non hai un overall_footer.html pre modifica?

    Non si modifca mai nessun file senza prima averne fatto copia.
    Soprattutto se si pensa di essere già esperti!
    Comunque risolvi anche sovrascrivendo il tuo file con quello omonimo dello stile alla medesima versione in uso.
    Io ne ho... visti forum che voi umani non potreste immaginarvi... PhpBB3 in panne al largo dei database MySQL di Orione... E ho visto i TAG [B] balenare nel buio vicino al postreply di Tannhäuser.... E tutti quei... momenti andranno perduti nel tempo... Come... lacrime... nella pioggia... È tempo... di backuppare....

  3. #3
    Guest

    Predefinito

    silver in fondo alle mie pagine esce scritto
    Parse error: syntax error, unexpected '}' in /membri/harrypotter2/cache/tpl_Thor_overall_footer.html.php on line 19

    non so quel che fare! volevo mettere un banner di un sito affiliato in fondo nell'verall_footer sotto i copyright di phpbb e poi mi si è spento tutto e quando ho riaperto è venuto quell'errore. riesco ad accedere al pannello admin cliccando sui miei utenti e la voce 'amministra utente'
    però tutti sul forum vedono un errore simile e volevo provvedere. mi puoi aiutare dettagliatamente?

  4. #4
    L'avatar di silvermaledetto
    silvermaledetto non è connesso AlterGuru 2500
    Data registrazione
    01-03-2007
    Residenza
    Provincia di Modena
    Messaggi
    4,613

    Predefinito

    se il problema è l'errore che viene visualizzato ti basta commentare il debug nel config.php e l'errore sparirà.
    Ma risolverai il problema... senza eliminare la causa!
    L'errore parrebbe un problema insito in cache; prova quindi a svuotarla, anche da FTP lasciando solo il file index e l'eventuale .htacces, cancellando tutti gli altri.
    Io ne ho... visti forum che voi umani non potreste immaginarvi... PhpBB3 in panne al largo dei database MySQL di Orione... E ho visto i TAG [B] balenare nel buio vicino al postreply di Tannhäuser.... E tutti quei... momenti andranno perduti nel tempo... Come... lacrime... nella pioggia... È tempo... di backuppare....

  5. #5
    Guest

    Predefinito

    Inanzitutto, se è un alterforum, non puoi accedere da FTP.
    Vai nel PCA, clicca su Svuota Cache.
    Torna alla home e vedi se non appare l'errore.

    Se continua ad apparire, vai nel PCA, Stili, Template.
    Clicca su Modifica in corrispondenza dello stile che usi.

    Nella nuova finestra scegli il file overall_footer.html
    Copia e posta qui il contenuto del file, che vediamo di corregertelo.

  6. #6
    Guest

    Predefinito

    grazie mille ragazzi!
    il mio overall_footer attuale presenta questo codice.
    Codice:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    <title>Untitled document</title>
    </head>
    <body>
    <p>&iuml;&raquo;&iquest;</p>
    <div id="page-footer">
    <div class="navbar">
    <div class="inner"><span class="corners-top"><span>&nbsp;</span></span> 
    <ul class="linklist">
    <li class="icon-home"><a accesskey="h" href="{U_INDEX}">{L_INDEX}</a></li>
    <!-- IF not S_IS_BOT --><!-- IF S_WATCH_FORUM_LINK -->
    <li>class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->&gt;<a title="{S_WATCH_FORUM_TITLE}" href="{S_WATCH_FORUM_LINK}">{S_WATCH_FORUM_TITLE}</a></li>
    <!-- ENDIF --><!-- IF U_WATCH_TOPIC -->
    <li>class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->&gt;<a title="{L_WATCH_TOPIC}" href="{U_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li>
    <!-- ENDIF --><!-- IF U_BOOKMARK_TOPIC -->
    <li class="icon-bookmark"><a title="{L_BOOKMARK_TOPIC}" href="{U_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li>
    <!-- ENDIF --><!-- IF U_BUMP_TOPIC -->
    <li class="icon-bump"><a title="{L_BUMP_TOPIC}" href="{U_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li>
    <!-- ENDIF --><!-- ENDIF -->
    <li class="rightside"><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
    </ul>
    <span class="corners-bottom"><span>&nbsp;</span></span></div>
    </div>
    <!-- 	We request you retain the full copyright notice below including the link to www.phpbb.com. 	This not only gives respect to the large amount of time given freely by the developers 	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain 	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with 	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our 	forums may be affected. 
    The phpBB Group : 2006 //-->
    <div class="copyright"><p>Powered by <a href="http://www.phpbb.com/">phpBB</a> {PHPBB_VERSION} &Acirc;&copy; 2007 phpBB Group.<br />Thor (Version 3.0 Gold) For phpbb 3.0 Gold Release.<br /></p>{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> <!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --></div>
    <div><a id="bottom" accesskey="z" name="bottom"></a><!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF --></div>
    <!-- alterwords_0X1_start -->
    <div class="alterbanner_0X1_off">&nbsp;</div>
    <!-- alterwords_0X1_end --><!-- altervista stats, do not remove! -->
    <script type="text/javascript">// <![CDATA[
    document.write('<s'+'cript type="text/javascript" src="http://tb.altervista.org/stats/'+escape(window.location.hostname)+'.js?p='+escape(window.location)+'&r='+new Date().getTime()+'"><\/s'+'cript>');
    // ]]></script>
    </body>
    </html>

  7. #7
    Guest

    Predefinito

    Sovrascivilo con:

    Codice:
    </div>
    <div id="page-footer">
    <div class="navbar">
    <div class="inner"><span class="corners-top"><span>&nbsp;</span></span> 
    <ul class="linklist">
    <li class="icon-home"><a accesskey="h" href="{U_INDEX}">{L_INDEX}</a></li>
    <!-- IF not S_IS_BOT --><!-- IF S_WATCH_FORUM_LINK -->
    <li>class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->&gt;<a title="{S_WATCH_FORUM_TITLE}" href="{S_WATCH_FORUM_LINK}">{S_WATCH_FORUM_TITLE}</a></li>
    <!-- ENDIF --><!-- IF U_WATCH_TOPIC -->
    <li>class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->&gt;<a title="{L_WATCH_TOPIC}" href="{U_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li>
    <!-- ENDIF --><!-- IF U_BOOKMARK_TOPIC -->
    <li class="icon-bookmark"><a title="{L_BOOKMARK_TOPIC}" href="{U_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li>
    <!-- ENDIF --><!-- IF U_BUMP_TOPIC -->
    <li class="icon-bump"><a title="{L_BUMP_TOPIC}" href="{U_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li>
    <!-- ENDIF --><!-- ENDIF -->
    <li class="rightside"><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
    </ul>
    <span class="corners-bottom"><span>&nbsp;</span></span></div>
    </div>
    <!-- 	We request you retain the full copyright notice below including the link to www.phpbb.com. 	This not only gives respect to the large amount of time given freely by the developers 	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain 	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with 	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our 	forums may be affected. 
    The phpBB Group : 2006 //-->
    <div class="copyright"><p>Powered by <a href="http://www.phpbb.com/">phpBB</a> {PHPBB_VERSION} &Acirc;&copy; 2007 phpBB Group.<br />Thor (Version 3.0 Gold) For phpbb 3.0 Gold Release.<br /></p>{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> <!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --></div>
    <div><a id="bottom" accesskey="z" name="bottom"></a><!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF --></div>
    <!-- alterwords_0X1_start -->
    <div class="alterbanner_0X1_off">&nbsp;</div>
    <!-- alterwords_0X1_end --><!-- altervista stats, do not remove! -->
    <script type="text/javascript">// <![CDATA[
    document.write('<s'+'cript type="text/javascript" src="http://tb.altervista.org/stats/'+escape(window.location.hostname)+'.js?p='+escape(window.location)+'&r='+new Date().getTime()+'"><\/s'+'cript>');
    // ]]></script>
    </div>
    </body>
    </html>
    e svuota la cache.
    Ultima modifica di freestreamingdb : 05-01-2011 alle ore 16.52.00 Motivo: Corretto il codice

  8. #8
    Guest

    Predefinito

    freestreamingdb ho fatto come mi hai detto ma non è cambiato niente.
    ho sovrascritto in modo che mi apparisse questo codice
    Codice:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    <title>Untitled document</title>
    </head>
    <body>
    <p>&iuml;&raquo;&iquest;</p>
    </div>
    <div id="page-footer">
    <div class="navbar">
    <div class="inner"><span class="corners-top"><span>&nbsp;</span></span> 
    <ul class="linklist">
    <li class="icon-home"><a accesskey="h" href="{U_INDEX}">{L_INDEX}</a></li>
    <!-- IF not S_IS_BOT --><!-- IF S_WATCH_FORUM_LINK -->
    <li>class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->&gt;<a title="{S_WATCH_FORUM_TITLE}" href="{S_WATCH_FORUM_LINK}">{S_WATCH_FORUM_TITLE}</a></li>
    <!-- ENDIF --><!-- IF U_WATCH_TOPIC -->
    <li>class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->&gt;<a title="{L_WATCH_TOPIC}" href="{U_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li>
    <!-- ENDIF --><!-- IF U_BOOKMARK_TOPIC -->
    <li class="icon-bookmark"><a title="{L_BOOKMARK_TOPIC}" href="{U_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li>
    <!-- ENDIF --><!-- IF U_BUMP_TOPIC -->
    <li class="icon-bump"><a title="{L_BUMP_TOPIC}" href="{U_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li>
    <!-- ENDIF --><!-- ENDIF -->
    <li class="rightside"><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
    </ul>
    <span class="corners-bottom"><span>&nbsp;</span></span></div>
    </div>
    <!-- 	We request you retain the full copyright notice below including the link to www.phpbb.com. 	This not only gives respect to the large amount of time given freely by the developers 	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain 	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with 	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our 	forums may be affected. 
    The phpBB Group : 2006 //-->
    <div class="copyright"><p>Powered by <a href="http://www.phpbb.com/">phpBB</a> {PHPBB_VERSION} &Acirc;&copy; 2007 phpBB Group.<br />Thor (Version 3.0 Gold) For phpbb 3.0 Gold Release.<br /></p>{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> <!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --></div>
    <div><a id="bottom" accesskey="z" name="bottom"></a><!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF --></div>
    <!-- alterwords_0X1_start -->
    <div class="alterbanner_0X1_off">&nbsp;</div>
    <!-- alterwords_0X1_end --><!-- altervista stats, do not remove! -->
    <script type="text/javascript">// <![CDATA[
    document.write('<s'+'cript type="text/javascript" src="http://tb.altervista.org/stats/'+escape(window.location.hostname)+'.js?p='+escape(window.location)+'&r='+new Date().getTime()+'"><\/s'+'cript>');
    // ]]></script>
    </div>
    </body>
    </html>
    e ho anche svuotato la cache ma non è cambiato nulla. :(

  9. #9
    Guest

    Predefinito

    Non avviene nulla perchè hai questi codici:

    Codice:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    <title>Untitled document</title>
    </head>
    <body>
    <p>&iuml;&raquo;&iquest;</p>
    che non servono a niente (l'header c'è già in overall_header.html)

    Fai così:

    Incolla questo codice (l'ho preso dallo stile originale):

    Codice:
    </div>
    
    <div id="page-footer">
    
    	<div class="navbar">
    		<div class="inner"><span class="corners-top"><span></span></span>
    
    		<ul class="linklist">
    			<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
    				<!-- IF not S_IS_BOT -->
    					<!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
    					<!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
    					<!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
    					<!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
    				<!-- ENDIF -->
    			<li class="rightside"><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
    		</ul>
    
    		<span class="corners-bottom"><span></span></span></div>
    	</div>
    	
    <!--
    	We request you retain the full copyright notice below including the link to www.phpbb.com.
    	This not only gives respect to the large amount of time given freely by the developers
    	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
    	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
    	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
    	forums may be affected.
    
    	The phpBB Group : 2006
    //-->
    
    	<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> {PHPBB_VERSION} © 2007 phpBB Group.<br>
    	Thor (Version 3.0 Gold) For phpbb 3.0 Gold Release. Theme by <a href="http://www.BigFizz.co.uk">Wizardly</a> Based on the WP 
    		theme <a href="http://www.odinneke.nl">Odinneke V4</a>.
    		<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
    		<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
    		<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
    	</div>
    </div>
    
    </div>
    
    <div>
    	<a id="bottom" name="bottom" accesskey="z"></a>
    	<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
    </div>
    
    </body>
    </html>
    E svuoti la cache. Così funzionerà.

    Riportaci qui il codice del banner che vorresti inserire e te lo integro io nello stile.

  10. #10
    Guest

    Predefinito

    grazie mille freestreamingdb! sei il mio salvatore. funziona tutto ed è tronato il link al pannello di controllo. Per il banner... lascia stare, ho risolto in un'altra maniera. Grazie mille!
    Unico inconveniente è che in alto a sinistra nella pagina mi compaiono un punto esclamativo rovesciato e un punto di domanda...

  11. #11
    Guest

    Predefinito

    Per rimuoverli, PCA, STILI, Template, clicca su Modifica in corrispondenza del tuo stile e nella nuova finestra scegli overall_header.html

    Cerca ed elimina

    Codice:
    <p>&iuml;&raquo;&iquest;</p>
    Salva e svuota la cache.

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •