Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..

Gracias.

La Administración de phpBB España.

no encuentro </head > en prosilver

Foros donde podréis dejar vuestras dudas sobre phpBB 3.0.x
Cerrado

0
No hay votos
 
Votos totales: 0

carp4ever2
Observador/a
Mensajes: 27
Registrado: 18 May 2012, 19:58

no encuentro </head > en prosilver

#1

Mensaje por carp4ever2 »

URL: http://riverplateentradas.com.ar
Versión phpBB: 3.0.10
MODs Instalados: Ninguno
Plantilla(s) usada(s): Prosilver absolution
Servidor: pago
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

No puedo instalar mods porque al abrir el overall_header.html no encuentro el </head>, si encuentro el <head > de adelante de todo pero no encuentro el del final, ayudaaaaa!!! :evil:

Avatar de Usuario
nextgen
Ex Staff
Mensajes: 1727
Registrado: 25 Jul 2009, 03:16
Género:
Edad: 41

Re: no encuentro </head > en prosilver

#2

Mensaje por nextgen »

Fijate donde posteas chico.

El cierre de la etiqueta head se encuentra detrás de <body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}"> y delante de

Código: Seleccionar todo

<!--[if IE]>
	<link rel="stylesheet" type="text/css" href="{T_THEME_PATH}/ie.css" />
<![endif]-->
Todo esto en tu root/styles/absolution/template/overall_header.html

メルビン・ガルシア • nextgen SolutionsDDAnimeXenForo Hispano


carp4ever2
Observador/a
Mensajes: 27
Registrado: 18 May 2012, 19:58

Re: no encuentro </head > en prosilver

#3

Mensaje por carp4ever2 »

Me di cuenta que el cpanel accelerated 2 que uso para editar los archivos me anda muy mal, no se ven algunos codigos, con que otros programas puedo editar esos codigos?

Avatar de Usuario
Rainwod
Ex Staff
Mensajes: 1151
Registrado: 16 Mar 2012, 14:43
Género:
Edad: 31

Re: no encuentro </head > en prosilver

#4

Mensaje por Rainwod »

Puedes utilizar el notepad++ te lo recomiendo, es fabuloso para editar archivos.

carp4ever2
Observador/a
Mensajes: 27
Registrado: 18 May 2012, 19:58

Re: no encuentro </head > en prosilver

#5

Mensaje por carp4ever2 »

Esta muy bueno el programa, pero tampoco me sale, me muestra lo mismo que el editor del cpanel, no entiendo porque, si cuando entro al acp--- estilos-----prosilver----- editar ahi si estan todos que raro :(

Avatar de Usuario
nextgen
Ex Staff
Mensajes: 1727
Registrado: 25 Jul 2009, 03:16
Género:
Edad: 41

Re: no encuentro </head > en prosilver

#6

Mensaje por nextgen »

nextgen escribió:Fijate donde posteas chico.

El cierre de la etiqueta head se encuentra detrás de <body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}"> y delante de

Código: Seleccionar todo

<!--[if IE]>
	<link rel="stylesheet" type="text/css" href="{T_THEME_PATH}/ie.css" />
<![endif]-->
Todo esto en tu root/styles/absolution/template/overall_header.html
Osea que estoy loco porque yo si lo veo :roll:

メルビン・ガルシア • nextgen SolutionsDDAnimeXenForo Hispano


carp4ever2
Observador/a
Mensajes: 27
Registrado: 18 May 2012, 19:58

Re: no encuentro </head > en prosilver

#7

Mensaje por carp4ever2 »

en el cpanel, y en el programa que me pasaron me sale esto nomas:

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="keywords" content="" />
<meta name="description" content="" />
{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
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by:

	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 and 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_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_SUPER_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 -->

<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery-1.4.2.min.js"></script>
<script type="text/javascript">

En el (ACP) si me sale todo bien, pero si lo edito de ahi, al actualizar se borra todo otra vez....

Avatar de Usuario
nextgen
Ex Staff
Mensajes: 1727
Registrado: 25 Jul 2009, 03:16
Género:
Edad: 41

Re: no encuentro </head > en prosilver

#8

Mensaje por nextgen »

No edites nada desde el CPanel ni desde el editor del ACP, los cambios tienes que hacerlos en los archivos .html y luego los subes via ftp y refrescas el cache.
Última edición por nextgen el 30 May 2012, 17:50, editado 1 vez en total.

メルビン・ガルシア • nextgen SolutionsDDAnimeXenForo Hispano


Cerrado

Volver a “Foros de Soporte 3.0.x”