1.8.x Tính Năng: Quick New Thread

Preview

Tác giả: PARADOX987

Phiên bản: 2.0.0

Gửi lúc: 07/06/2021

Cập nhật lúc: 19/02/2026

Index Page Forum Display
Mô tả
Quick Thread Plugin



Description:
This plugin adds a quick thread creation feature to your MyBB forum. Users can quickly post threads directly from the forum display page without leaving the page, with a smooth expanding form.



Features:
  • Quick Thread Form - Expandable inline form on forum display page
  • Forum Chooser - New Thread button on index page with forum selection overlay
  • MyBB Editor Support - Full SCEditor integration with toolbar
  • Poll Support - Create polls with your threads (tabbed interface)
  • Thread Prefixes - Full support for MyBB thread prefixes
  • Smooth Animations - Toggleable expand/collapse animations
  • AJAX Mode - Optional AJAX submission for faster experience
  • Responsive Design - Works on desktop and mobile devices
  • Permission Aware - Respects forum permissions




Installation:
  1. Upload the
    Code: 
    inc/plugins/Quickthread
    folder to your MyBB root directory
  2. Go to Admin CP → Plugins
  3. Activate "Quick Thread" plugin
  4. Configure settings in Admin CP → Settings → Quick Thread Settings



Changelog:
Code: 
- Added AJAX submission mode
- Added poll support with tabbed interface
- Added smooth animations (toggleable)
- Improved forum chooser with nested sub-forums
- Added prefix selector styling
- Fixed SCEditor initialization issues




Support:
For support, please visit the MyBB Community Forums.



Developed by PARADOX
Chủ đề mới từ khắp mọi nơi

Đơn giản là ut cho phép người dùng tạo một luồng trong foeum mong muốn của họ với tiền tố mong muốn. 

Cách sử dụng: - 

1). Tạo một nút có thể nhấp trên trang chỉ mục hoặc trong trang tiêu đề dưới điều hướng, liên kết phải là: - www.website.com/new.php     hoặc {$mybb->settings['bburl']}/new.php 

2). Nếu bạn muốn có một nút dưới điều hướng thì đây là các mẹo này.

Sau khi cài đặt, hãy thêm css này vào chủ đề của bạn trong global.css hoặc tạo một css mới có tên newthread.css và thêm cái này.
.newt {
đệm: 8px 18px;
đường viền: 1px solid #000;
	box-shadow: rgba (0, 0, 0, 0.16) 0px 3px 6px, rgba (255, 255, 255, 0.23) 0px 3px 6px;
bán kính viền: 4px;
bối cảnh: #fff;
màu sắc: #fff;
kích thước phông chữ: 16px;
font-weight: in đậm;
text-align: giữa;
chuyển đổi văn bản: viết hoa;
lề phải: 5px;
khoảng cách chữ cái: 1px;
trang trí văn bản: không có;
lề-đáy: 10px;
}

.newt:di chuột{
bối cảnh: #0485db;
Màu sắc: trắng;
trang trí văn bản: không có;
}

một .newt {
trang trí văn bản: không có;
}

và sau đó mở mẫu tiêu đề của bạn và cuối cùng thêm mã này

<div><a style="float: right;" class="newt" href="new.php"> Chủ đề mới </a></div>



[Image: Screenshot-2021-06-07-09-29-43-595-com-a...chrome.jpg]


Lưu ý: - Tác giả plugin là  Edson Ordaz Với bản đệ trình plugin mybb 1.6 ban đầu https://mods.mybb.com/view/new-thread . Thay đổi duy nhất tôi đã thực hiện là cập nhật plugin cho MyBB 1.8 và thêm một số tính năng bổ sung với một số lỗi.