Pages

Thứ Năm, 24 tháng 1, 2013

Skin đẹp cho vbb 4.2 new



vBB | 28 vBulletin Skins v.4.2 - Retail & Null | MF


Hompage:

Code:
http://www.completevb.com


A.The list of skins


  • Aesthetica Blue Skin
  • Aesthetica Green Skin
  • Aesthetica Purple Skin
  • Aesthetica Red Skin
  • Animated Arena Skin
  • Blue Demon Skin
  • Cinema Ice Skin
  • Cinema Pink Skin
  • Color Theory Skin
  • Creative Creature Skin
  • Crystal Clean Skin
  • Funky Fresh Skin
  • Highlight Green Skin
  • Highlight Orange Skin
  • Holiday vBulletin Skin
  • Life.Earth Skin
  • Life.Element Skin
  • Life.Space Skin
  • Royal Flush Skin
  • Sandstorm Skin
  • Shiny Blue Skin
  • Shiny Green Skin
  • Shiny Red Skin
  • Totally Pro Skin
  • Twisted Dark Blue Skin
  • Twisted Dark Green Skin
  • Underground Style Skin
  • Vision Collision Skin


B.Installation

Step 1 - Install Modules/Products

We included a few modules with each skin to help give your style more functionality. Make sure you install
these modules before 

