• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn thêm đuôi .html cho xenforo không dùng add-ons

Admin

Well-Known Member
Staff member
Administrator
Đăng nhập host và mở /library/XenForo/Link.php
-Tìm buildBasicLinkWithIntegerParam
Thay tất cả bằng
PHP:
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])) ?...
Lưu lại là xong
Chúc bạn thành công!
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top