|
|
|
neo_seymour
|
|
|
Enviado: 20/02/2005 a las 14:02 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 20/02/05
Mensajes: 13
Estado: Desconectado Ultima visita: 14/01/06 |
llevo un buen rato buscando,pero no lo encuentro,soy nuevo y no entiendo mucho,si pudierais ayudarme os lo agradeceria mucho.
|
|
|
|
|
|
|
|
|
el_cuervo
|
|
|
Enviado: 20/02/2005 a las 14:02 |
|
Administrador
Karma: 9 (83 Votos)
Registrado: 12/06/03
Mensajes: 6528
Estado: Desconectado Ultima visita: 23/07/07 |
Pues desde luego que no has buscado mucho porque en este mismo hilo y en las primeras respuestas se habla exactamente de tu problema.
La busqueda esta para algo
|
|
|
|
|
|
|
neo_seymour
|
|
|
Enviado: 20/02/2005 a las 14:02 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 20/02/05
Mensajes: 13
Estado: Desconectado Ultima visita: 14/01/06 |
vale lo siento,buscare y si no se hacerlo pues no pasa nada,lo dejare por imposible y ya esta.lo siento.
|
|
|
|
|
|
|
el_cuervo
|
|
|
Enviado: 20/02/2005 a las 14:02 |
|
Administrador
Karma: 9 (83 Votos)
Registrado: 12/06/03
Mensajes: 6528
Estado: Desconectado Ultima visita: 23/07/07 |
No pasa nada, simplemente es que esa es justo una de las preguntas que se han respondido ya mil veces y es que justo has ido a preguntar en el hilo donde se ha puesto la solucion varias veces a ese problema
|
|
|
|
|
|
|
gavilan
|
|
|
Enviado: 27/02/2005 a las 03:02 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 26/02/05
Mensajes: 2
Estado: Desconectado Ultima visita: 10/04/05 |
PostNuke-0.750
AppServ v2.4.2
localhost
Bueno por si le sirve de ayuda a alguien, a mi me ocurría el mismo problema que a muchos, que al intentar cambiar el theme aparecia el dichoso error en header.php.
Después de utilizar el enlace http://www.tusitio.com/admin.php?module=NS-Settings&op=main&theme=PostNuke y poniendo donde dice PostNuke el nombre del theme conseguia entrar en la configuración del administrador, pero cuando cambiaba allí el theme y intentaba grabar los cambios me volvía a aparecer el error.
Hasta que leí todo el hilo y me baje el psak.
Abro el psak.php y en una de las opciones pone resetear el theme, elijo un tema y activo la casilla de resetear todos los temas de usuarios.
Y AHORA SI FUNCIONA :P ¡¡
El problema era el theme bluechrome que no funcionaba bien.
|
|
|
|
|
|
|
viga
|
|
|
Enviado: 27/02/2005 a las 10:02 |
|
Posteador de Oro
Karma: 8 (79 Votos)
Registrado: 03/05/04
Mensajes: 3939
Estado: Desconectado Ultima visita: 13/09/06 |
Hola
Así es gavilan, no todos los themes funcionan en todas las instalaciones, mas dependiendo de su tipo y la versión usada de PostNuke
Existen varios modos de recuperarse del error y a modo de resumen o guia existe este otro post por si alguno sigue sin ver la luz
http://www.dev-postnuke.com/XForum-tid5044.html
Saludos
"Yo sólo sé que no sé nada; pero procuro saber un poco más" - Sócrates
|
|
|
|
|
|
|
FuL_Y_TaL
|
|
|
Enviado: 08/03/2005 a las 16:03 |
|
Forero
Karma: 0 (0 Votos)
Registrado: 27/04/04
Mensajes: 105
Estado: Desconectado Ultima visita: 27/04/07 |
Hola, bueno cuento mi problema Tg PostNuke 0.7.5.0 y me e descargado un theme en xanthia, pero antes fui a ver si funciona bien y cual fue mi sorpresa al ver que al entrar a http://www.zonabass.com/index.php?theme=pn_inhalt-XTE me dio este error
Fatal error: Call to undefined function: themeheader() in /web/htdocs/www.zonabass.com/home/header.php on line 141
Alguien sabe como lo puedo solucionar :casstet:
Muchas Gracias
|
|
|
|
|
|
|
FuL_Y_TaL
|
|
|
Enviado: 08/03/2005 a las 17:03 |
|
Forero
Karma: 0 (0 Votos)
Registrado: 27/04/04
Mensajes: 105
Estado: Desconectado Ultima visita: 27/04/07 |
Bueno el error tiene q estar aki pero nu c cual es me podrian ayudar ?
[spoiler] <?php
// File: $Id: theme.php,v 1.1 2004/05/26 22:43:13 markwest Exp $ $Name: $
// Copyright (c) 2002 by Pyksel (pyksel@envolution.com)
// http://www.envolution.com
// Envolution Content Management System - http://www.envolution.com
// --------------------------------------------------------------------
// LICENSE
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License (GPL)
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// To read the license please read the docs/license.txt or visit
// http://www.gnu.org/copyleft/gpl.html
// --------------------------------------------------------------------
// Filename: Xanthia Theme Engine theme.php
// Original Author of file: Brian K. Virgin (aka 'MADHATter7')
// Purpose of file: Engine for Next Generation Themes
// --------------------------------------------------------------------
// get the xanthia root path
if (!defined('_XANTHIA_ROOT_PATH')) {
$xanthiarootpath = pnModGetVar('Xanthia','rootpath');
define('_XANTHIA_ROOT_PATH', $xanthiarootpath);
}
// globalise the theme variables
global $engine, $thename, $themepath, $imagepath, $xanthia_theme;
// Check we can load the xanthia api
if (!pnModAPILoad('Xanthia', 'user')) {
pnSessionSetVar('errormsg', _XA_APILOADFAILED);
}
// get the theme name from the file system
$thename = basename(dirname(__FILE__));
// set the theme path
$themepath = 'themes/'.$thename;
// set the image path
$imagepath = $themepath.'/images';
// we're a postnuke theme
$postnuke_theme = true;
// and a xanthia one too....
$xanthia_theme = true;
// get the theme id
$skinID = pnModAPIFunc('Xanthia','user','getSkinID', array('skin' => $thename));
// initialise the engine
$engine = pnModAPIFunc('Xanthia','user','init');
// check we have an engine object otherwise we can't procede
if (!is_object($engine)) {
echo _XA_FAILEDTOINITENGINE . $thename;
exit;
}
// check which palette to use
$paletteid = pnModGetVar('Xanthia',''.$thename.'use');
// get the color scheme
$colors = pnModAPIFunc('Xanthia','user','getSkinColors',
array('skinid' => $skinID,
'paletteid' => $paletteid));
// populate the color variables and defines
if (!empty($colors)) {
$bgcolor1 = $colors['background'];
$bgcolor2 = $colors['color1'];
$bgcolor3 = $colors['color2'];
$bgcolor4 = $colors['color3'];
$bgcolor5 = $colors['color4'];
$bgcolor6 = $colors['color5'];
$sepcolor = $colors['sepcolor'];
$textcolor1 = $colors['text1'];
$textcolor2 = $colors['text2'];
define('_XA_TBGCOLOR',''.$colors['background'].'');
define('_XA_TCOLOR1',$colors['color1']);
define('_XA_TCOLOR2',$colors['color2']);
define('_XA_TCOLOR3',$colors['color3']);
define('_XA_TCOLOR4',$colors['color4']);
define('_XA_TCOLOR5',$colors['color5']);
define('_XA_TCOLOR6',$colors['color6']);
define('_XA_TCOLOR7',$colors['color7']);
define('_XA_TCOLOR8',$colors['color8']);
define('_XA_TSEPCOLOR',$colors['sepcolor']);
define('_XA_TTEXT1COLOR',$colors['text1']);
define('_XA_TTEXT2COLOR',$colors['text2']);
define('_XA_TLINKCOLOR',$colors['link']);
define('_XA_TVLINKCOLOR',$colors['vlink']);
define('_XA_THOVERCOLOR',$colors['hover']);
}
// get the theme language
themes_get_language();
function OpenTable() {
global $engine;
$engine->do_themetable('start', '1');
}
function CloseTable() {
global $engine;
$engine->do_themetable('stop', '1');
}
function OpenTable2() {
global $engine;
$engine->do_themetable('start', '2');
}
// Legacy Function: Closes the OpenTable2()
function CloseTable2() {
global $engine;
$engine->do_themetable('stop', '2');
}
// Legacy Function: Renders the Header of the Theme
function themeheader() {
global $engine, $thename, $index, $themepath, $imagepath;
//$engine->load_css_file(&$Browser); mh7: not yet re-implemented
if ($index != 3) {
$engine->do_themeheader($index);
}
}
// Legacy Function: Renders the Footer of the Theme
function themefooter() {
global $engine, $index, $themepath;
if ($index != 3) {
$engine->do_themefooter($index);
}
}
// Legacy Function: Displays the Articles on the News Page
// why did they not remove all of these deprecated variables ??
function themeindex ($_deprecated, $_deprecated, $_deprecated, $_deprecated,
$_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated,
$_deprecated, $_deprecated, $_deprecated, $info, $links, $preformat) {
global $engine, $index;
$engine->do_themeindex($info, $links, $preformat, $index);
}
// Legacy Function: Displays the Article Page when "Read More" is clicked
// why did they not remove all of these deprecated variables ??
function themearticle ($_deprecated, $_deprecated, $_deprecated, $_deprecated,
$_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated,
$info, $links, $preformat) {
global $engine;
$engine->do_themearticle($info, $links, $preformat);
}
// Legacy Function: Formats the Left and Right Sidblocks
function themesidebox($block) {
global $engine, $index, $block_side;
$engine->do_themesidebox($block, $index);
}
?> [spoiler] [/spoiler]
|
|
|
|
|
|
|
viga
|
|
|
Enviado: 09/03/2005 a las 01:03 |
|
Posteador de Oro
Karma: 8 (79 Votos)
Registrado: 03/05/04
Mensajes: 3939
Estado: Desconectado Ultima visita: 13/09/06 |
Hola como ves edite tu mensaje, por favor usa la opción de texto oculto para tanto texto, aunque tampoco sirve de nada, lo mejor es que nos digas el nombre del theme y un enlace para verlo o descargarlo
Saludos
"Yo sólo sé que no sé nada; pero procuro saber un poco más" - Sócrates
|
|
|
|
|
|
|
marlboro69
|
|
|
Enviado: 21/03/2005 a las 06:03 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 24/01/04
Mensajes: 11
Estado: Desconectado Ultima visita: 10/04/05 |
Hola muchas gracias me a ayudado mucho este post :-P
|
|
|
|
|
|
|
el_cuervo
|
|
|
Enviado: 21/03/2005 a las 11:03 |
|
Administrador
Karma: 9 (83 Votos)
Registrado: 12/06/03
Mensajes: 6528
Estado: Desconectado Ultima visita: 23/07/07 |
FuL_Y_TaL si el theme que estas poniendo es Xanthia, antes de poder previsualizarlo con la url que has puesto, debes entrar en el panel de Administracion de Xanthia y Añadir el Theme al motor Xanthia, despues le das a previsualizar, de otra forma no funcionara.
|
|
|
|
|
|
|
atm-kaed
|
|
|
Enviado: 23/05/2005 a las 06:05 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 30/03/05
Mensajes: 19
Estado: Desconectado Ultima visita: 31/03/06 |
mmmm... para los autothemes funcionan en el postnuke 0.726, si, como, ya que me da un error, luego explican mas arriba que se descarge el modulo blocks, pero no se cual de todos lo que tienen en su area de descargas, gracias por ayudarme :P

