Đối với Joomla 1.5.x
Mở file chứa template của bạn chẳng hạn "\templates\vinaora\index.php", xác định chỗ mà bạn muốn thêm một vị trí module mới và đặt vào đoạn mã sau: if ($this->countModules('vinaora_new_position')) : ?>
include type="modules" name="vinaora_new_position" style="xhtml" />
endif; ?>
Tiếp theo, mở file "\templates\vinaora\templateDetails.xml", thêm vào mục Trong đó thuộc tính "style" có thể là: rounded, none, table, horz, xhtml, outline
Đối với Joomla 1.0.x
Mở file chứa template của bạn chẳng hạn "\templates\vinaora\index.php", xác định chỗ mà bạn muốn thêm một vị trí module mới và đặt vào đoạn mã sau: if (mosCountModules('vinaora_new_position')>0) { ?>
mosLoadModules('vinaora_new_position',-2); ?>
} ?>
Trong đó tham số thứ hai của hàm mosLoadModules là một trong 5 số nguyên: 1 = horizontal, 0 = normal, -1 = raw, -2 = XHTML và -3 = extra divs.(http://sites.google.com/site/ktdtk4/thiet-ke-website/joomla/them-mot-vi-tri-module-moi-vao-template)
Không có nhận xét nào:
Đăng nhận xét