1. Log in to your Admin CP (ex.. http://www.domainname.com/forumdir/admincp )
2. Once logged in expand "Plugins & Products" then click "Manage Products"
3. At the bottom of "Installed Products" Click [Add/Import Product]. 
4. Browse and install each of the product- files located within the package file.

Step 2 - Install XML file


You MUST install the Modules/Products BEFORE you install the skin files. Please make sure you follow
Step1 before you continue.

1. Log in to your Admin CP (ex.. http://www.domainname.com/forumdir/admincp )
2. Once logged in expand "Styles & Templates" then click "Download / Upload Styles"
3. Under "Import Style XML File" Browse to the location where you downloaded the "vbulletin-style.xml" file on your computer.
4. Give this theme a Title as it will appear for the skin.
5. If your vBulletin is version 3.7.x, click the "Ignore Style Version" button as the skin should work regardless. If your skin is older we urge you
to update your vBulletin board, if this is not applicable please post on the support board with the version of your site and we'll do our upmost to
give you a working skin for your version.
6. Then go to "vBulletin Options", "Use Legacy (Vertical) Postbit Template" and click Yes.

Step 3 - Upload Images (via FTP)
1.Browse to your root vBulletin folder (the one with announcements.php, index.php etc...)
2.Upload the folder named images/.

Theme should now be installed and ready to use. You should also be able to view the skin in the Style Selector
normally placed at the bottom of the page.

C.Setting Theme as Default
1. Log in to your Admin CP
2. Once logged in click on "vBulletin Options"
3. Now locate the "Style & Language Settings" section and select it, then click Edit Settings
4. Under Default Style select your styles name, and click Save

Đổi thư mục file config.php

Step 1: Open includes/class_core.php and find:
Tìm:
Mã PHP:
==================================================
include(
CWD '/includes/config.php');

        if (
sizeof($config) == 0)
        {
            if (
file_exists(CWD'/includes/config.php'))
            {
                
// config.php exists, but does not define $config
                
die('<br /><br /><strong>Configuration</strong>: includes/config.php exists, but is not in the 3.6+ format. Please convert your config file via the new config.php.new.');
            }
            else
            {
                die(
'<br /><br /><strong>Configuration</strong>: includes/config.php does not exist. Please fill out the data in config.php.new and rename it to config.php');
            }
        }
     ==================================================  ===  
And replace with
Thay thế bằng
Mã PHP:
==================================================  ===

            include(
CWD 'XXXXX');

        if (
sizeof($config) == 0)
        {
            if (
file_exists(CWD'XXXXX'))
            {
                
// config.php exists, but does not define $config
                
die('<br /><br /><strong>Configuration</strong>: includes/config.php exists, but is not in the 3.6+ format. Please convert your config file via the new config.php.new.');
            }
            else
            {
                die(
'<br /><br /><strong>Configuration</strong>: includes/config.php does not exist. Please fill out the data in config.php.new and rename it to config.php');
            }
        }
     ==================================================  ======  
Ngay phần XXXXX đường dẫn đến file config mới
VD: admincp/mynewconfig.php or includes/configuration.php
Chúc thành công

Cài đặt vBSEO v3.6.0 cho vBulletin v3.x and v4.x

Hướng dẫn Config Setting:
Sau khi cài đặt như hướng dẫn ở readme.html của vBSeo thì các bạn vào vBSeo CP
- Các bạn vào General Settings => Character Replacement 
+ Ở Replace Non-English Characters in URLs? => Chọn dòng Replace Non-English Characters in URLs.
+ Ở Define your Custom Character Replacements:
  • Đối với những bạn sử dụng lang ISO-8859-1 thì thay thế tất cả đoạn trong đó bằng đoạn này:

    Mã:
         // $vbseo_custom_char_replacement = array(
        'à' => 'a',
        'ả' => 'a',
        'ã' => 'a',
        'á' => 'a',
        'ạ' => 'a',
        'â' => 'a',
        'ầ' => 'a',
        'ẩ' => 'a',
        'ẫ' => 'a',
        'ấ' => 'a',
        'ậ' => 'a',
        'ă' => 'a',
        'ằ' => 'a',
        'ẳ' => 'a',
        'ẵ' => 'a',
        'ắ' => 'a',
        'ặ' => 'a',
        'À' => 'A',
        'Ả' => 'A',
        'Ã' => 'A',
        'Á' => 'A',
        'Ạ' => 'A',
        'Â' => 'A',
        'Ầ' => 'A',
        'Ẩ' => 'A',
        'Ẫ' => 'A',
        'Ấ' => 'A',
        'Ậ' => 'A',
        'Ă' => 'A',
        'Ằ' => 'A',
        'Ẳ' => 'A',
        'Ẵ' => 'A',
        'Ắ' => 'A',
        'Ặ' => 'A',
        'đ' => 'd',
        'Đ' => 'D',
        'è' => 'e',
        'ẻ' => 'e',
        'ẽ' => 'e',
        'é' => 'e',
        'ẹ' => 'e',
        'ê' => 'e',
        'ề' => 'e',
        'ể' => 'e',
        'ễ' => 'e',
        'ế' => 'e',
        'ệ' => 'e',
        'È' => 'E',
        'Ẻ' => 'E',
        'Ẽ' => 'E',
        'É' => 'E',
        'Ẹ' => 'E',
        'Ê' => 'E',
        'Ề' => 'E',
        'Ể' => 'E',
        'Ễ' => 'E',
        'Ế' => 'E',
        'Ệ' => 'E',
        'ì' => 'i',
        'ỉ' => 'i',
        'ĩ' => 'i',
        'í' => 'i',
        'ị' => 'i',
        'Ì' => 'I',
        'Ỉ' => 'I',
        'Ĩ' => 'I',
        'Í' => 'I',
        'Ị' => 'I',
        'ò' => 'o',
        'ỏ' => 'o',
        'õ' => 'o',
        'ó' => 'o',
        'ọ' => 'o',
        'ô' => 'o',
        'ồ' => 'o',
        'ổ' => 'o',
        'ỗ' => 'o',
        'ố' => 'o',
        'ộ' => 'o',
        'ơ' => 'o',
        'ờ' => 'o',
        'ở' => 'o',
        'ỡ' => 'o',
        'ớ' => 'o',
        'ợ' => 'o',
        'Ò' => 'O',
        'Ỏ' => 'O',
        'Õ' => 'O',
        'Ó' => 'O',
        'Ọ' => 'O',
        'Ô' => 'O',
        'Ồ' => 'O',
        'Ổ' => 'O',
        'Ỗ' => 'O',
        'Ố' => 'O',
        'Ộ' => 'O',
        'Ơ' => 'O',
        'Ờ' => 'O',
        'Ở' => 'O',
        'Ỡ' => 'O',
        'Ớ' => 'O',
        'Ợ' => 'O',
        'ù' => 'u',
        'ủ' => 'u',
        'ũ' => 'u',
        'ú' => 'u',
        'ụ' => 'u',
        'ư' => 'u',
        'ừ' => 'u',
        'ử' => 'u',
        'ữ' => 'u',
        'ứ' => 'u',
        'ự' => 'u',
        'Ù' => 'U',
        'Ủ' => 'U',
        'Ũ' => 'U',
        'Ú' => 'U',
        'Ụ' => 'U',
        'Ư' => 'U',
        'Ừ' => 'U',
        'Ử' => 'U',
        'Ữ' => 'U',
        'Ứ' => 'U',
        'Ự' => 'U',
        'ỳ' => 'y',
        'ỷ' => 'y',
        'ỹ' => 'y',
        'ý' => 'y',
        'ỵ' => 'y',
        'Ỳ' => 'Y',
        'Ỷ' => 'Y',
        'Ỹ' => 'Y',
        'Ý' => 'Y',
        // 'Ỵ' => 'Y');
  • Tương tự đối với các bạn sử dụng lang UTF-8 thì thay thế bằng đoạn sau:

    Mã:
      // $vbseo_custom_char_replacement = array(
    'à' => 'a',
    'ả' => 'a',
    'ã' => 'a',
    'á' => 'a',
    'ạ' => 'a',
    'â' => 'a',
    'ầ' => 'a',
    'ẩ' => 'a',
    'ẫ' => 'a',
    'ấ' => 'a',
    'ậ' => 'a',
    'ă' => 'a',
    'ằ' => 'a',
    'ẳ' => 'a',
    'ẵ' => 'a',
    'ắ' => 'a',
    'ặ' => 'a',
    'À' => 'A',
    'Ả' => 'A',
    'Ã' => 'A',
    'Á' => 'A',
    'Ạ' => 'A',
    'Â' => 'A',
    'Ầ' => 'A',
    'Ẩ' => 'A',
    'Ẫ' => 'A',
    'Ấ' => 'A',
    'Ậ' => 'A',
    'Ă' => 'A',
    'Ằ' => 'A',
    'Ẳ' => 'A',
    'Ẵ' => 'A',
    'Ắ' => 'A',
    'Ặ' => 'A',
    'đ' => 'd',
    'Đ' => 'D',
    'è' => 'e',
    'ẻ' => 'e',
    'ẽ' => 'e',
    'é' => 'e',
    'ẹ' => 'e',
    'ê' => 'e',
    'ề' => 'e',
    'ể' => 'e',
    'ễ' => 'e',
    'ế' => 'e',
    'ệ' => 'e',
    'È' => 'E',
    'Ẻ' => 'E',
    'Ẽ' => 'E',
    'É' => 'E',
    'Ẹ' => 'E',
    'Ê' => 'E',
    'Ề' => 'E',
    'Ể' => 'E',
    'Ễ' => 'E',
    'Ế' => 'E',
    'Ệ' => 'E',
    'ì' => 'i',
    'ỉ' => 'i',
    'ĩ' => 'i',
    'í' => 'i',
    'ị' => 'i',
    'Ì' => 'I',
    'Ỉ' => 'I',
    'Ĩ' => 'I',
    'Í' => 'I',
    'Ị' => 'I',
    'ò' => 'o',
    'ỏ' => 'o',
    'õ' => 'o',
    'ó' => 'o',
    'ọ' => 'o',
    'ô' => 'o',
    'ồ' => 'o',
    'ổ' => 'o',
    'ỗ' => 'o',
    'ố' => 'o',
    'ộ' => 'o',
    'ơ' => 'o',
    'ờ' => 'o',
    'ở' => 'o',
    'ỡ' => 'o',
    'ớ' => 'o',
    'ợ' => 'o',
    'Ò' => 'O',
    'Ỏ' => 'O',
    'Õ' => 'O',
    'Ó' => 'O',
    'Ọ' => 'O',
    'Ô' => 'O',
    'Ồ' => 'O',
    'Ổ' => 'O',
    'Ỗ' => 'O',
    'Ố' => 'O',
    'Ộ' => 'O',
    'Ơ' => 'O',
    'Ờ' => 'O',
    'Ở' => 'O',
    'Ỡ' => 'O',
    'Ớ' => 'O',
    'Ợ' => 'O',
    'ù' => 'u',
    'ủ' => 'u',
    'ũ' => 'u',
    'ú' => 'u',
    'ụ' => 'u',
    'ư' => 'u',
    'ừ' => 'u',
    'ử' => 'u',
    'ữ' => 'u',
    'ứ' => 'u',
    'ự' => 'u',
    'Ù' => 'U',
    'Ủ' => 'U',
    'Ũ' => 'U',
    'Ú' => 'U',
    'Ụ' => 'U',
    'Ư' => 'U',
    'Ừ' => 'U',
    'Ử' => 'U',
    'Ữ' => 'U',
    'Ứ' => 'U',
    'Ự' => 'U',
    'ỳ' => 'y',
    'ỷ' => 'y',
    'ỹ' => 'y',
    'ý' => 'y',
    'ỵ' => 'y',
    'Ỳ' => 'Y',
    'Ỷ' => 'Y',
    'Ỹ' => 'Y',
    'Ý' => 'Y',
    // 'Ỵ' => 'Y');
- Sau đó các bạn nhấn vào Advanced Settings ở ngay mục đó
+ Ở Enable UTF-8 support ? => Các bạn chọn Yes ( Chỉ những bạn sử dụng lang UTF-8 mới cần thực hiện bước này)
+ Enable filtering for Tags URLs ? => Các bạn chọn yes nếu muốn thiết lập tiếng việt không dấu cho Url tags.

- Tiếp đó các bạn vào menu [B]URL Rewrite Settings[B] để chọn dạng link url phù hợp mà bạn thích

shoptinhoc