mzmz
08-Jan-2007, 01:49 PM
السلام عليكم
اليوم يا شباب سوف اشرح لكم تغير شكل مجله نيوك وتقسيمة تقسيمة غير تقسيمة المجله العادية
المهم
هو تغير البلوك كل بلوك لوان او تصميم مختلف
وتغير ستريو هوم كل واحد لو او شكل الاخبار التى تظهر فى الصفحه الرئيسية
ابحث عن
function themesidebox($title, $*******) {
$tmpl_file = "themes/اسم الثيم/blocks.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
?>
استبدل
function themesidebox($title, $*******) {
$tmpl_file = "themes/اسم الثيم/blocks.html";
if ($title == "بحث")
$tmpl_file = "themes/اسم الثيم/blocks3.html";
else if ($title == "User Info")
$tmpl_file = "themes/اسم الثيم/os.html";
else if ($title == "استفتاء")
$tmpl_file = "themes/اسم الثيم/blocks2.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
طبعا مع تغير كلمة بحث لاسم البلوك واسم الثيم الى اسم الثيم عندك
تغير فى الاخبار
ابحث عن
$tmpl_file = "themes/اسم الثيم/story_home.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
استبدل
$tmpl_file = "themes/اسم الثيم/story_home.html";
if ($title == "بحث")
$tmpl_file = "themes/اسم الثيم/story_home1.html";
else if ($title == "تجريبى")
$tmpl_file = "themes/اسم الثيم/story_home1.html";
else if ($title == "استفتاء")
$tmpl_file = "themes/اسم الثيم/blocks2.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
مع تغير اسم الثيم وكلمة البحث بعنوان الموضوع
وهذه بعض الامثل على التغير
www.lylate.com
www.tbiba.com
ارجو ان يكون الشرح بسيط
مع تحياتي للجميع
اليوم يا شباب سوف اشرح لكم تغير شكل مجله نيوك وتقسيمة تقسيمة غير تقسيمة المجله العادية
المهم
هو تغير البلوك كل بلوك لوان او تصميم مختلف
وتغير ستريو هوم كل واحد لو او شكل الاخبار التى تظهر فى الصفحه الرئيسية
ابحث عن
function themesidebox($title, $*******) {
$tmpl_file = "themes/اسم الثيم/blocks.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
?>
استبدل
function themesidebox($title, $*******) {
$tmpl_file = "themes/اسم الثيم/blocks.html";
if ($title == "بحث")
$tmpl_file = "themes/اسم الثيم/blocks3.html";
else if ($title == "User Info")
$tmpl_file = "themes/اسم الثيم/os.html";
else if ($title == "استفتاء")
$tmpl_file = "themes/اسم الثيم/blocks2.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
طبعا مع تغير كلمة بحث لاسم البلوك واسم الثيم الى اسم الثيم عندك
تغير فى الاخبار
ابحث عن
$tmpl_file = "themes/اسم الثيم/story_home.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
استبدل
$tmpl_file = "themes/اسم الثيم/story_home.html";
if ($title == "بحث")
$tmpl_file = "themes/اسم الثيم/story_home1.html";
else if ($title == "تجريبى")
$tmpl_file = "themes/اسم الثيم/story_home1.html";
else if ($title == "استفتاء")
$tmpl_file = "themes/اسم الثيم/blocks2.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
مع تغير اسم الثيم وكلمة البحث بعنوان الموضوع
وهذه بعض الامثل على التغير
www.lylate.com
www.tbiba.com
ارجو ان يكون الشرح بسيط
مع تحياتي للجميع