 |
 |
Menú principal |
 |
|
|
|
 |
dzStaffStatus |
 |
 |
Administradores |
|
el_cuervo |
|
|
Dixso |
|
 |
Colaboradores |
|
AnyKiller |
|
|
nestormateo |
|
|
docser |
|
 |
Moderadores |
|
cardiru |
|
|
javiermisol |
|
 |
Traductores |
|
gnrx |
|
 |
Miembros: |
 |
Nuevos Hoy: |
7 |
 |
Nuevos Ayer: |
5 |
 |
Total: |
71540 |
 |
Ultimo: |
| nanoz39 |
 |
Conectados |
 |
Miembros: |
3 |
 |
Invitados: |
58 |
 |
Total: |
61 |
 |
Miembros Online |
 |
atg007 |
|
 |
coiko2 |
|
 |
nanoz39 |
|
|
|
|
 |
Sponsor |
 |
|
|
|
 |
dp-Tools |
 |
|
|
|
 |
Enlázanos |
 |
|
|
|
Theme creado por dev-postnuke.com |  |  | |  |
|
|
|
Ilyvm
|
|
|
Enviado: 11/11/2004 a las 16:11 |
|
Frecuente
Karma: 0 (0 Votos)
Registrado: 31/03/04
Mensajes: 38
Estado: Desconectado Ultima visita: 23/11/05 |
He modificado un theme q era para PhpNuke, ahora funciona en PostNuke. En el themeheader hay la opción de poder loguearse y es esa parte la q me mueve todo la cabecera, pero luego de ingresar todo encaja... quisiera saber si alguien me podria ayudar.
El codigo del themeheader es:
[php] function themeheader()
{
$slogan = pnConfigGetVar('slogan');
$sitename = pnConfigGetVar('sitename');
$banners = pnConfigGetVar('banners');
echo "<body bgcolor=\"#303440\" text=\"#ffffff\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">";
echo"@@@SMARTY:TRIM:SCRIPT@@@"
. ""
. "<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">"
. " | "
. " <td width=\"100%\" valign=\"top\">"
. " <table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">"
. " "
. " <td width=\"100%\" background=\"./themes/evilpower/images/header_bg_1.gif\" height=\"24\"><table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">"
. " "
. " <td width=\"4%\"><img border=\"0\" src=\"./themes/evilpower/images/clock_header.gif\" width=\"35\" height=\"21\">"
. " <td width=\"96%\">"
. "@@@SMARTY:TRIM:SCRIPT@@@\n"
. " "
. " "
. " | "
. " "
. " "
. " <td width=\"100%\" background=\"./themes/evilpower/images/header_bg_2.gif\" height=\"61\" valign=\"top\"><embed width=\"355\" height=\"23\" src=\"./themes/evilpower/main.swf\" align=\"absbottom\">"
. " <font color=\"#282830\" size=\"1\" face=\"Arial\">evilpower Theme 1.0.1"
. " "
. " "
. " <td width=\"100%\" background=\"./themes/evilpower/images/header_bg_3.gif\"><img border=\"0\" src=\"./themes/evilpower/images/logo_text.gif\" width=\"376\" height=\"93\">"
. " "
. " "
. " <td width=\"100%\">"
. " <table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" background=\"./themes/evilpower/images/header_izq_bg.gif\">"
. " "
. " <td width=\"185\"><img border=\"0\" src=\"./themes/evilpower/images/header_izq_1.gif\" width=\"185\" height=\"45\">"
. " <td width=\"100%\" valign=\"top\">"
. " <table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">"
. " "
. " <td width=\"100%\"><img border=\"0\" src=\"./themes/evilpower/images/header_izq_espace.gif\" width=\"21\" height=\"7\">"
. " "
. " "
. " <td width=\"100%\" valign=\"middle\" align=\"left\" height=\"20\">";
if(pnModAvailable('Banners')) { echo pnBannerDisplay(); }
if( pnUserLoggedIn() ) {
echo"<font size=\"1\" face=\"Arial\"> Que tenga un buen dia !";
}
else
{
echo"<form action=\"user.php\" method=\"post\">"
. "Usuario:<input type=\"text\" name=\"uname\" size=\"10\" maxlength=\"25\"> Contraseña:<input type=\"password\" name=\"pass\" size=\"14\" maxlength=\"20\">"
. "echo\"<input type=\"hidden\" name=\"module\" value=\"NS-User\" />"
. "echo\"<input type=\"hidden\" name=\"op\" value=\"login\" >"
. "<input type=\"hidden\" name=\"url\" value=\"index.php\" >"
. "<input type=\"submit\" value=\"Entrar\">"
. ""
.""; }
$tmpl_file = "themes/evilpower/header.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
blocks(left);
$tmpl_file = "themes/evilpower/left_center.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
[/php]
Si necesitan todo el theme se los puedo enviar. Espero me puedan ayudar.
|
|
|
|
|
|
|
|
rovertolonegro
|
|
|
Enviado: 11/11/2004 a las 17:11 |
|
Posteador de Plata
Karma: 0 (2 Votos)
Registrado: 14/09/04
Mensajes: 631
Estado: Desconectado Ultima visita: 27/12/07 |
si quieres le echo un ojo pero mejor mandamelo para ver que es lo que pasa.
Mi email es: rovertolonegro@hotmail.com
|
|
|
|
|
|
|