phpBB Italia chiude!
phpBB Italia ringrazia tutti gli utenti che hanno dato fiducia al nostro progetto per ben 9 anni, e che, grazie al grande lavoro fatto da tutto lo Staff (rigorosamente a titolo gratuito), hanno portato il portale a diventare il principale punto di riferimento italiano alla piattaforma phpBB.

Purtroppo, causa motivi personali, non ho più modo di gestirlo e portarlo avanti. Il forum viene ora posto in uno stato di sola lettura, nonché un archivio storico per permettere a chiunque di fruire di tutte le discussioni trattate.

Il nuovo portale di assistenza per l'Italia di phpBB diventa phpBB-Store.it, cui ringrazio per aver deciso di portare avanti questo grande progetto.

Grazie ancora,
Carlo - Amministratore di phpBB Italia

Header

Supporto stili in generale.
Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Header

Messaggio da Haku » 07/01/2011, 3:55

Ho seguito le FAQ del .it per inserire una immagine di sfondo nell'header.
Tutto a posto,se non fosse che alcuni testi sono diventati biachi (mod selezione host) tutto è sfasato e non corrispondono le dimensioni.
Ho fatto tutto giusto,ho rispettatto i 10px in meno nell'altezza etc.
Ecco anche il mio overall_header:

Codice: Seleziona tutto

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</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}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->

<!--
	phpBB style name: prosilver Special Edition
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by: phpBB Styles Team     
	
	NOTE: This page was generated by phpBB, the free open-source bulletin board package.
	      The phpBB Group is not responsible for the content of this page and forum. For more information
	      about phpBB please visit http://www.phpbb.com
-->
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<!-- IF UA_GREY_STAR_SRC -->
<!-- INCLUDE kb/rating_js.html -->
<!-- ENDIF -->
<script type="text/javascript">
// <![CDATA[
	var jump_page = '{LA_JUMP_PAGE}:';
	var on_page = '{ON_PAGE}';
	var per_page = '{PER_PAGE}';
	var base_url = '{A_BASE_URL}';
	var style_cookie = 'phpBBstyle';
	var style_cookie_settings = '{A_COOKIE_SETTINGS}';
	var onload_functions = new Array();
	var onunload_functions = new Array();

	<!-- IF S_USER_PM_POPUP -->
		if ({S_NEW_PM})
		{
			var url = '{UA_POPUP_PM}';
			window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
		}
	<!-- ENDIF -->

	/**
	* Find a member
	*/
	function find_username(url)
	{
		popup(url, 760, 570, '_usersearch');
		return false;
	}

	/**
	* New function for handling multiple calls to window.onload and window.unload by pentapenguin
	*/
	window.onload = function()
	{
		for (var i = 0; i < onload_functions.length; i++)
		{
			eval(onload_functions[i]);
		}
	}

	window.onunload = function()
	{
		for (var i = 0; i < onunload_functions.length; i++)
		{
			eval(onunload_functions[i]);
		}
	}

// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>

<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />

<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
	<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
<!-- collpase categories MOD -->
<script type="text/javascript" src="{ROOT_PATH}js/coll_script.js"></script>
<!-- collpase categories MOD -->
<!-- inclusione jquery scripting -->
<script type="text/javascript" src="{ROOT_PATH}js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="{ROOT_PATH}js/jquery.hoverIntent.minified.js"></script>
<script type="text/javascript" src="{ROOT_PATH}js/scripts.js"></script>
<!-- inclusione jquery scripting -->
<!-- INCLUDE gallery/plugins_header.html -->
</head>

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">

<div id="wrap">
    <div class="border-left">
    <div class="border-right">
    <div class="border-top">
    <div class="border-top-left">
    <div class="border-top-right">
        <div class="inside" style="direction: {S_CONTENT_DIRECTION};">
        	<a id="top" name="top" accesskey="t"></a>
        	<div id="page-header">
        		<div class="headerbar">
        			<div class="inner"><span class="corners-top"><span></span></span>
        <div style="height: 140px ;">
        			<div id="site-description">
        				<!-- a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a> -->
        				<!-- h1>{SITENAME}</h1 -->
        				<!-- p>{SITE_DESCRIPTION}</p -->
        				<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
        			</div>
        
			<span class="corners-bottom" style="background: none;"><span style="background: none;"></span></span></div>
		</div>
			<!-- phpbb_com navbar START -->
			<!-- INCLUDE phpbb_navbar.html -->
			<!-- phpbb_com navbar END -->
        
        		<div class="navbar">
        			<div class="inner"><span class="corners-top"><span></span></span>
                			<!-- INCLUDE selectorhost_body.html -->
        			<ul class="linklist navlinks">
        				<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
        
        				<li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="return fontsizeup(event);" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>
        
        				<!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
        				<!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
        				<!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
        				<!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
        			</ul>
        
        			<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
        			<ul class="linklist leftside">
        				<li class="icon-ucp">
							<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a>
								<!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF -->
							<!-- IF S_DISPLAY_SEARCH --> &bull;
							<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
							<!-- ENDIF -->
							</div>
        					<!-- IF U_RESTORE_PERMISSIONS --> &bull;
        					<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
        					<!-- ENDIF -->
        				</li>
        			</ul>
        			<!-- ENDIF -->

        			<ul class="linklist rightside">
        				<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
        				<!-- IF not S_IS_BOT -->
        					<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
							<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
							<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
        				<!-- ENDIF -->
        			</ul>
        
        			<span class="corners-bottom"><span></span></span></div>
        		</div>
        
        	</div>
        
        	<a name="start_here"></a>
        	<div id="page-body">
        		
				<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
				<div id="information" class="rules">
        			<div class="inner"><span class="corners-top"><span></span></span>
        				<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
        			<span class="corners-bottom"><span></span></span></div>
        		</div>
        		<!-- ENDIF -->
