Visualizzazione risultati 1 fino 2 di 2

Discussione: Inserimento banner in header e nuovo logo forum

  1. #1
    Guest

    Predefinito Inserimento banner in header e nuovo logo forum

    Premetto che ho letto la guida http://forum.it.altervista.org/phpbb...-gestione-logo.
    html e lì viene anche indicato il punto dell'overall header dove inserire i relativi codici,il mio overall ho visto che è molto diverso da quello indicato nella guida

    Potreste indicarmi, basandovi sul mio file,in quale punto inserire i 2 codici ?
    Grazie

    Codice HTML:
    <!DOCTYPE html>
    <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
    <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    {META}
    <title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} - <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>
    
    <!-- IF S_ENABLE_FEEDS -->
    	<!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}"><!-- ENDIF -->
    	<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news"><!-- ENDIF -->
    	<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums"><!-- ENDIF -->
    	<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics"><!-- ENDIF -->
    	<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active"><!-- ENDIF -->
    	<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}"><!-- ENDIF -->
    	<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&amp;t={S_TOPIC_ID}"><!-- ENDIF -->
    	<!-- EVENT overall_header_feeds -->
    <!-- ENDIF -->
    
    <!-- IF U_CANONICAL -->
    	<link rel="canonical" href="{U_CANONICAL}">
    <!-- ENDIF -->
    
    <!--
    	phpBB style name: prosilver
    	Based on style:   prosilver (this is the default phpBB3 style)
    	Original author:  Tom Beddard ( http://www.subBlue.com/ )
    	Modified by:
    -->
    
    <!-- IF S_ALLOW_CDN -->
    <script>
    	WebFontConfig = {
    		google: {
    			families: ['Open+Sans:600:cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic']
    		}
    	};
    
    	(function(d) {
    		var wf = d.createElement('script'), s = d.scripts[0];
    		wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js';
    		wf.async = true;
    		s.parentNode.insertBefore(wf, s);
    	})(document);
    </script>
    <!-- ENDIF -->
    <link href="{T_STYLESHEET_LINK}" rel="stylesheet">
    <link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">
    <link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" media="all and (max-width: 700px)">
    
    <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
    	<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
    <!-- ENDIF -->
    
    <!-- IF S_PLUPLOAD -->
    	<link href="{T_THEME_PATH}/plupload.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
    <!-- ENDIF -->
    
    <!--[if lte IE 9]>
    	<link href="{T_THEME_PATH}/tweaks.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
    <![endif]-->
    
    <!-- EVENT overall_header_head_append -->
    
    {$STYLESHEETS}
    
    <!-- EVENT overall_header_stylesheets_after -->
    
    </head>
    <body id="phpbb" class="nojs notouch section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} {BODY_CLASS}">
    
    <!-- EVENT overall_header_body_before -->
    
    <div id="wrap">
    	<a id="top" class="anchor" accesskey="t"></a>
    	<div id="page-header">
    		<div class="headerbar" role="banner">
    			<div class="inner">
    
    			<div id="site-description">
    				<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->">{SITE_LOGO_IMG}</a>
    				<h1>{SITENAME}</h1>
    				<p>{SITE_DESCRIPTION}</p>
    				<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
    			</div>
    
    			<!-- EVENT overall_header_searchbox_before -->
    			<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
    			<div id="search-box" class="search-box search-header" role="search">
    				<form action="{U_SEARCH}" method="get" id="search">
    				<fieldset>
    					<input name="keywords" id="keywords" type="search" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search tiny" size="20" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" />
    					<button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button>
    					<a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a>
    					{S_SEARCH_HIDDEN_FIELDS}
    				</fieldset>
    				</form>
    			</div>
    			<!-- ENDIF -->
                </div>
    			
    		</div>
    		<!-- EVENT overall_header_navbar_before -->
    		<!-- INCLUDE navbar_header.html -->
    	</div>
    
    	<!-- EVENT overall_header_page_body_before -->
    
    	<a id="start_here" class="anchor"></a>
    	<div id="page-body" role="main">
    		<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
    		<div id="information" class="rules">
    			<div class="inner">
    				<strong>{L_INFORMATION}{L_COLON}</strong> {L_BOARD_DISABLED}
    			</div>
    		</div>
    		<!-- ENDIF -->
    
    		<!-- EVENT overall_header_content_before -->
    Ultima modifica di Forum500X : 14-03-2017 alle ore 19.01.57

  2. #2
    Guest

    Predefinito

    Mi permetto umilmente di chiedere nuovamente assistenza per il problema descritto nel post di sopra
    Grazie
    Ultima modifica di Forum500X : 16-03-2017 alle ore 18.48.10

Regole di scrittura

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