• 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.

xenforo

  1. Admin

    Hướng dẫn thay tên miền cũ thành tên miền mới đơn giản cho xenforo

    Khi bạn thay đổi tên miền mà trong bài viết vẫn còn xuất hiện tên miền cũ Để thay thế hoàn toàn bằng tên miền mới hoặc nội dung mới trong bài viết bạn làm như sau Bạn vào phpmyadmin > SQL run query sau UPDATE xf_post SET message = REPLACE(message,'tên miền cũ hoặc nội dung cũ','tên miền mới...
  2. Admin

    XenForo 1.3.0 Beta 1 Released (Unsupported)

    We are happy to announce that XenForo 1.3.0 Beta 1 is now available to all customers with active licenses. XenForo 1.3 includes a number of new features, such as custom BB codes, multi-quote, and Google+/Twitter login. You can see the full list of new features in the Have You Seen...? forum...
  3. Admin

    Share style muabantop.com đẹp cho xenforo

    Demo ảnh Tải về giải nén rồi upload toàn bộ code lên host ngang hàng index.php và import .xml Tải xuống tuoitreit.vn_style muabantop.rar (48.57 KB) Chúc các bạn thành công!
  4. Admin

    Share style mobile black lishared.net cho xenforo

    Demo http://lishared.net/misc/style?style_id=38&_xfToken=1%2C1388807403%2C8e087351bd08ce5b7a81a1e4cab7c1ed4e855658 Tải hết code lên host và import .xml là xong Tải xuống Hidden content Chúc các bạn thành công!
  5. Admin

    XenForo Resource Manager 1.1.1 Released

    XenForo Resource Manager 1.1.1 is the first maintenance release for the 1.1 series of our resource manager add-on. We recommend all customers running XenForo Resource Manager 1.1.0 upgrade to 1.1.1 to benefit from increased stability. This release fixes several bugs that were reported...
  6. Admin

    Hướng dẫn xóa nhiều thành viên cho xenforo

    Bước 1: Vào AdminCP > Users > Batch Update Users ( tìm kiếm Users theo điều kiện) Bước 2: Nhập điều kiện để tìm User nhưng không cần nhập gì cả và chọn tìm kiếm để hiện thị tất cả tài khoản. Bước 3: Sau khi chọn Tìm Kiếm thì sẽ hiện số thành viên của diễn đàn, chọn View or filter matches để...
  7. Admin

    Cú pháp template trong xenforo

    Tất cả các template function của xenforo đều bắt đầu bằng xen: Ví dụ: {xen:link} 1. Biến trong xenforo template. - Biến là đại lượng được đặt tên, dùng để lưu giữ giá trị và giá trị có thể thay đổi trong quá trình thực hiện chương trình. - Cú pháp: {$<ten-bien>} hoặc {$<ten-mang>.<phan-tu>}...
  8. Admin

    Hướng dẫn ẩn nội dung trong các thẻ code với khách cho xenforo

    Chức năng: Ẩn nội dung trong thẻ code, html, php với khách và yêu cầu đăng nhập hoặc đăng ký thành viên. Hướng dẫn: 1. Ẩn nội dung trong thẻ code - Vào Admincp > mở template bb_code_tag_code xóa hết đi và thay bằng <xen:require css="bb_code.css" /> <div class="bbCodeBlock bbCodeCode">...
  9. Admin

    Share style mobile xenforo mobileworld.vn

    Demo http://phimdidong.pro Tải xuống tuoitreit.vn_style-mobile-mbw.zip (79.68 KB)
  10. Admin

    XenForo Resource Manager - Nulled by VXF.VN

    What is the Resource Manager? The Resouce Manager is an official XenForo add-on that allows you to manage resources such as files and tutorials or other article-like content along side your normal forum. The aim is allow content such as files to be listed with a focus on the initial content...
  11. S

    Sell code xenforo 1.2.3 full mod

    Code cũng tạm ổn mod trên phiên bản Xenforo 1.2.3 . Có 2 giao diện wap,web auto không giống ai ,style wap được tối ưu các thẻ js nên load rất nhanh đầy đủ tính năng như style PC nhé Demo online: http://t2vn.com Code 1.2.2 full mod được share rồi nhé...
  12. Admin

    XenForo 1.2.4 - Nulled by VXF.VN

    XenForo 1.2.4 is a maintenance release in the 1.2 series and focuses on bug fixes and stability improvements. We recommend that all customers running a previous version of 1.2 upgrade when possible. If you are currently running XenForo 1.0 or 1.1, we also recommend upgrading to 1.2 when...
  13. Admin

    Hướng dẫn tạo trang đăng nhập admincp giả cho xenforo

    Mục đích tạo trang admin.php giả là để đánh lừa kẻ tấn công và góp phần bảo mật cho diễn đàn bạn Đầu tiên bạn phải thay đổi trang đăng nhập admincp Sau đó đăng nhập host, tạo tập tin admin.php ngang hàng index.php dán code sau <!DOCTYPE html> <html id="XenForo" lang="vi-VN" class="Login">...
  14. Admin

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

    Đăng nhập host và mở /library/XenForo/Link.php -Tìm buildBasicLinkWithIntegerParam Thay tất cả bằng public static function buildBasicLinkWithIntegerParam($prefix, $action, $extension, $data, $intField, $titleField = ''){ if ((is_array($data) || $data instanceof ArrayAccess) &&...
  15. Admin

    Hướng dẫn thêm nút gửi bài mới vào trang xem bài cho xenforo

    Cách 1: Vào template thread_view Tìm <xen:navigation> <xen:breadcrumb source="$nodeBreadCrumbs" /> </xen:navigation> Thay bằng <xen:navigation> <xen:breadcrumb source="$nodeBreadCrumbs" /> </xen:navigation> <xen:if is="{$canReply}"> <xen:topctrl><a href="{xen:link...
  16. Admin

    Hướng dẫn thêm google tìm kiếm tuỳ chỉnh cho xenforo

    Đầu tiên các bạn truy cập http://www.google.com.vn/cse/ Tại dòng "Thêm mã vào trang web của bạn" bấm "Nhận mã" Mã như sau <script> (function() { var cx = 'điền vào id của bạn'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async =...
  17. Admin

    Hướng dẫn tạo trang 404 mặc định cho xenforo

    Vào AdminCP > Appearance > Phrases tìm các Phrases requested_forum_not_found, requested_page_not_found, requested_thread_not_found Phần phrases text thay bằng <meta http-equiv='refresh' content="5; url=/b> Chú ý: - content="5 là số giây chờ để redirect về trang đích, nếu muốn chuyển ngay...
  18. Admin

    Hướng dẫn tự tạo trang 404 đẹp cho xenforo

    Theme được rip từ themforest<br /> Demo ảnh<br /> <img onerror="this.src='http://tuoitreit.vn/images/misc/khongcoanh.jpg';" src="http://a.imageshack.us/img43/8889/g0og.png" border="0" alt="tự tạo trang 404 đẹp cho xenforo" /><br /> <b>Hướng dẫn sử dụng</b><br /> Bước 1: Tải code về giải...
  19. Admin

    Hướng dẫn tạo con chim đăng ký cho xenforo

    Đầu tiên các bạn download tập tin .zip bên dưới và upload ngang hàng index.php và unzip Sau đó vào template footer dán code sau vào <xen:if is="!{$visitor.user_id}"> <script type="text/javascript" src="js/chim.js"></script> <script type="text/javascript"> var frontpageUsers = 247; var...
  20. Admin

    Hướng dẫn xóa bản quyền add-ons Advertisement Manager cho xenforo

    Sau khi bạn cài add-ons sẽ gắn bản quyền của tác giả với nội dung Để xóa bạn làm như sau Đầu tiên đăng nhập host, mở tập tin library/LiamAds/Addon.php Sau đó xóa tất cả và thay bằng <?php class LiamAds_Addon { /** * Install & uninstall SQL * @var unknown */ private static...
Back
Top