Foros del Web » Creando para Internet » Sistemas de gestión de contenidos »

banners

Estas en el tema de banners en el foro de Sistemas de gestión de contenidos en Foros del Web. hola ,alguien tiene idea de como hacerle para agregar los banners en la posicion que yo desee? puesto que me gustaria poder poner los banners ...
  #1 (permalink)  
Antiguo 21/07/2004, 12:55
 
Fecha de Ingreso: mayo-2004
Ubicación: mars
Mensajes: 305
Antigüedad: 20 años, 6 meses
Puntos: 0
banners

hola ,alguien tiene idea de como hacerle para agregar los banners en la posicion que yo desee?
puesto que me gustaria poder poner los banners donde yo quiero ya que cuando los agrego los pone hasta arriva ?

Última edición por exagono; 21/07/2004 a las 12:58
  #2 (permalink)  
Antiguo 21/07/2004, 15:21
Avatar de TheGhost  
Fecha de Ingreso: noviembre-2003
Ubicación: Peru
Mensajes: 348
Antigüedad: 21 años
Puntos: 0
En donde?? en un foro prefabricado?? en phpnuke???

Saludos
The Ghost
  #3 (permalink)  
Antiguo 21/07/2004, 17:01
 
Fecha de Ingreso: mayo-2004
Ubicación: mars
Mensajes: 305
Antigüedad: 20 años, 6 meses
Puntos: 0
upps sorry , pos si es en php nuke , los banner que pongo aparesen hasta la parte de arriva , arriva de mi mismo logo y yo los quiero poner abjo de mi logo aparte tambien me gustaria poner unos a los lados

www.lofresco.com este es mi sitio

y este es el que estoy haciendo en php nuke , el cual es un desastre

www.lofresco.com/nuke/index.php

Última edición por exagono; 21/07/2004 a las 17:03
  #4 (permalink)  
Antiguo 22/07/2004, 15:07
 
Fecha de Ingreso: julio-2003
Mensajes: 154
Antigüedad: 21 años, 4 meses
Puntos: 0
Si te fijas en el codigo del phpnuke el que hace todo el muestreo del banners es un archivo que se llama banners.php, tendrias que editar el theme que tienes instalado en tu pagina y sacar el include a ese archvio de la parte superior que se encuentra ahora e incluirlo donde quieras ....

Eso seria
__________________
--
Si los arboles dan frutos ......
PORQUE NO ESTUDIARON LOS ARBOLES?
  #5 (permalink)  
Antiguo 22/07/2004, 17:24
 
Fecha de Ingreso: mayo-2004
Ubicación: mars
Mensajes: 305
Antigüedad: 20 años, 6 meses
Puntos: 0
a ver ver , como esta eso que mi no entender bien ,?
  #6 (permalink)  
Antiguo 22/07/2004, 17:28
 
Fecha de Ingreso: mayo-2004
Ubicación: mars
Mensajes: 305
Antigüedad: 20 años, 6 meses
Puntos: 0
por que firmas con pulr?

acaso eres raver ?

yo tambien
  #7 (permalink)  
Antiguo 22/07/2004, 17:32
 
Fecha de Ingreso: julio-2004
Mensajes: 40
Antigüedad: 20 años, 4 meses
Puntos: 0
Alguien podria decirme como hacer un foro en la modalidad de php?
  #8 (permalink)  
Antiguo 22/07/2004, 17:36
 
Fecha de Ingreso: mayo-2004
Ubicación: mars
Mensajes: 305
Antigüedad: 20 años, 6 meses
Puntos: 0
pues is solo quieres es un foro php

bajalo de aqui http://www.phpbb.com/ y ahi estan las instrucciones en la pagina y en la faqs de esta tambien
  #9 (permalink)  
Antiguo 22/07/2004, 19:32
 
Fecha de Ingreso: julio-2003
Mensajes: 154
Antigüedad: 21 años, 4 meses
Puntos: 0
exagono .... raver forever jejejejejeje ..

ya mira lo siguiente se supone que phpnuke contiene varios archivos los caules contienes funciones etc etc etc ..... si tu te fijas al descomprimir un php nuke hay un archivo que se llama banners.php ese archivo hace todo el muestreo la insercion de los clicks ala base de datos .. etc etc ..

agora dentro de las carpetas que maneja phpnuke hay una carpeta que se llama themes ... en esa carpeta deve estar la parte grafica de tu php nuke ... es hay donde tienes que buscar donde esta incluido este archivo ....

deveria estar algo hasi
Código PHP:
<td><?php include ("/banners.php"); ?></td>
Lo que haces es editar ese theme de phpnuke moviendo ese include a la posision donde quieras que aparesca el banner

a eso me referia ... espero qeu aya quedado un poco mas claro

Saludos
__________________
--
Si los arboles dan frutos ......
PORQUE NO ESTUDIARON LOS ARBOLES?
  #10 (permalink)  
Antiguo 22/07/2004, 21:19
 
Fecha de Ingreso: mayo-2004
Ubicación: mars
Mensajes: 305
Antigüedad: 20 años, 6 meses
Puntos: 0
pues le voy a hacer el intento por que si voy a poder cambiar ese codigo pero cuando lo pegue no voy a tener ni idea donde lo estoy pegando
  #11 (permalink)  
Antiguo 10/08/2004, 13:02
 
Fecha de Ingreso: mayo-2004
Ubicación: mars
Mensajes: 305
Antigüedad: 20 años, 6 meses
Puntos: 0
Desacuerdo

