Đuôi .html cho XenForo

Đuôi .html cho XenForo

  1. Đuôi .html cho XenForo 1.2.x

    Imma Kun
    Update :
    /library/XenForo/Link.php
    -Tìm đến function buildBasicLinkWithIntegerParam :
    Cụ thể là dòng thứ 644 (open note pad ++)
    Thay bằng:
    Mã:
    public static function buildBasicLinkWithIntegerParam($prefix, $action, $extension, $data, $intField, $titleField = '')
    {
    if ((is_array($data) || $data instanceof ArrayAccess) && isset($data[$intField]))
    {
    self::prepareExtensionAndAction($extension, $action);
    
    $title = (($titleField && !empty($data[$titleField])) ?...