Mặc định khi đăng chủ đề mới trong xenforo có chức năng đăng bình chọn, và hầu như ít ai sử dụng đến. Nên hôm nay mình sẽ hướng dẫn các bạn cách xóa bỏ đăng bình chọn khi tạo chủ đề mới trong xenforo. Cách làm như sau: Đầu tiên bạn đăng nhập vào phần admin. Vào Appearance > Templates > mở file thread_create Nhấn Ctrl+F tìm đến dòng Xóa đoạn code sau nó Mã: </xen:if> <xen:hook name="thread_create_fields_extra" params="{xen:array 'forum={$forum}'}" /> <xen:if is="{$canPostPoll}"> <h3 class="textHeading">{xen:phrase post_poll}</h3> <xen:include template="helper_poll_create" /> </xen:if> </xen:hook> <xen:if is="{$visitor.user_id} OR {$canPostPoll}"> <dl class="ctrlUnit submitUnit"> <dt></dt> <dd> <input type="submit" value="{xen:phrase create_thread}" class="button primary" /> <input type="button" value="{xen:phrase preview}..." class="button PreviewButton JsOnly" /> </dd> </dl> </xen:if> <input type="hidden" name="_xfToken" value="{$visitor.csrf_token_page}" /> </form> <xen:comment><xen:include template="editor" /></xen:comment> Thay thế bằng đoạn code: Mã: </xen:if> </xen:hook> </form> <xen:comment><xen:include template="editor" /></xen:comment> Cuối cùng nhấn " Save all Changes " Chúc các bạn thành công!