Bende yapamadım malesef mesut abi ben sağ ve sol blokları ellemiycem aynen kalcak sadece haber bloku yukarda olcak nasıl yapacaz
yukarıda anlatmştım emrah
tam okumamışsın anlaşılan
** sol blokları sağ blokların yanına almadan, sağ blokları manşet haber bloğunun altında göstermek için
yine yukarıda bulduğumuz kodu alttaki kod ile değiştiriyoruz
Bende yapamadım malesef mesut abi ben sağ ve sol blokları ellemiycem aynen kalcak sadece haber bloku yukarda olcak nasıl yapacaz
yukarıda anlatmştım emrah
tam okumamışsın anlaşılan
** sol blokları sağ blokların yanına almadan, sağ blokları manşet haber bloğunun altında göstermek için
yine yukarıda bulduğumuz kodu alttaki kod ile değiştiriyoruz
/************************************************************/
/* 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 */
/************************************************************/
/************************************************************/
/* 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 $admin, $user, $banners, $sitename, $slogan, $c o o k i e, $prefix, $db, $nukeurl, $anonymous, $name;
if ($banners == 1) {
include("includes/babanners1.php");
}
c o o k i edecode($user);
$username = $c o o k i e[1];
if ($username == "") {
$username = "Anonymous";
}
if ($username == "Anonymous") {
$theuser = " <a href=\"modules.php?name=Your_Account\">"._LOGIN."</a> or <a href=\"modules.php?name=Your_Account&op=new_user\">"._BREG."</a>";
} else {
$theuser = " "._BWEL." $username!";
}
$datetime = "<script type=\"text/j a v a s c r i p t\">\n\n"
."<!-- // Array ofmonth Names\n"
."var monthNames = new Array( \""._JANUARY."\",\""._FEBRUARY."\",\""._MARCH."\",\""._APRIL."\",\""._MAY."\",\""._JUNE."\",\""._JULY."\",\""._AUGUST."\",\""._SEPTEMBER."\",\""._OCTOBER."\",\""._NOVEMBER."\",\""._DECEMBER."\");\n"
."var now = new Date();\n"
."thisYear = now.getYear();\n"
."if(thisYear < 1900) {thisYear += 1900}; // corrections if Y2K display problem\n"
."document.write(monthNames[now.getMonth()] + \" \" + now.getDate() + \", \" + thisYear);\n"
."// -->\n\n"
."</script>";
$public_msg = public_message();
$result = $db->sql_query("SELECT * FROM ".$prefix."_themeconsole");
$themeconsole = $db->sql_fetchrow($result);
if (($themeconsole['disrightclick'] AND !is_admin($admin)) || ($themeconsole['disrightclick'] AND is_admin($admin) AND $themeconsole['adminright']) ) {
echo " <script LANGUAGE=\"j a v a s c r i p t\" SRC=\"includes/norightclick.js\">\n";
echo " </script> \n";
}
if (($themeconsole['disselectall'] AND !is_admin($admin)) || ($themeconsole['disselectall'] AND is_admin($admin) AND $themeconsole['adminselect']) ) {
echo " <script LANGUAGE=\"j a v a s c r i p t\" SRC=\"includes/noselect.js\">\n";
echo " </script> \n";
}
if ($themeconsole['encrypt']) {
include('includes/csource.php');
}
$tmpl_file = "themes/iCGstation/header.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
$blockside="l";
if ($name=='Forums') {
}
else
if ($name=='Private_Messages') {
}
else
if ($name=='Members_List') {
}
else {
blocks(left);
}
$tmpl_file = "themes/iCGstation/left_center.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($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($banners == 1) {
include("includes/babanners2.php");
}
if (defined('INDEX_FILE')) {
$tmpl_file = "themes/iCGstation/center_right.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
blocks(right);
}
$tmpl_file = "themes/iCGstation/footer.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}
/************************************************************/
/* Function themeindex() */
/* */
/* This function format the stories on the Homepage */
/************************************************************/
/************************************************************/
/* Function themearticle() */
/* */
/* This function format the stories on the story page, when */
/* you click on that "Read More..." link in the home */
/************************************************************/
/************************************************************/
/* Function themesidebox() */
/* */
/* Control look of your blocks. Just simple. */
/************************************************************/
function themesidebox($title, $content) {
$tmpl_file = "themes/iCGstation/blocks.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
e v a l($thefile);
print $r_file;
}
Kayıt: Aug 22, 2009 Mesajlar: 161 Konum: Şanlıurfa
Tarih: 2009-09-05, 18:36:05 Mesaj konusu:
Hocam manşet haber varsa ikisi bi arada olmuyor manşet haberin templateleri var ATS ki gibi ona bakın.sonra bloklardan manşeti pasif edin ortadaki blokları yukarı alın olacaktır.
arkadaşlar yukarıda söylediğimi tekrarlayayım
her temaya uyumlu olmayabilir
ama mantık budur
ben bu yöntemle nuke de 4 bloklu sistem kullanıyorum
http://www.muhasebeciyizbiz.com/
bu adreste göreceğiniz üzre en üstde ve altta bağımsız 2 blok daha var
bu blokların altına, üstüne, sağına, soluna istediğim gibide blok çekerim
bu olayı yukarıda anlattığım gibi yapıyorum.
yapamayanlar olmuyor felan demesinler
her temaya uyumlu olmadığı için, birazda kodlarısizin kurcalamanız gerekiyor
bu konuda verebileceğim başka bir desteğim yok malesef
slm millet hocam bende yapamadım bir türlü denemedigim yol kalmadı.mavimsn themasını kullanıyorum ats flash haberi tmanın sagına ve 1.blogun üstüne yerleştirmek istiyorum.yardımlarınızı bekliyorum şimdiden teşekürler....
Bu forumda yeni başlıklar açamazsınız Bu forumdaki başlıklara cevap veremezsiniz Bu forumdaki mesajlarınızı değiştiremezsiniz Bu forumdaki mesajlarınızı silemezsiniz Bu forumdaki anketlerde oy kullanamazsınız