Página 1 de 1

portal + attriuum = problemas

Publicado: 27 Oct 2010, 19:20
por cfeze
Mi problema es que se me pone "Blanco" al modificar overall_header.html

Código: Seleccionar todo

Find
Tip: This may be a partial find and not the whole line.

Code: Select All
		<div class="navbar">
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code: Select All
		<!-- IF not $S_IN_PORTAL -->
Find
Tip: This may be a partial find and not the whole line.

Code: Select All
				<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
Replace With
Tip: Replace the preceding line(s) to find with the following lines.

Code: Select All
				<li class="icon-home"><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
Find
Tip: This may be a partial find and not the whole line.

Code: Select All
					<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
				<!-- ENDIF -->
			</ul>

			<span class="corners-bottom"><span></span></span></div>
		</div>
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code: Select All
		<!-- ENDIF -->
overall_header.html

Código: Seleccionar todo

<!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" />
{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 -->
	<link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" />
<!-- 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 -->
<!-- ENDIF -->

<!--
	phpBB style name: Attriuum
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by:   	  gokintudio ( http://www.gokinstudio.com/ )   
	
	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">
// <![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 -->

</head>

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
	<div id="vbar">
		<div class="wrapper">
				
		<ul id="vnav">
				<li  class="chosen"><a href="{U_INDEX}">{L_INDEX}<br /><span>{L_INDEX}</span></a><ul>

						<li><a href="{U_SEARCH}">{L_SEARCH}</a></li>
						<li><a href="{U_FAQ}">{L_FAQ}</a></li>
						<li><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a></li></ul>
				</li><li><a href="#">Panel<br /><span>Login / Logout</span></a>
					<ul>
					<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
			<li>	<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="x">{L_PROFILE}</a></li>

						<li><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" >{L_LOGIN_LOGOUT}</a></li>
					</ul>	
				</li><li><a href="#">Menu<br /><span>Description</span></a>
					<ul>
						<li><a href="#">#1</a></li>
					</ul>	
				</li>
			
		</ul>
		</div>
	</div>
		<div class="clr"></div>

	<div id="body-bg">
		<div class="wrapper">
			<div id="shad-l">
				<div id="shad-r">
	
		<div id="umain2">
					<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED -->
						<div id="loginbox">	
					
								<script language="JavaScript" type="text/javascript" src="{T_TEMPLATE_PATH}/loginbox.js"></script>
									<form action="{S_LOGIN_ACTION}" method="post" class="smalltext">
										<div id="ds-usernme">

											<input id="usrnme" name="username" type="text" onfocus="if(this.value=='Username')value='';" onblur="if(this.value=='')value='Username';" value="Username" />
										</div>
										<div id="ds-passwrd">
											<input id="psswrd" name="password" type="password" onfocus="if(this.value=='Password')value='';" onblur="if(this.value=='')value='Password';" value="Password" />
										</div>
											<input id="loginbutton" type="submit" name="login" value="" />
										
									</form>
							<div class="reminder">
										<a href="ucp.php?mode=sendpassword">Forgot Password?</a>
									</div>	
						</div>
						<!-- ENDIF -->
						<div id="news">
						Welcome!  <strong>{S_USERNAME}</strong>
						</div>

					</div>
				</div>
			</div>
			<div id="bshadr">
				<div id="bshadl">
					<div id="mainbody">
		<div class="navbar">
			<div class="inner"><span class="corners-top"><span></span></span>

			<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 rightside">
				<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 -->
				</li>
			</ul>
			<!-- ENDIF -->

	

			<span class="corners-bottom"><span></span></span></div>
		</div>
		
	
			<a name="start_here"></a>

	<!-- 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 -->
Gracias!

portal + attriuum = problemas

Publicado: 27 Oct 2010, 19:29
por leviatan21
No podemos responderte, en tus datos de soporte tienes un foro de pruebas que es muy diferente al foro "real", tienen diferentes estilos y al "real" le falta el copyright de la traducción.
Primero soluciona eso y luego veremos como ayudarte :
Pruebas :

Código: Seleccionar todo

http://www.test.clandyt.com/index.php
Real :

Código: Seleccionar todo

http://www.clandyt.com/index.php

Re: portal + attriuum = problemas

Publicado: 27 Oct 2010, 20:30
por leviatan21
cfeze escribió:Listo.
No se que significará, pero mientras no corrijas los datos que he solicitado, no recibirás soporte nuestro

Re: portal + attriuum = problemas

Publicado: 27 Oct 2010, 21:17
por cfeze
Ya está solucionado el Copryght.

Re: portal + attriuum = problemas

Publicado: 27 Oct 2010, 21:25
por leviatan21
Pero siguen estando incongruentes los datos de soporte, el foro de pruebas, debe tener las mismas características que el real.
Quizás lo mejor es colocar los datos de soporte con los datos del foro real, en lugar de otro

Re: portal + attriuum = problemas

Publicado: 27 Oct 2010, 22:42
por cfeze
Ah sí me olvidé eso.

Listo :)

Saludos cordiales.

Re: portal + attriuum = problemas  Tema Solucionado

Publicado: 27 Oct 2010, 23:05
por leviatan21
Ahora la pregunta de rigor :
Según el código que colocaste en tu primer mensaje, la plantilla es Attriuum pero en el foro tienes instalada Absolution

¿ Estas queriendo instalar otro estilo ?
En ese caso sigue estas instrucciones

Buscar :

Código: Seleccionar todo

        <div class="navbar"> 
Reemplazar por :

Código: Seleccionar todo

        <!-- IF not $S_IN_PORTAL -->
        <div class="navbar"> 
Buscar :

Código: Seleccionar todo

      </div>
      
   
         <a name="start_here"></a> 
Reemplazar por :

Código: Seleccionar todo

        </div>
        <!-- ENDIF -->
        <a name="start_here"></a> 

Re: portal + attriuum = problemas

Publicado: 27 Oct 2010, 23:19
por cfeze
Respondiendo a tu pregunta, sí. Tengo 2 estilos instalados en el foro. Uno es absolution que cuando terminé de modificar el estilo attiruum la reemplazaré pero ahora éste está en fase "BETA" y me falta modificar muchas cosas. Es por eso que no lo pongo como template principal.

En fin, gracias. Se solucionó el problema.

Abrazo! Imagen