Screen:
Immagine

Ho provato a cambiare dei parametri,ma senza risultato.

Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Header

Messaggio da Micogian » 07/01/2011, 6:37

Tu usi sempre i CSS per inserire la testata, probabilmente il problema sta li.
Perchè non provi il sistema classico, io uso questo e funziona:

Codice: Seleziona tutto

<div class="headerbar" style="background: url('{T_THEME_PATH}/images/testata.jpg') 50% 0 no-repeat scroll; position: relative;">
        			<div class="inner"><span class="corners-top"><span></span></span>
						<a style="display: block; width: 100%; height: 110px; text-decoration: none; background: url('{T_THEME_PATH}/images/logo.gif') 20px 50% no-repeat scroll; position: relative;" href="#">&nbsp;</a>
						<a style="display: block; width: 330px; height: 45px; text-decoration: none; background: url('{T_THEME_PATH}/images/nome.gif') no-repeat scroll; position: absolute;top: 70px; left: 600px;" href="#">&nbsp;</a>
        			<span class="corners-bottom" style="background: none;"><span style="background: none;"></span></span></div>
        		</div>

				<!-- INCLUDE xnavbar.html -->
In questo caso c'è un'immagine di testata e due immagini sovrapposte e posizionate che corrispondono al Logo e al nome, così puoi sempre cambiare la testata lasciando le due immagini sopra.
Altrimenti commenti le due righe.

Codice: Seleziona tutto

<!-- <a style="display: block; width: 100%; height: 110px; text-decoration: none; background: url('{T_THEME_PATH}/images/logo.gif') 20px 50% no-repeat scroll; position: relative;" href="#">&nbsp;</a> -->
<!-- <a style="display: block; width: 330px; height: 45px; text-decoration: none; background: url('{T_THEME_PATH}/images/nome.gif') no-repeat scroll; position: absolute;top: 70px; left: 600px;" href="#">&nbsp;</a> -->
Naturalmente cambiano posizione dei file e dimensione ma questa è una struttura semplice che puoi gestire a piacimento. E poi tu usi il navbar del .com, io uso quello di Sir.
Devi togliere però l'immagine dal css.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Header

Messaggio da Haku » 07/01/2011, 17:07

A questo punto sarebbe perfetto bingo.
In che punto aggiungo il codice?
(nel mentre elimino la parte dei css che ho dovuto modificare)

EDIT:
L'ho inserito sopra questo pezzo di codice:

Codice: Seleziona tutto

			<!-- phpbb_com navbar START -->
			<!-- INCLUDE phpbb_navbar.html -->
			<!-- phpbb_com navbar END -->
Quindi:

Codice: Seleziona tutto

		<!-- Prova immi -->
<div class="headerbar" style="background: url('{T_THEME_PATH}/images/bannerheader.png') 50% 0 no-repeat scroll; position: relative;">
                 <div class="inner"><span class="corners-top"><span></span></span>
                  <a style="display: block; width: 100%; height: 110px; text-decoration: none; background: url('{T_THEME_PATH}/images/logo.gif') 20px 50% no-repeat scroll; position: relative;" href="#">&nbsp;</a>
                  <a style="display: block; width: 330px; height: 45px; text-decoration: none; background: url('{T_THEME_PATH}/images/nome.gif') no-repeat scroll; position: absolute;top: 70px; left: 600px;" href="#">&nbsp;</a>
                 <span class="corners-bottom" style="background: none;"><span style="background: none;"></span></span></div>
              </div>
			<!-- phpbb_com navbar START -->
			<!-- INCLUDE phpbb_navbar.html -->
			<!-- phpbb_com navbar END -->
Solo che ci sono dei problemi.
Uno è che visualizzo questo cerchiato in rosso:
Immagine

E l'altro è che il banner lo vorrei delle mie dimensioni,vale a dire 846x150 ^^

Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Header

Messaggio da Micogian » 07/01/2011, 20:12

