• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Share Mod thay theme nhanh

Blue[QT]

New Member
B1: Mở file head.php trong thư mục incfiles

Tìm đoạn

PHP:
echo '<div class="logo"><table border=0 width=100%>
<tr><td align=left><a href="' . $set['homeurl'] . '"><img src="' . $set['homeurl'] . '/theme/' . $set_user['skin'] . '/images/logo.gif" alt=""/></a></td>' .
($headmod == 'mainpage' && count(core::$lng_list) > 1 ? '<td align="right"><a href="' . $set['homeurl'] . '/go.php?lng"><b>' . strtoupper(core::$lng_iso) . '</b></a>*<img src="' . $set['homeurl'] . '/images/flags/' . core::$lng_iso . '.gif" alt=""/>*</td>' : '') .'</td></tr> 
</table></div>';

Thêm vào bên dưới code sau

PHP:
if ($user_id || $set['active']) {
echo '<div class="logo" align="right"><form action="' . $rootpath . 'users/?act=setskin" method="post" style="font-size:x-small" >' .
'Thay đổi theme nhanh:<br><select name="skin" style="font-size:x-small"></div>';
foreach (glob($rootpath . 'theme/*/*.css') as $val) {
$dir = explode('/', dirname($val));
$theme = array_pop($dir);
echo '<option' . (core::$user_set['skin'] == $theme ? ' selected="selected">' : '>') . $theme . '</option>';
}
echo '</select>' .
'<input type="submit" name="submit" value="Save" style="font-size:x-small"/></form></div>';
}

Chúc các bạn thành công
demo : itshare.info

ai biết rùi mong các bạn đừng nói là đi quảng cáo hoặc ném gạch , nói những từ xúc phạm đến người khác .Thanks
 
Thanks.........
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top