Visualizzazione dei risultati da 1 a 6 su 6
  1. #1
    Utente di HTML.it
    Registrato dal
    Apr 2009
    Messaggi
    4

    integrazione grafica forum phpbb3 in joomla

    ho installato un forum phpbb 3.0.4 al mio sito e ora vorrei che comparisse più o meno come compare il forum di html.it e cioè perfettamente integrato nella grafica del sito

    per il forum ho utilizzato la skin chiamata etech ed ho provato a mettere mano al codice di overall_header, ma senza successo

    quello che mi serve è soltanto che appaiano il menù in alto ed il logo del sito anche nelle pagine del forum

    non credo sia una cosa così complessa tuttavia non io sono in grado di modificarlo

    questo è il codice di overall_header da modificare:
    codice:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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-language" content="{S_USER_LANG}" />
    <meta http-equiv="content-style-type" content="text/css" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="resource-type" content="document" />
    <meta name="distribution" content="global" />
    <meta name="copyright" content="2002-2006 phpBB Group" />
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    {META}
    <title>{SITENAME} - {L_MCP} - {L_UCP} - {PAGE_TITLE}</title>
    
    
    <link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
    
    <style type="text/css">
    {T_THEME_DATA}
    </style>
    
    <!--[if IE 7]>
    <link rel="stylesheet" type="text/css" href="{T_THEME_PATH}/ie7.css" />
    <![endif]-->
    
    <script type="text/javascript">
    // <![CDATA[
    
    
    	if ({S_NEW_PM})
    	{
    		popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
    	}
    
    
    function popup(url, width, height, name)
    {
    	if (!name)
    	{
    		name = '_popup';
    	}
    
    	window.open(url.replace(/&amp;/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
    	return false;
    }
    
    function jumpto()
    {
    	var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
    	var perpage = '{PER_PAGE}';
    	var base_url = '{A_BASE_URL}';
    
    	if (page !== null && !isNaN(page) && page > 0)
    	{
    		document.location.href = base_url.replace(/&amp;/g, '&') + '&start=' + ((page - 1) * perpage);
    	}
    }
    
    /**
    * Find a member
    */
    function find_username(url)
    {
    	popup(url, 760, 570, '_usersearch');
    	return false;
    }
    
    /**
    * Mark/unmark checklist
    * id = ID of parent container, name = name prefix, state = state [true/false]
    */
    function marklist(id, name, state)
    {
    	var parent = document.getElementById(id);
    	if (!parent)
    	{
    		eval('parent = document.' + id);
    	}
    
    	if (!parent)
    	{
    		return;
    	}
    
    	var rb = parent.getElementsByTagName('input');
    	
    	for (var r = 0; r < rb.length; r++)
    	{
    		if (rb[r].name.substr(0, name.length) == name)
    		{
    			rb[r].checked = state;
    		}
    	}
    }
    
    
    
    	/**
    	* Play quicktime file by determining it's width/height
    	* from the displayed rectangle area
    	*
    	* Only defined if there is a file block present.
    	*/
    	function play_qt_file(obj)
    	{
    		var rectangle = obj.GetRectangle();
    
    		if (rectangle)
    		{
    			rectangle = rectangle.split(',')
    			var x1 = parseInt(rectangle[0]);
    			var x2 = parseInt(rectangle[2]);
    			var y1 = parseInt(rectangle[1]);
    			var y2 = parseInt(rectangle[3]);
    
    			var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
    			var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
    		}
    		else
    		{
    			var width = 200;
    			var height = 0;
    		}
    
    		obj.width = width;
    		obj.height = height + 16;
    
    		obj.SetControllerVisible(true);
    
    		obj.Play();
    	}
    
    
    if(navigator.userAgent && navigator.userAgent.indexOf('Mac OS X') > 0)
    {
    	document.write('<link rel="stylesheet" href="{T_THEME_PATH}/mac.css" type="text/css" />');
    }
    
    // ]]>
    </script>
    </head>
    <body class="{S_CONTENT_DIRECTION}">
    
    <a name="top"></a>
    
    <table border="0" cellspacing="0" cellpadding="0" width="{$CA_WIDTH}" id="maintable" align="center">
    <tr>
    	<td id="logorow" align="center"><div id="logotop">
    		{SITE_LOGO_IMG}
    	</div></td>
    </tr>
    <tr>
    	<td class="navrow">
    		
    			{L_PROFILE}{PRIVATE_MESSAGE_INFO}{L_REGISTER}{L_RESTORE_PERMISSIONS}{L_FAQ}{L_SEARCH}{L_MEMBERLIST}{L_LOGIN_LOGOUT}
    	</td>
    </tr>
    <tr>
    	<td id="contentrow">
    
    
    	
    		<div class="pm-notify-new"><div class="pm-notify-header">{L_PRIVATE_MESSAGES}</div>{PRIVATE_MESSAGE_INFO}, {PRIVATE_MESSAGE_INFO_UNREAD}</div>
    	
    		<div class="pm-notify-unread"><div class="pm-notify-header">{L_PRIVATE_MESSAGES}</div>{PRIVATE_MESSAGE_INFO}, {PRIVATE_MESSAGE_INFO_UNREAD}</div>
    	
      
    
    
    	<div class="pm-notify-new"><div class="pm-notify-header">{L_INFORMATION}</div>{L_BOARD_DISABLED}</div>
    
    
    <table width="100%" cellspacing="0">
    <tr>
    	<td class="gensmall">{LAST_VISIT_DATE}</td>
    	<td class="gensmall" align="{S_CONTENT_FLOW_END}">{CURRENT_TIME}
    </td>
    </tr>
    </table>
    
    	
    	<p class="searchbar">
    		<span style="float: {S_CONTENT_FLOW_BEGIN};">{L_SEARCH_UNANSWERED} | {L_SEARCH_ACTIVE_TOPICS}</span>
    		
    		<span style="float: {S_CONTENT_FLOW_END};">{L_SEARCH_NEW} | {L_SEARCH_SELF}</span>
    		
    	</p>
    	
    
    	<br style="clear: both;" />

  2. #2
    Utente di HTML.it
    Registrato dal
    Apr 2009
    Messaggi
    4
    mentre questo è il codice sorgente del mio sito:

    codice:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it-it" lang="it-it" >
     <head>
      <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
      <base href="http://pianetagay.atbhost.net/" />
      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
      <meta name="robots" content="index, follow" />
      <meta name="keywords" content="gay bisex ragazzi community forum" />
      <meta name="title" content="Community per Ragazzi Gay e Bisex" />
      <meta name="description" content="Community per ragazzi gay e bisex: comprende immagini, discussioni e forum, cn anche una sezione privata." />
    
      <meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
      <title>Community per Ragazzi Gay e Bisex</title>
      <link href="/rss.html" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
      <link href="/atom.html" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
      <script type="text/javascript" src="/media/system/js/mootools.js"></script>
      <script type="text/javascript" src="/media/system/js/caption.js"></script>
    
      <link rel="stylesheet" href="/templates/system/css/system.css" type="text/css" />
    
      <link rel="stylesheet" href="/templates/system/css/general.css" type="text/css" />
      <link rel="stylesheet" type="text/css" href="/templates/home20apr09/css/style.css" />
      
      <script type="text/javascript" src="/templates/home20apr09/script.js"></script>
     </head>
    <body>
    <div class="Main">
    <div class="Sheet">
        <div class="Sheet-tl"></div>
        <div class="Sheet-tr"><div></div></div>
    
        <div class="Sheet-bl"><div></div></div>
        <div class="Sheet-br"><div></div></div>
        <div class="Sheet-tc"><div></div></div>
        <div class="Sheet-bc"><div></div></div>
        <div class="Sheet-cl"><div></div></div>
        <div class="Sheet-cr"><div></div></div>
        <div class="Sheet-cc"></div>
        <div class="Sheet-body">
    <div class="nav"><ul class="artmenu"><li id="current" class="active item58"><span><span>Home</span></span><li class="item57"><span><span>Articoli</span></span><li class="item62"><span><span>Forum</span></span>[/list]<div class="l"></div><div class="r"><div></div></div></div>
    
    <div class="Header">
        <div class="Header-jpeg"></div>
    <div class="logo">
     <h1 id="name-text" class="logo-name">Pianeta Gay</h1>
     <div id="slogan-text" class="logo-text">Community per Ragazzi Gay e Bisex</div>
    </div>
    
    
    </div>
    <div class="contentLayout">
    <div class="content">
    
    <div class="Post">
        <div class="Post-tl"></div>
        <div class="Post-tr"><div></div></div>
        <div class="Post-bl"><div></div></div>
        <div class="Post-br"><div></div></div>
        <div class="Post-tc"><div></div></div>
        <div class="Post-bc"><div></div></div>
        <div class="Post-cl"><div></div></div>
        <div class="Post-cr"><div></div></div>
    
        <div class="Post-cc"></div>
        <div class="Post-body">
    <div class="Post-inner">
    <h2 class="PostHeaderIcon-wrapper"> 			Benvenuti		</h2>
    <div class="PostMetadataHeader">
    <div class="PostHeaderIcons metadata-icons">
    
    [img]/templates/home20apr09/images/PostDateIcon.png[/img] Mercoledì 22 Aprile 2009 15:33 | [img]/templates/home20apr09/images/PostAuthorIcon.png[/img] Author: fr@do | <span class="metadata-icons">[img]/images/M_images/pdf_button.png[/img][img]/images/M_images/printButton.png[/img][img]/images/M_images/emailButton.png[/img]</span>
    </div>
    
    </div>
    <div class="PostContent">
    <div class="article">
    <p dir="ltr">Benvenuti in PianetaGay.net!</p><p dir="ltr">Questo sito è appena nato, ma spero che riesca a crescere velocemente...</p><p dir="ltr">fr@do </p></div>
    <p class="modifydate">
    Ultimo aggiornamento ( Mercoledì 22 Aprile 2009 20:18 )
    </p>
    
    </div>
    <div class="cleared"></div>
    
    </div>
    
        </div>
    </div>
    
    
    <span class="article_separator"></span>
    
    
    <div>SEO by Artio</div>
    
    </div>
    <div class="sidebar1">
    <div class="Block">
        <div class="Block-tl"></div>
    
        <div class="Block-tr"><div></div></div>
        <div class="Block-bl"><div></div></div>
        <div class="Block-br"><div></div></div>
        <div class="Block-tc"><div></div></div>
        <div class="Block-bc"><div></div></div>
        <div class="Block-cl"><div></div></div>
        <div class="Block-cr"><div></div></div>
        <div class="Block-cc"></div>
        <div class="Block-body">
    
    <div class="BlockHeader">
        <div class="header-tag-icon">
            <div class="BlockHeader-text">
    
    Registrazione o Login
            </div>
        </div>
        <div class="l"></div>
        <div class="r"><div></div></div>
    </div>
    
    <div class="BlockContent">
        <div class="BlockContent-tl"></div>
        <div class="BlockContent-tr"><div></div></div>
        <div class="BlockContent-bl"><div></div></div>
        <div class="BlockContent-br"><div></div></div>
        <div class="BlockContent-tc"><div></div></div>
        <div class="BlockContent-bc"><div></div></div>
        <div class="BlockContent-cl"><div></div></div>
        <div class="BlockContent-cr"><div></div></div>
    
        <div class="BlockContent-cc"></div>
        <div class="BlockContent-body">
    
    
    
    <form action="/index.php" method="post" name="login" id="form-login" >
    	Per registrarti clicca su CREATE AN ACCOUNT
    
    
    
    	<p id="form-login-username">
    		<label for="modlgn_username">Nome utente</label>
    
    		<input id="modlgn_username" type="text" name="username" class="inputbox" alt="username" size="18" />
    
    	</p>
    	<p id="form-login-password">
    		<label for="modlgn_passwd">Password</label>
    
    		<input id="modlgn_passwd" type="password" name="passwd" class="inputbox" size="18" alt="password" />
    	</p>
    		<p id="form-login-remember">
    		<label for="modlgn_remember">Remember Me</label>
    		<input id="modlgn_remember" type="checkbox" name="remember" value="yes" alt="Remember Me" />
    
    	</p>
    		<input type="submit" name="Submit" class="button" value="Login" />
    	<ul>
                    				[*]
    			<a href="/your-details/create-an-account.html">
    				Create an account			</a>
    		
    			[/list]
    
    	
    	<input type="hidden" name="option" value="com_user" />
    	<input type="hidden" name="task" value="login" />
    	<input type="hidden" name="silent" value="true" />
    	<input type="hidden" name="return" value="aHR0cDovL3BpYW5ldGFnYXkuYXRiaG9zdC5uZXQv" />
        <input type="hidden" name="6e771babbe6095fc31a90b75790d23f4" value="1" /></form>
    
        </div>
    </div>
    
    
        </div>
    
    </div>
    
    
    
    </div>
    
    </div>
    <div class="cleared"></div>
    <div class="Footer">
     <div class="Footer-inner">
      <a href="/rss.html" class="rss-tag-icon" title="Feed Entries">
    	[img]/templates/home20apr09/images/livemarks.png[/img]</a>
      <div class="Footer-text">
    
    Copyright &copy; 2009 ---.
    
    
    All Rights Reserved.</p>
    </div>
     </div>
     <div class="Footer-background"></div>
    </div>
    
        </div>
    </div>
      <p class="page-footer">Joomla template created with Artisteer.</p>
    
    </div>
    
    </body> 
    </html>
    GRAZIE ANTICIPATAMENTE

  3. #3
    Utente di HTML.it L'avatar di LineaPixel
    Registrato dal
    Mar 2008
    Messaggi
    1,571
    ......ma non hai bisogno della sezione grafica quanto di CSS e HTML, o sbaglio??
    Hello Mirror, so glad to see you again, it's been a while...

  4. #4
    Utente di HTML.it
    Registrato dal
    Apr 2009
    Messaggi
    4
    ehm non sono 1 utente esperto

    cioè quello di cui ho bisogno è che la grafica sia uguale sia nel sito sia nel forum

    se poi la grafica è scritta in html e css spostate pure la discussione in un'altra sezione

    mi scuso se ho sbagliato la sezione

  5. #5
    Moderatrice di Grafica, Cerco e offro lavoro L'avatar di Myaku
    Registrato dal
    Nov 2006
    Messaggi
    10,349
    sposto


  6. #6
    Utente di HTML.it
    Registrato dal
    Apr 2009
    Messaggi
    4
    nessuno sa aiutarmi?

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.