Mi sa che vedi ancora l'immagine del css.
Quale banner?, quello di destra?, basta cambiare le dimensioni e la posizione.
Nel codice hai tre righe per le immagini, la prima per la testata, la seconda per il logo (vedi dimensione e posizione", la terza sarà il banner. Anche qui devi indicare dimensioni e posizione.

Ricordati di aggiornate Template e probabilmente anche Imageset.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Header

Messaggio da Haku » 08/01/2011, 3:14

C'è qualcosa che non va o forse non ho capito io :S
Quel pezzo cerchiato rimane sempre,e io mi sono limitato ad eliminare le modifiche al css per visualizzare l'immagine di sfondo come da tutorial.

Ora,se io io modifico la seconda riga per l'immagine,ne visualizzo poi due,di cui una posizionata al centro e na ovviamente sotto,ma se setto solo la prima,questa non si vede.

Codice: Seleziona tutto

		<!-- Prova immi -->
<div class="headerbar" style="background: url('{T_THEME_PATH}/images/bannerheader.png') 50% 0 no-repeat scroll; position: relative;">
                 <div class="inner"><span class="corners-top"><span></span></span>
                  <a style="display: block; width: 100%; height: 150px; text-decoration: none; background: url('{T_THEME_PATH}/images/bannerheader.png') 20px 50% no-repeat scroll; position: relative;" href="#">&nbsp;</a>
                  <!-- <a style="display: block; width: 330px; height: 45px; text-decoration: none; background: url('{T_THEME_PATH}/images/nome.gif') no-repeat scroll; position: absolute;top: 70px; left: 600px;" href="#">&nbsp;</a> -->
                 <span class="corners-bottom" style="background: none;"><span style="background: none;"></span></span></div>
              </div>
Ora,o sono un citrullo io,o per cambiare un semplice logo bisogna essere laureati? O_o

EDIT:
Aggiorno sempre tutto su prosilver dato che mi ha giocato brutti scherzi =D

Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Header

Messaggio da Micogian » 08/01/2011, 7:16

Questa è la mia testata: http://www.actafungorum.org/actaforum/index.php
C'è l'immagine di fondo che corrisponde a

Codice: Seleziona tutto

<div class="headerbar" style="background: url('{T_THEME_PATH}/images/testata_actafungorum01.jpg') 50% 0 no-repeat scroll; position: relative;">
Poi ci sono due immagini sovrapposte, il logo a sinistra che inizia a 20px da left ed è centrato in altezza (20px 50%)

Codice: Seleziona tutto

<a style="display: block; width: 100%; height: 110px; text-decoration: none; background: url('{T_THEME_PATH}/images/logo_actafungorum.gif') 20px 50% no-repeat scroll; position: relative;" href="#">&nbsp;</a>
e il nome del Forum che sta a destra che inizia a 600px a left e 70px dal top

Codice: Seleziona tutto

<a style="display: block; width: 330px; height: 45px; text-decoration: none; background: url('{T_THEME_PATH}/images/nome_actafungorum1.gif') no-repeat scroll; position: absolute;top: 70px; left: 600px;" href="#">&nbsp;</a>
In pratica sul fondo che puoi cambiare ( http://www.actafungorum.org/ ) hai sempre le due immagini sovrapposte.
Se poi c'è ancora una immagine derivata dai css non posso saperlo.
Per il Tema non basta cancellare la cache, devi aggiornare il theme da PCA, almeno questo è quello che ho riscontrato.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Header

Messaggio da Haku » 08/01/2011, 16:25

Si ho capito =)
Però il problema,è che se inserisco solola testata (darò importanza alle due immagini sovrapposte dopo se mi serviranno),non si vede come dovrebbe.
Nel css c'è solo l'header_bg.gif presente nella cartella images.

Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Header

Messaggio da Micogian » 08/01/2011, 17:50

Non vorrei che fosse bg_header.gif il problema.
Quella è una immagine di fondo della testata, può essere che l'altezza sia diversa dall'immagine della testata e allora fuoriesce. E se non è l'immagine viene inserito un colore.
Può dipendere anche dal padding che aumenta la dimensione del box.

Dovrebbe riguardare il css "headerbar" ma se alla class="headerbar" ci metti la testata dovrebbe essere a posto, a meno che non resti come sottofondo l'immagine bg_header.gif.
Credo che tutto giri intorno alla class="headerbar"

Prova a fare una Custom page semplice semplice, fai una copia di overall_header, ci includi quella e fai delle prove sulla copia.

Quanto è alta l'immagine della testata ? bg_header dovrebbe essere 92px ma non so se a questi va aggiunto il padding.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Header

Messaggio da Haku » 08/01/2011, 18:17

l'header che vorrei mettere è 846x150 =)
Oddeo,non pensavo fosse così complicato xD
Pensavo di risolvere sol solo css come da guida =P

Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Header

Messaggio da Micogian » 08/01/2011, 19:43

Ma se io vedo regolarmente con lo script che ti ho fatto vedere e tu no qualcosa di diverso ci deve pur essere, pertanto si deve andare ad esclusione.
Io, in casi del genere creo una Custom Page, roba da 30 secondi, ci metto una copia dell'overall_header e mi faccio le prove.

Rispondi

Torna a “Supporto stili”

Chi c’è in linea

Visitano il forum: Nessuno e 2 ospiti