hola pues ya lo he pegado y despegado a vario9s lados y no mas no le ayo, no podrian hechar una ayudadita sobre donde va



<?php

/************************************************** **********/
/* Theme Name: Aquation */
/* Theme Design: ladysilver(http://www.elementalmagick.us) */
/* */
/* Theme inspired by the phpbb2 style fisubgreen by */
/* Daz (http://www.forumimages.com/) */
/* */
/************************************************** **********/

/************************************************** **********/
/* 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 = "#FFFFFF";
$bgcolor2 = "#FFFFFF";
$bgcolor3 = "#6AB5FF";
$bgcolor4 = "#6AB5FF";
$textcolor1 = "#2E4254";
$textcolor2 = "#2E4254";

include("themes/Aquation/tables.php");

/************************************************** **********/
/* Function themeheader() */
/* */
/* Control the header for your site. You need to define the */
/* BODY tag and in some part of the code call the blocks */
/* function for left side with: blocks(left); */
/************************************************** **********/

function themeheader() {
global $user, $banners, $sitename, $slogan, $cookie, $prefix, $dbi;
cookiedecode($user);
$username = $cookie[1];
if ($username == "") {
$username = "Anonymous";
}
echo "<body bgcolor=\"#FFFFFF\" text=\"#655D74\" leftmargin=\"10\" topmargin=\"10\" marginwidth=\"10\" marginheight=\"10\">";
if ($banners == 1) {
include("banners.php");}

$topics_list = "<select name=\"new_topic\" onChange='submit()'>\n";
$topics_list .= "<option value=\"\">All Topics</option>\n";
$toplist = sql_query("select topicid, topictext from ".$prefix."_topics order by topictext", $dbi);
while(list($topicid, $topics) = sql_fetch_row($toplist, $dbi)) {
if ($topicid==$topic) { $sel = "selected "; }
$topics_list .= "<option $sel value=\"$topicid\">$topics</option>\n";
$sel = "";
}
if ($username == "Anonymous") {
$theuser = "&nbsp;&nbsp;<a href=\"modules.php?name=Your_Account&op=new_user\" >Create an account";
} else {
$theuser = "&nbsp;&nbsp;Welcome $username!";
}
$public_msg = public_message();
$tmpl_file = "themes/Aquation/header.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
blocks(left);
$tmpl_file = "themes/Aquation/left_center.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}

/************************************************** **********/
/* Function themefooter() */
/* */
/* Control the footer for your site. You don't need to */
/* close BODY and HTML tags at the end. In some part call */
/* the function for right blocks with: blocks(right); */
/* Also, $index variable need to be global and is used to */
/* determine if the page your're viewing is the Homepage or */
/* and internal one. */
/************************************************** **********/

function themefooter() {
global $index, $foot1, $foot2, $foot3, $foot4, $copyright, $totaltime, $footer_message;
if ($index == 1) {
$tmpl_file = "themes/Aquation/center_right.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
blocks(right);
}
$tmpl_file = "themes/Aquation/footer.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
echo "<center>\n";
$footer_message = footmsg();
echo "</center>\n";
echo "<center><br><font class=\"small\">:: Aquation PHP-Nuke theme by <a href=\"http://members.lycos.co.uk/nukedev\">NukeDiva</a> based on fisubgreen by MikeM at <a href=\"http://www.nukemods.com\">NukeMods</a> ::</font></center>";
echo "<br>\n";
}

/************************************************** **********/
/* Function themeindex() */
/* */
/* This function format the stories on the Homepage */
/************************************************** **********/

function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
global $anonymous, $tipath;
if ($notes != "") {
$notes = "<br><br><b>"._NOTE."</b> <i>$notes</i>\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
$content = "$thetext$notes\n";
} else {
if($informant != "") {
$content = "<a href=\"modules.php?name=Your_Account&amp;op=userin fo&amp;username=$informant\">$informant</a> ";
} else {
$content = "$anonymous ";
}
$content .= ""._WRITES." <i>\"$thetext\"</i>$notes\n";
}
$posted = ""._POSTEDBY." ";
$posted .= get_author($aid);
$posted .= " "._ON." $time $timezone ($counter "._READS.")";
$tmpl_file = "themes/Aquation/story_home.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}

/************************************************** **********/
/* Function themearticle() */
/* */
/* This function format the stories on the story page, when */
/* you click on that "Read More..." link in the home */
/************************************************** **********/

function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
global $admin, $sid, $tipath;
$posted = ""._POSTEDON." $datetime "._BY." ";
$posted .= get_author($aid);
if ($notes != "") {
$notes = "<br><br><b>"._NOTE."</b> <i>$notes</i>\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
$content = "$thetext$notes\n";
} else {
if($informant != "") {
$content = "<a href=\"modules.php?name=Your_Account&amp;op=userin fo&amp;username=$informant\">$informant</a> ";
} else {
$content = "$anonymous ";
}
$content .= ""._WRITES." <i>\"$thetext\"</i>$notes\n";
}
$tmpl_file = "themes/Aquation/story_page.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}

/************************************************** **********/
/* Function themesidebox() */
/* */
/* Control look of your blocks. Just simple. */
/************************************************** **********/

function themesidebox($title, $content) {
$tmpl_file = "themes/Aquation/blocks.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}

?>






www.lofresco.com/nuke
  #12 (permalink)  
Antiguo 12/08/2004, 02:39
 
Fecha de Ingreso: mayo-2004
Ubicación: mars
Mensajes: 305
Antigüedad: 20 años, 6 meses
Puntos: 0
ahora en que parte lo devo de pegar ?
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 04:36.