Thứ Bảy, 22 tháng 6, 2013

Các vấn đề thường gặp Joomla

1.Maxium file upload
php.ini -> upload root
upload_max_filesize = 50M
post_max_size = 50M
------------
2.JCE max file
Profile
Param Parameter
File System  1024*so MB
---------------------
3. Bật url mod_rewrite bị lỗi
Options +FollowSymLinks (dong 23 ) trong file .htaccess
lpvietnamcom: php_value upload_max_filesize 20m
php_value post_max_size 20m
-----------------------------
4. Zoo>cofig not view postion
plugins\system\widgetkit_zoo\widgets\slideshow\renderer\item
mod_zooitem/renders/item file .xml position config...
-----------------------------
5. Zoo>Pagination
administrator\components\com_zoo\framework\classes
------------------------------
6. Bị lỗi link \" squot
php.ini magic_quotes_gpc = Off
htaccess magic_quotes_gpc Off
----------------------------------
7.Add module php
<?php if (count(JModuleHelper::getModules('sharethis'))){ ?>   
    <?php
    $new_modules = JModuleHelper::getModules( 'sharethis');
    $attribs['style'] = 'xhtml';
    foreach ($new_modules as $new_module){
        echo JModuleHelper::renderModule($new_module, $attribs);
    }
    }?>
-------------------------
8. Jcomment template >component>tpl>index +form
-------------------------
9. Facebook open grard
Joomla facebook plugin
-------------------------
10. Cách dùng menu để tự động hiển thị com_user login,
 Tạo hidden menu + menu article (link page của bạn )... access : registed
 Main menu + menu type SYTEM LINK alias (trỏ đến menu article của hidden menu) ... access is public

Cách hoạt động khi:

  1. Guest vào thì sẽ thấy link của Main menu clicks vào menu type alias.
  2. Khi click alias: hệ thống tự động trỏ đến Hidden menu article với item access register
  3. Với menu access register (hệ thống kiểm tra chưa đăng nhập) sẽ tự động trỏ về com_user view login.

0 nhận xét:

Đăng nhận xét