Subforum trong IPB mặc định là một cột, nay mình sẽ hướng dẫn các bạn cách chia thành 2 cột...
Bạn vào skin cần để chỉnh sửa > vào ipb_styles.css tìm:
table.ipb_table .subforums { margin: 2px 0 3px 5px; padding-left: 20px; background: url({style_images_url}/subforum_stem.png ) no-repeat left 4px;} table.ipb_table .subforums li.unread { font-weight: bold; }
Thay thế bằng:
table.ipb_table .subforums { margin: 2px 0 3px 0px; padding-left: 0px; overflow: hidden;}table.ipb_table .subforums li{ background: url({style_images_url}/subforum_nonew.png) no-repeat left 3px; width: 38%; padding: 1px 17px 4px; margin: 0; float: left;}table.ipb_table .subforums li.unread { font-weight: bold; background-image: url({style_images_url}/subforum_new.png);}
Save lại, sau đó upload 2 hình ảnh bên dưới vào thư mục style_images của skin cần chỉnh sửa.
Done !