Visualizzazione risultati 1 fino 7 di 7

Discussione: [PHPBB] Spostare il form di login nella parte alta del forum (era: help me)

  1. #1
    Guest

    Predefinito [PHPBB] Spostare il form di login nella parte alta del forum (era: help me)

    ciao a tutti, ho un problema, vorrei spostare il tab di login nella parte alta del forum, cioè prima degli argomenti, che nella template scelta è in fondo alla pagina, cioè dopo gli argomenti(visitate il forum per capire meglio->http://downloadtohost.altervista.org)....mi potete dire qual'è il codice che devo spostare? grazie in anticipo........
    Ultima modifica di downloadtohost : 26-05-2010 alle ore 15.19.55

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

    Predefinito

    se posti l' overall_footer.html magari ci agevoli
    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

    si ecco:
    "overall_footer.html"
    Codice HTML:
    <div align="center"><script type="text/javascript">
    //<![CDATA[
    document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=468X60/r='+new Date().getTime()+'"><\/s'+'cript>');
    //]]>
    </script></div align="center">
    <div align="center"><script type="text/javascript">
    //<![CDATA[
    document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=300X250/r='+new Date().getTime()+'"><\/s'+'cript>');
    //]]>
    </script></div align="center">
    
    <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
    
    <!-- IF $CA_SHOW_COPYRIGHT_COMMENT -->
    <pre>
    	We request you retain the full copyright notice below including the link to [url]www.phpbb.com[/url].
    	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 [url]www.phpbb.com[/url]. If you refuse to include even this then support on our
    	forums may be affected.
    
    	The phpBB Group : 2006
    
    	//
    	//	From Vjacheslav Trushkin:
    	//
    
    	You are allowed to use this phpBB style only if you agree to the following conditions:
    	- You cannot remove my copyright notice from style without my permission.
    	- You cannot use images from this style anywhere else without my permission.
    	- You cannot convert this style to another software without my permission.
    	- If you want to create new phpBB style based on this style you must ask my permission (unless its for your own use only).
    	- If you modify this style it still should have my copyright notice because it is based on my work. Modified style should not be available for download without my permission.
    
    	If you don't like these conditions, don't use this style.
    
    	For support visit [url]http://www.stsoftware.biz/forum[/url]
    </pre>
    <!-- ENDIF -->
    
    <div id="wrapfooter">
    	<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
    	<span class="copyright">
    	Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group.   
    	<br />Designed by <a href="http://www.stsoftware.biz/">Vjacheslav Trushkin</a> for <a href="http://www.freeforums.org" title="Free Forum Hosting">Free Forums</a>/<a href="http://www.divisioncore.com">DivisionCore</a>.
    	<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
    	<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
    	<br/><!-- alterlink_credit_start --><a href="http://it.altervista.org/crea-sito-web-gratis.php">Creare forum</a><!-- alterlink_credit_end -->
    </div>
    
    	</td>
    </tr>
    </table>
    
    
    <!-- alterwords_0X1_start -->
    <div class="alterbanner_0X1_on">
    <script type="text/javascript">
    //<![CDATA[
    document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=0X1/r='+new Date().getTime()+'"><\/s'+'cript>');
    //]]>
    </script>
    </div>
    <!-- alterwords_0X1_end -->
    
    
    
    </body>
    </html>
    metto pure "overall_header"
    Codice HTML:
    <!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>
    <!-- INCLUDE ca_config.html -->
    <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} - <!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}</title>
    
    <link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
    
    <!--[if IE 7]>
    <link rel="stylesheet" type="text/css" href="{T_THEME_PATH}/ie7.css" />
    <![endif]-->
    
    <script type="text/javascript">
    // <![CDATA[
    
    <!-- IF S_USER_PM_POPUP -->
    	if ({S_NEW_PM})
    	{
    		popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
    	}
    <!-- ENDIF -->
    
    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;
    		}
    	}
    }
    
    <!-- IF ._file -->
    
    	/**
    	* 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();
    	}
    <!-- ENDIF -->
    
    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}">
    
    <script type="text/javascript">
    //<![CDATA[
    google_color_border = "000000";
    google_color_bg = "242424";
    google_color_link = "AA0000";
    google_color_url = "2370B6";
    google_color_text = "ffffff";
    //]]>
    </script>
    
    <!-- alterbanner_728X90_start -->
    <div class="alterbanner_728X90_on">
    <script type="text/javascript">
    //<![CDATA[
    document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=728X90/r='+new Date().getTime()+'"><\/s'+'cript>');
    //]]>
    </script>
    </div>
    <!-- alterbanner_728X90_end -->
    
    <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="logo-left"><div id="logo-right">
    		<a href="{U_INDEX}">{SITE_LOGO_IMG}</a>
    	</div></div></td>
    </tr>
    <tr>
    	<td class="navrow">
    		<!-- IF not S_IS_BOT -->
    			<!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}">{L_PROFILE}</a><!-- ENDIF -->
    			<!-- IF S_USER_LOGGED_IN -->
    				<!-- IF S_DISPLAY_PM --><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a><!-- ENDIF -->
    			<!-- ELSEIF S_REGISTER_ENABLED --><a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF -->
    		<!-- ENDIF -->
    		<!-- IF U_RESTORE_PERMISSIONS --><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
    		<a href="{U_FAQ}">{L_FAQ}</a>
    		<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH}">{L_SEARCH}</a><!-- ENDIF -->
    		<!-- IF not S_IS_BOT -->
    			<!-- IF S_DISPLAY_MEMBERLIST --><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><!-- ENDIF -->
    		<!-- ENDIF -->
    		<!-- IF not S_IS_BOT --><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- ENDIF -->
    	</td>
    </tr>
    <tr>
    	<td id="contentrow">
    
    <!-- IF not S_IS_BOT && not $CA_SKIP_PM_NOTIFY && S_USER_LOGGED_IN && S_DISPLAY_PM -->
    	<!-- IF S_USER_NEW_PRIVMSG -->
    		<div class="pm-notify-new"><div class="pm-notify-header">{L_PRIVATE_MESSAGES}</div><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a></div>
    	<!-- ELSEIF S_USER_UNREAD_PRIVMSG -->
    		<div class="pm-notify-unread"><div class="pm-notify-header">{L_PRIVATE_MESSAGES}</div><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a></div>
    	<!-- ENDIF -->
    <!-- ENDIF -->  
    
    <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
    	<div class="pm-notify-new"><div class="pm-notify-header">{L_INFORMATION}</div>{L_BOARD_DISABLED}</div>
    <!-- ENDIF -->
    
    <table width="100%" cellspacing="0">
    <tr>
    	<td class="gensmall"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
    	<td class="gensmall" align="{S_CONTENT_FLOW_END}">{CURRENT_TIME}<br /></td>
    </tr>
    </table>
    
    	<!-- IF S_DISPLAY_SEARCH -->
    	<p class="searchbar">
    		<span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
    		<!-- IF S_USER_LOGGED_IN -->
    		<span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
    		<!-- ENDIF -->
    	</p>
    	<!-- ENDIF -->
    
    	<br style="clear: both;" />
    
    	<!-- INCLUDE breadcrumbs.html -->
    
    	<br />
    scusate la lunghezza del post.........
    Ultima modifica di musicanapoli : 29-05-2010 alle ore 15.11.08 Motivo: Modicato tag per racchiudere il codice

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

    Predefinito

    come vedi non c'è, quello stile deriva dal subsilver2 che conosco poco, comunque il codice è contenuto nel file
    index_body.html e mi pare che sia precisamente
    Codice HTML:
    <!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
    	<br clear="all" />
    
    	<form method="post" action="{S_LOGIN_ACTION}">
    	
    	{$CA_BLOCK_START}
    	{$CA_CAP2_START}<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>{$CA_CAP2_END}
    	<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
    	<tr>
    		<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" />&nbsp; <!-- IF S_AUTOLOGIN_ENABLED --><span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" />&nbsp;<!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
    	</tr>
    	</table>
    	{$CA_BLOCK_END}
    	{S_LOGIN_REDIRECT}
    	{S_FORM_TOKEN}
    	</form>
    <!-- ENDIF -->
    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

    grazie mille silver.....

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

    Predefinito

    allora vuol dire che hai risolto
    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....

  7. #7
    Guest

    Predefinito

    si ho risolto grazie mille

Regole di scrittura

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