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 ?
| |||
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 |
| |||
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 |
| |||
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? |
| |||
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 |
| |||
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: a eso me referia ... espero qeu aya quedado un poco mas claro Saludos
__________________ -- Si los arboles dan frutos ...... PORQUE NO ESTUDIARON LOS ARBOLES? |
| |||
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 = " <a href=\"modules.php?name=Your_Account&op=new_user\" >Create an account"; } else { $theuser = " 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&op=userin fo&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&op=userin fo&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 |