|
Một vài fixed đã làm đối với website này! |
|
|
|
|
Saturday, 07 October 2006 04:27 |
|
Bao gồm: - Sử dụng bộ patch cho Joomla 1.5 stable để thay đổi cách hiển thị title - download tại: http://www.joomlatwork.com/.
- Đã modify để hiển thị tiếng Việt không dấu cho SEO/SEF, xem bài viết trên.
- Thay đổi components/com_yvcomment/views/comment/tmpl/default.php để hiển thị câu lệnh Add your comment không bị chèn vào dòng dưới bằng cách thêm câu lệnh ở dòng 48, đã bổ sung article_separator1. Bản mới nhất ở dòng 74:
- Hiển thị pdf tiếng Việt utf-8:
Xem thêm tại http://luyenkim.net/home9/...id=1457&catid=5#1457 Tải file font tại: http://sourceforge.net/project/showfiles.php?group_id=128076 - Error with remository: Fatal error: Call to undefined function: sefreltoabs() in /home/fsnstne/public_html/components/com_remository/remository.html.php on line 187
Change JRoute::_() instead of sefreltoabs(), the function will work - Error with with remository: Fatal error: Class 'mosCache' not found in .../components/com_remository/p-classes/remositoryAuthoriser.php on line 87
Change as below on line 67: if (class_exists('JFactory')) { $cache = JFactory::getCache(); $cache->setCaching(1); } else $cache = mosCache::getCache('aliroAuthoriser'); Change as below on line 87: if (class_exists('JFactory')) { // $cache = JFactory::cleanCache(); $cache = JFactory::getCache(); //mosCache::getCache $cache->setCaching(1); } else { mosCache::cleanCache('aliroAuthoriser'); $cache = mosCache::getCache('aliroAuthoriser'); } $this->all_roles = $cache->call('aliroAuthoriserCache::getRoleData'); - Error with remository: Call to undefined function initeditor(),... change it into if($my->id>0) initeditor();
- Bổ sung related articles - các bài viết liên quan đến topic hiện thời đối với com_awiki. Các link này sẽ xuất hiện ở trên ngay dưới tiêu đề đề mục bài viết.
- Đã thử nghiệm Backup bằng chính PHPMyadmin cho database đang sử dụng. Nói chung rất tốt.
- Chú ý nhỏ: Khi cài đặt nâng cấp version của 1 component chỉ việc cài component là xong, không uninstall như Joomla 1.0.x.
- 2008-06-25: Sử dụng plugin Imagethumb để tạo ảnh resized. Kiểm tra tại trang chủ.
- Đã fixed lỗi bảo mạt đối với JooBlog - http://www.securityfocus.com/bid/32236/exploit
- Xem hướng dẫn tại http://vinaora.com/joomla/bao-mat-website-joomla/134-chong-tan-cong-sql-injection.html và http://vinaora.com/joomla/bao-mat-website-joomla.html
Related news items:
Older news items:
|