-
Posts
1,887 -
Joined
-
Last visited
-
Days Won
110
Community Answers
-
admin's post in [SOLVED] bị lỗi khung soạn thảo was marked as the answer
Tạo 1 theme mới rùi chuyển wa dùng theme mới xem sao. Với các phiên bản dưới RC6 hay bị mất resource lắm.
-
admin's post in [SOLVED] Chèn fanpage Facebook và comment was marked as the answer
Đã có plugin cho facebook fanpage dạng Float & slide giống
Hidden Content
Give reaction or reply to this topic to see the hidden content.
-
admin's post in [SOLVED] Lỗi Khi Thay Đổi Tên Box ... Trong AdminCP was marked as the answer
Đã sửa lỗi cho bạn, chỉ cần add thêm các column là ok
ALTER TABLE forums ADD COLUMN default_prefix TEXT; ALTER TABLE forums ADD COLUMN newest_prefix TEXT; ALTER TABLE forums ADD COLUMN require_prefix TEXT; ALTER TABLE forums ADD COLUMN default_tags TEXT; ALTER TABLE forums ADD COLUMN show_prefix_in_desc TEXT; ALTER TABLE forums ADD COLUMN tag_mode TEXT; ALTER TABLE topic_mmod ADD COLUMN topic_prefix TEXT; ALTER TABLE topic_mmod ADD COLUMN topic_add_tags TEXT; Lý do bị là do mod Advanced Prefix, những table đó xuất phát từ mod đó.
-
admin's post in [SOLVED] Upgrade từ 3.4.7 lên 4.0 bị lỗi hiển thị tiếng Việt was marked as the answer
@Nesbit nay mình vừa sửa lỗi font tiếng việt dùm @Kayako Saeki bằng tool này
Hidden Content
Give reaction or reply to this topic to see the hidden content. Up vào ngang index.php rồi truy cập vào domaincuaban.com/utf8convert/ để convert, đợi chừng 6ph cho dữ liệu khoản 30mb là xong hết bị lỗi, tiếng Việt hiển thị đẹp mỹ mãn.
-
admin's post in [SOLVED] Sphinx cho ipb 4 was marked as the answer
Nó là mã nguồn mở hỗ trợ tìm kiếm text nhanh hơn. Nếu có VPS hay server riêng thì cài nó còn hosting thì thường ko hỗ trợ
Hidden Content
Give reaction or reply to this topic to see the hidden content. -
admin's post in [SOLVED] xin hưỡng dẫn meta và giới thiệu was marked as the answer
Mấy cái đó add meta tags, ví dụ title cho tiêu đề, description để mô tả nội dung, ví dụ viewsource ipsviet sẽ thấy
<meta name="description" content="xin hưỡng dẫn làm sao được như thế này được không ạ? và hưỡng dẫn meta "> <meta property="og:title" content="xin hưỡng dẫn meta và giới thiệu"> <meta property="og:type" content="object"> <meta property="og:description" content="xin hưỡng dẫn làm sao được như thế này được không ạ? và hưỡng dẫn meta "> <meta property="og:updated_time" content="2015-03-15T03:17:49Z"> <meta property="og:site_name" content="Zuzu.vn"> <meta property="og:locale" content="en_US"> Tham khảo:
Hidden Content
Give reaction or reply to this topic to see the hidden content. IPS nó đã add sẵn meta rồi, nếu muốn thêm thì vào mục Meta Tags thôi.
-
admin's post in [SOLVED] Cài app IP.content, Blog... was marked as the answer
Vô acp, applications, bấm nút install và browse đến file .tar
Hoặc giải nén nó ra thư mục tên của app chép vào /application/ rùi vô acp cài
-
admin's post in [SOLVED] Tự động xóa bài viết was marked as the answer
Đây
Hidden Content
Give reaction or reply to this topic to see the hidden content.
Hidden Content
Give reaction or reply to this topic to see the hidden content. (chưa test)
-
admin's post in [SOLVED] Set Moderator was marked as the answer
Vô nhóm đó là được toàn quyền quản lý ModCP luôn, ko có option chỉnh lại.
-
admin's post in [SOLVED] search member for age was marked as the answer
Hiện tại ko có hook cho chức năng này. Nhưg bạn có thể sử dụng Member Profile Field cho năm sinh và bật tìm kiếm cho nó.
-
admin's post in [SOLVED] Nhờ Download hộ Simple Points 2.4.2 was marked as the answer
Đây bạn
Hidden Content
Give reaction or reply to this topic to see the hidden content. -
admin's post in [SOLVED] Thay đổi số bài viết hiển thị trên Sidebar. was marked as the answer
Thay số lượng hiển thị cho topics ở sidebar, mở file admin/applications/forums/sources/classes/forums/class_forums.php
Tìm
Hidden Content
Give reaction or reply to this topic to see the hidden content. Cái $topicCount=5 chính là số bài viết hiển thị
Còn với status thì mở admin/applications/members/sources/classes/hooks/gateway.php
Tìm và thay thế đoạn code này bằng một số xác định, ví dụ 10
Hidden Content
Give reaction or reply to this topic to see the hidden content. Hoặc mở conf_global.php thêm đoạn này vào khúc cuối cùng, phía trên ?>
Hidden Content
Give reaction or reply to this topic to see the hidden content. -
admin's post in [SOLVED] Cách cài Latex cho IPB was marked as the answer
Bạn vào ACP -> Look & Feel -> chọn skin -> Global Template -> globalTemplate, tìm </head> và thêm nó ở trước xong Save lại.
-
admin's post in [SOLVED] Hỏi tí về IP.Nexus ! was marked as the answer
Documentation của Ip.Nexus đây
http://community.invisionpower.com/resources/documentation/index.html/_/documentation/administrator-control-panel/nexus/ -
admin's post in [SOLVED] Custom playout của Portal was marked as the answer
Vào ACP -> Look & Feel -> chọn skin
Xong rồi chọn mấy cái group template Portal, chỉnh sửa từng template bit của nó. CSS thì bấm qua tab CSS.
-
admin's post in [SOLVED] Tạo thêm button trong CKEditor was marked as the answer
IPB dùng ckeditor v3, làm theo hướng dẫn nhưng nó bị mất luôn editor nếu thêm js vào, có thể do prototype của IPB.
File bạn cần đây
Hidden Content
Give reaction or reply to this topic to see the hidden content.
-
admin's post in [SOLVED] .post_block h3 không đều was marked as the answer
trong ipb_styles.css tìm
Hidden Content
Give reaction or reply to this topic to see the hidden content.
Thay bằng
.ipsBox { padding: 0px;} .ipsPad { padding: 9px; }
Hidden Content
Give reaction or reply to this topic to see the hidden content.
P/s Skin ipsviet chỉ là skin mặc định.
-
admin's post in [SOLVED] Thêm quyền cho Mod was marked as the answer
Quyền cho mod thì có thể edit cái group của mod. Và khi add 1 mem nào đó làm mod thì nó sẽ hiện ra 1 trang để tùy chọn các quyền hạn của mod đó.
Còn về view email, mặc định IPB chỉ hiển thị email của thành viên với admin (nhóm có quyền dùng ACP). Nếu mún hiển thị cho nhóm mod khác thì có thể làm như sau.
Look & Feel -> chọn skin -> Profiles -> profileModern
Tìm
Hidden Content
Give reaction or reply to this topic to see the hidden content. Thay bằng
Hidden Content
Give reaction or reply to this topic to see the hidden content.
Trong đó 4,6 là những ID của nhóm mà bạn muốn cho phép xem dc email.
-
admin's post in [SOLVED] Bỏ Tag trong trang gửi bài mới. was marked as the answer
Vào edit forum đó, rồi wa cái Posable Settings -> kéo xuống cuối cùng Disable Tagging đi
-
admin's post in [SOLVED] Tiếng Việt Cho IPB 3.3 was marked as the answer
Có cả file xml
Hidden Content
Give reaction or reply to this topic to see the hidden content. -
admin's post in [SOLVED] Cách đổi màu background trên userbar. was marked as the answer
Nó nằm ở
Hidden Content
Give reaction or reply to this topic to see the hidden content.
-
admin's post in [SOLVED] Làm sao chỉnh lại vị trí chữ "Bài viết" và số bài viết trong Profile. was marked as the answer
Vào ACP -> Look & Feel -> chọn skin -> Global Template -> userInfoPanel
Nó nằm ở
Hidden Content
Give reaction or reply to this topic to see the hidden content. Sửa thành
Hidden Content
Give reaction or reply to this topic to see the hidden content.
-
admin's post in [SOLVED] Làm sao để có được list danh mục các box như zuzu. was marked as the answer
@Devil8888
Vào ACP -> look & feel -> chọn skin -> click wa tab CSS -> ipb_styles.css
Tìm
Hidden Content
Give reaction or reply to this topic to see the hidden content. Thay bằng:
Hidden Content
Give reaction or reply to this topic to see the hidden content. Save lại. Tiếp tục bấm lại cái tab Template -> Board Index -> boardIndexTemplate Tìm
Hidden Content
Give reaction or reply to this topic to see the hidden content. Thay bằng
Hidden Content
Give reaction or reply to this topic to see the hidden content.
Save lại, xong.