<a href=http://profile.xfire.com/kaed><img src=http://miniprofile.xfire.com/bg/sf/type/0/kaed.png width=440 height=111>
|
|
|
|
|
|
|
pizarro9
|
|
|
Enviado: 26/05/2005 a las 00:05 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 15/05/05
Mensajes: 3
Estado: Desconectado Ultima visita: 16/06/05 |
ayuda!!!
al intentar visualizar el themes dpXanDWP-ADVANCE:
Fatal error: Call to undefined function token_get_all() in /mnt/storage/users/s/o/l/soldador/includes/classes/Smarty/core/core.write_compiled_include.php on line 45
en el servidor no funciona pero en localhost si
alguna solucion!!!!
|
|
|
|
|
|
|
pizarro9
|
|
|
Enviado: 05/06/2005 a las 22:06 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 15/05/05
Mensajes: 3
Estado: Desconectado Ultima visita: 16/06/05 |
Bueno señores he solucionado el problema del error!
ya que no veo mucha colavolacion para los novatos por lo menos en mi caso!
he tenido que cambiar de servidor donde aloje la web
por si alguien le pasa¡
salu2 :-x
|
|
|
|
|
|
|
huevito
|
|
|
Enviado: 08/07/2005 a las 00:07 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 07/07/05
Mensajes: 7
Estado: Desconectado Ultima visita: 16/07/05 |
Waisen... resulta que hise lo ke dijiste pero no puedo entrar a ADMINISTRACION a cambiar el themes por defecto.. es ke puse uno ke baje y ya no puedo entrar al sitio.. HELP ME!!!
|
|
|
|
|
|
|