 |
 |
Menú principal |
 |
|
|
|
 |
dzStaffStatus |
 |
 |
Administradores |
|
el_cuervo |
|
|
Dixso |
|
 |
Colaboradores |
|
AnyKiller |
|
|
nestormateo |
|
|
docser |
|
 |
Moderadores |
|
cardiru |
|
|
javiermisol |
|
 |
Traductores |
|
gnrx |
|
 |
Miembros: |
 |
Nuevos Hoy: |
5 |
 |
Nuevos Ayer: |
7 |
 |
Total: |
71476 |
 |
Ultimo: |
| marimagdalena |
 |
Conectados |
 |
Miembros: |
2 |
 |
Invitados: |
44 |
 |
Total: |
46 |
 |
Miembros Online |
 |
samode |
|
 |
sasehara |
|
|
|
|
 |
Sponsor |
 |
|
|
|
 |
dp-Tools |
 |
|
|
|
 |
Enlázanos |
 |
|
|
|
Theme creado por dev-postnuke.com |  |  | |  |
|
|
|
makaco
|
|
|
Enviado: 12/04/2005 a las 09:04 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 05/04/05
Mensajes: 8
Estado: Desconectado Ultima visita: 04/03/06 |
Despues de instalar el tema kiowa, lo que me sucede es que en el inicio no puedo ver los mensajes. No se por que sucede esto, pero es algo que me molesta por que es un tema que me gusta personalmente y no quiero renunciar a el. Si alguien tiene idea de como puedo solucionarlo que me diga algo, se lo agradeceria.
|
|
|
|
|
|
|
|
|
|
|
|
makaco
|
|
|
Enviado: 12/04/2005 a las 17:04 |
|
Novato
Karma: 0 (0 Votos)
Registrado: 05/04/05
Mensajes: 8
Estado: Desconectado Ultima visita: 04/03/06 |
Con los temas clasicos de postnuke, el la pagina de inicio puedo ver los textos de los mensajes con normalidad. . Cuando me paso al tema "kiowa" que es un tema que tengo personalizado con li logo y algunos detalles mas, (Fondo negro) no puedo ver los mensajes de centro de la pantalla y no le encuentro solucion, pienso que el texto pueda estar en negro como el fondo, pero no se como configurarlo. los archivos del tema son estos: theme.php, topheader.php, header.php, footer.php. Tema "kiowa", texto theme.php:
<?php
/************************************************************/
/* IMPORTANT NOTE FOR THEMES DEVELOPERS! */
/* */
/* When you start coding your theme, if you want to */
/* distribute it, please double check it to fit the HTML */
/* 4.01 Transitional Standard. You can use the W3 validator */
/* located at http://validator.w3.org */
/* If you don't know where to start with your theme, just */
/* start modifying this theme, it's validate and is cool */
/************************************************************/
/************************************************************/
/* Theme Colors Definition */
/* */
/* Define colors for your web site. $bgcolor2 is generaly */
/* used for the tables border as you can see on OpenTable() */
/* function, $bgcolor1 is for the table background and the */
/* other two bgcolor variables follows the same criteria. */
/* $texcolor1 and 2 are for tables internal texts */
/************************************************************/
$bgcolor1 = "#000000";
$bgcolor2 = "#000000";
$bgcolor3 = "#000000";
$bgcolor4 = "#000000";
$textcolor1 = "#000000";
$textcolor2 = "#000000";
/************************************************************/
/* OpenTable Functions */
/* */
/* Define the tables look&feel for you whole site. For this */
/* we have two options: OpenTable and OpenTable2 functions. */
/* Then we have CloseTable and CloseTable2 function to */
/* properly close our tables. The difference is that */
/* OpenTable has a 100% width and OpenTable2 has a width */
/* according with the table content */
/************************************************************/
function OpenTable() {
global $bgcolor1, $bgcolor2;
echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\"> | \n";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"> | \n";
}
function CloseTable() {
echo " | | \n";
}
function OpenTable2() {
global $bgcolor1, $bgcolor2;
echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\" align=\"center\"> | \n";
echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"> | \n";
}
function CloseTable2() {
echo " |
|