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

Những lỗi cơ bản thường gặp khi làm forum vbb

[1st]_Choak

New Member
Vip
0. Hướng dẫn cài đặt Forum

Sau khi mua và dowload forum vbuilletin ở địa chỉ http://vbulletin.com, hoặc các bạn có thể tìm qua google với từ khoá vd: vbb4( hiện nay đã ra khá nhiều phiên bản và bản mới nhất đã lên tới 4. Phiên bản này đang được các forum năng cấp lên từ phiên bản 3.8.4, Ngoài ra phiên bản 3.8.4 vẫn còn khá phổ biến hiện nay do được nhiều người dùng, có nhiều mod đã có, đối với vbb4 thì đang bắt đầu phát triển. Đó là đánh giá của mình......hjhj) về huynh đệ giải nén, trong đó sẽ có thư mục "upload" và dùng một chương trình upload nào đó ví dụ như leapftp để upload hết thư mục "upload" này lên host của huynh đệ, sau khi upload xong huynh đệ có thể rename thư mục upload này thành từ "forum" cho đẹp và bắt đầu cài đặt như sau:

Vào : forum/includes/
tìm file config.php.new sau đó dùng một chương trình nào đó như notepab hay edirplus để edit nó và lưu lại dưới tên file là config.php . Huynh đệ chỉ cần thay đặt lại tên file mà không cần thay đổi nội dung file...
Tiếp theo huynh đệ phải tạo database cho forum trong phpmyadmin với user và pass nào đó, ví dụ: <database name: LSBforum ; user: forum pass: hào kiệt lương sơn>
Huynh đệ vào mục browser của trình Internet explorer và gõ đường dẩn sau:

Domain Name Registration and Web Hosting | Domain.com

Trong mục Customer Number chính là license của huynh đệ khi mua vbulletin, lincense này cũng chính là user và password khi huynh đệ là member của vbulletin, huynh đệ chỉ cần điền license user thôi. Sau đó huynh đệ tiếp tục click vào Enter Installer nếu đúng license thì quá trình install lại được tiếp diễn
click vào Net step(1/13) để tiếp tục, cứ như vậy click đến Net Step (9/13):
Trong mục này huynh đệ cần điền một số thông số như " BB Title " mặc định là Forums " Homepage Title " tựa đề cho forum cài này sẽ thể hiện ở dưới thành tiêu đề và mục head cho forum của huynh đệ...vv... các mục khác huynh đệ có thể để mặc định cũng được hay có thể thay đổi mục đường dẫn cho cookie path để tăng thêm tính bảo mật cho forum của huynh đệ. tiếp tục click Continue.
Trong mục này huynh đệ phải điền các thông số cá nhân của huynh đệ như tên người quản tri admin, pass cho admin và email.... click continue rùi Next Step(13/13) lúc này sẽ hiện thông báo:

Trích dẫn:
Nguyên văn gởi bởi vbb
YOU MUST DELETE THE FOLLOWING FILES BEFORE CONTINUING:
install/install.php
install/upgrade1.php
When you have done this, You may now proceed to your control panel.
The control panel can be found here

Huynh đệ phải rename hay delete 2 file đó đi... sau đó click vào nút "here" để đăng nhập vào bảng điểu khiển của nhà quản trị forum với user và pass như đã tạo ở trên. Huynh đệ đã cài đặt thành công Vbulletin
1. Cách chỉnh số lượng PM trong Message cho từng nhóm ?
Vào trong control panel, xuống phần usergroups/Usergroup Manger, chọn group thành viên (members) bấm edit (thay đổi). Xuống phần Private Message Permissions/Maximum Stored Messages: thông báo số bài ở đó.

2. Làm sao chỉnh mặc định chế độ WYSIWYG ?
vBulletin Options >> User Registration Options >> Khung Soản Thảo - chọn Show Enhanced (WYSIWYG) Editor Toolbar


3. Cách set Permission Cho Forums ?
Forums & Moderators (Diễn Đàn & Ban Quản Trị) >> View Permissions >>
Chọn Forum (chuyên mục), và chọn Usergroup rồi ở dưới đánh dấu vào những quyền mà bạn muốn.


HTML Code:

[/%4$s REQUEST, array('perpage' => INT, 'pagenumber', 'highlight' => STR, 'goto'
and below, add:


PHP Code:
if ($bbuserinfo['userid'] == 0)
{
print_no_permission();


}
4. Làm sao để hiện chữ ký ?
vBulletion Options >> User Profile Options --> Editing Setting >> Allow Code in Signatures


5. Làm thế nào để chỉnh category title vào giữa ?
Vào control panel
Style Manager chọn style bấm GO
Xuống khung Catagory Strips ở phần Extra CSS Attributes (bên phải) trong đó thêm vào PHP Code:


PHP Code:
text-align: center;




Save lại

6. Nơi Chỉnh Dung Lượng Upload Diễn Đàn?
1. vBB Control Panel
2. vBulletin Options/Message Attachment Options
3. Limit Space Taken Up By Attchments (Total) <--> số dung lượng ở đó.

7. Làm sao để tách Announcement (Thông Báo) trên diễn đàn ?
vào Control Panel >> chọn vbb options ---> Forum Display Options (forumdisplay)
Trong hộp thoại Forum display xưống dưới cuối huynh đệ sẽ thấy thẻ Group Announcements >> Chọn No
10. Làm sao để add một moderator vào một forum:
vBB Admin Control Panel
Forum & Moderators / Forum Manager
Chọn chuyên mục bên phải (cột Moderators) chọn Add Moderator bấm GO
Bỏ username của members đó vào khung Moderator Username (khung thứ hai)
Save lại
11. Làm sao để việt hóa vbb ?
1. admincp >> Style & Templates >> style manager >> common templates
2. Trong headinclude tìm dòng code:


PHP Code:
<style type="text/css">
<!--
$style[css]
-->





trên đoạn đó thêm vào:


<SCRIPT language=Javascript src="viettyping.js"></SCRIPT>


Copy file "viettyping.js vào forum cùng với thư mục đặt file index.php. Bạn đã có thể gõ tiếng việt trong forum.
Riêng phần này hôm sau mình sẽ viết riêng một bài để các bạn mới tập làm web có thể hiểu hơn
12. Làm sao để xoá members chưa hoàn thành việc đăng ký ?
1. vBulletin Control Panel >> Users/Prune Users
>> Usergroup chọn "users awaiting email confirmation"
Has not logged on for x days = 0
Join Date is Before = thông báo giời gian muốn xoá
Posts is less than = 0
Order By = gì cũng được
>> Bấm Findđể tiếp tục.

2. vào Import & Maintenance/Update Counters và chạy:
Update Forums , Update User Titles , Update User Name , Update Post Counts
13. Cách tạo Category ?
Forums & Moderators >> Add New Forum >> Ở đây huynh đệ điền những thông tin của catagory huynh đệ muốn vào đó nhưng tới phần Parent Forum thì bạn chọn là No One >> Ở fần Act as Forum thì chọn NO >> Save lại
14. Làm sao để tạo màu cho members online ?
cpadmin >> Usergroups >> Usergroup Manager >> Administrators ---> click Tiếp tục
ngay chỗ Username HTML Markup ô đầu


PHP Code:
<b> ô sau </b>





Làm tương tự với Moderators


PHP Code:
<font color="màu"> </font>





15. Làm sao để add một logo nhỏ ở dưới cùng trang ?
Style & Templates
Style Manager
Chọn Style >> Tiếp Tục
Footer (khung thứ 3)
sau phần:


PHP Code:
$vboptions[copyrighttext]
</div>
</div>





bỏ đoạn code bạn muốn bỏ vào.
16. Làm sao tắt chế độ Awaiting Moderation ?
vBulletin Control Panel
Forum & Moderators
Forum Manager
Chọn forum = Edit Forum >> Tiếp Tục
Moderate Posts = không
Moderate Threads = không
Moderate Attachment = không

17. Làm sao để dời vị trí của file Attachment ?
vbulletin control panel
Đính Kèm (Attachment)
Attachment Storage Type
chọn "Move Items to a Difference Directory
18. Làm sao để bỏ phần email notifications ?

ACP >> Templates >> Modify - Then select the style you want to modify.
New Posting Templates > newreply
New Posting Templates > newthread

sửa lại bằng cách comment out đoạn dưới đây:


PHP Code:
<input type="checkbox" name="email" value="yes" $emailchecked>


19. Làm sao để cài đặt skin vbb ?
1. dowwnload skin
2. Copy thư mục skin vào host (chú ý : nếu huynh đệ down một skin nào đó về ví dụ là A thì trong thư mục A đó sẽ có các thư mục con như B - C - D ..v..v.. việc mà huynh đệ cần làm là copy thư mục A đó vào Host và thư mục A đó nằm ở thư mục chứa file index.php của forum)
3. đăng nhập vào admincp có dạng đường dẫn như sauhttp://domain/forum/admincp/,nếu huynh đệ cài trên localhost thì đường dẫn của nó sẽ có dạng [url="http://localhost/forum/admincp/"]404 Not Found[/url].
4. ACP >> Style & Templates >> Download & upload stylenhìn qua bên phải và kéo xuống một tí bạn sẽ thấy chữ Browse bấm vào đó chọn cái file *.xml của skin đó xong huynh đệ chọn Yes rồi ngồi đợi một lúc để nó nạp skin mới.


20. Làm sao để xóa skin của vbb ?
vBB Control Panel
Styles & Templates
Style Manager
Chọn style và ở khung dropdown và bấm vào "Delete Style
21. Tại sao vbb không tự động đăng nhập ?
Nếu máy của bạn không có lỗi mà vẫn gặp trường hợp trên thì do 1 trong hai nguyên nhân sau:
1. bạn đã chỉnh browser của huynh đệ xoá cookies khi browser đóng.
2. Bạn chỉnh timeout cookies quá nhanh trong ACP.

22. Làm sao để bật Quick Reply ?
Log vào Admin Control Panel
Chọn vBulletin Options trong Options
Chọn Message Posting and Editing Options và bấm vào Edit Settings
Quick Reply Enabled chọn YES
Require Click for Quick Reply chọn YES
Save lại.


23. Làm sao để việt hóa chức năng Quick Reply ?
Admin Control Panel
Chọn Style Manger trong Styles & Templates
Bấm vào >><< (kế bên Go)
Trong mục Show Thread Templates chọn showthread_quickreply
Bắt đầu Việt hoá từ đó.

24. Làm sao để chèn biểu tượng trước tên mỗi chuyên mục ?
PHP Code:
####################################
##Custom Image Per Forum TMP MOD ###
####################################
## Written by: Ant ###
## Website: [url="http://anzanime.net/"]あんずのアニログ[/url] ###
## Created on: 11.16.03 ###
####################################
## Templates Added: 0 ###
## Templated Edited: 2 ###
## Edited Templates: ###
##-forumhome_forumbit_level1_post###
##-forumhome_forumbit_level2_post###
####################################
#####TEMPLATE: forumhome_forumbit_level1_post
####Find:####
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="forum_$forum[statusicon].gif" title="" border="0" />
####Replace/Add After with:####
<img src="$stylevar[imgdir_statusicon]/forums/forum_$forum[forumid].gif" alt="forum_$forum[statusicon].gif" title="" border="0" />

####TEMPLATE: forumhome_forumbit_level2_post
####Find:####
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="forum_$forum[statusicon].gif" title="" border="0" />
####Replace/Add After with:####
<img src="$stylevar[imgdir_statusicon]/forums/forum_$forum[forumid].gif" alt="forum_$forum[statusicon].gif" title="" border="0" />


And that's it, you're done! Simple, ne?
Be sure to create and upload all the images into the statusicons/forums directory
THIS CANNOT BE REDISRIBUTED WITHOUT MY EXPLICIT PERMISSION
25. Làm sao để dời phần Post Icon từ bên dưới trình soạn thảo lên phía trên của trình soạn thảo ?
Bạn hãy mở những templates: newthread, newreply và editpost ra tìm đoạn:
PHP Code:
$posticons


dời nó lên trên và đặt ở dưới đoạn:
PHP Code:
<!-- message area -->


26. Làm sao để gắn MViệt vào vbb ?



1.Tải dữ kiện kèm theo ở cuối bài, bung ra đẩy lên server đặt trong thư kiện forum của bạn.
2.Log vào vBulletin Control Panel (với quyền admin)
3.Mở Style Manager chọn Style bạn dùng và bấm GO (tiếp tục).
4.Ở cuối khung headinclude thêm đoạn code ở dưới vào
PHP Code:
<!-- begin mviet -Harrypotter-->
<script language="javascript1.2" >
var folder='./10jsUha2/';
var defMV="\'1s|`2f|?3r|~4x|j.5|z|^6aeo|+*7w|(8w|d9|\\ |";
</script>
<script language="javascript1.2" src="10jsUha2/mviet/CViet.js"></script>
<script language="javascript1.2" src="10jsUha2/mviet/CVietAddOn.js"></script>
<script language="javascript1.2" src="10jsUha2/mviet/mviet.js"></script>
<style type="text/css">
@import url(10jsUha2/mviet/mviet.css);
</style>
<!-- /end mviet -Harrypotter -->


5. Sau đó dùng style manager để mở những templates ở dưới ra và theo hướng dẫn ở cấu số 6.


PHP Code:
newthread
newreply
editpost


6. Lần lượt mở từng templates ở cấu số 5 vả tìm đoạn:


PHP Code:
<!-- message area --> <div class="smallfont">$vbphrase[message]:</div>[left]


ở trước thêm vào:


PHP Code:
<!-- bo go mViet-Harrypotter -->
<fieldset class="fieldset">
<legend>bộ gõ mViệt</legend>
<div style="padding:$stylevar[formspacer]px">
<center>
<div id="kieugodiv"></div><div id="jvmdiv"></div>
<script language="javascript1.2" defer >initBD(); </script>
</center>
</div>
</fieldset>
<!-- / end bo go mViet-Harypotter -->



và tìm đến đoạn


PHP Code:
$messagearea
<!-- / message area -->


ở dưới thêm vào


PHP Code:
<!-- Harrpotter-mViet -->
<b><center>
<a onClick="if(!navigator.javaEnabled())
alert('Please download JVM at java.sun.com to use this feature');
else { if(document.all) kieugodiv.innerHTML=Kh3+iFr1+mvHN+iFr2+Kh2;
else document.getElementById('kieugodiv').innerHTML=Kh3 +iFr1+mvHN+iFr2+Kh2;}"
alt="Hỏi Ngã">bấm vào đây để duyệt chính tả khi viết bài</a>
</b></center>
<!-- / end Harrypotter-mViet -->


7. Save lại các templates đó là xong
27. Làm sao để gắn bảng dấu vào khung nhắn tin ?
Mở template pm_newpm và tìm đoạn:


PHP Code:
</script>
$postpreview




Ở dưới thêm vào:

PHP Code:
<!-- mViet table-Harrypotter -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('newpost_options')">
<img id="collapseimg_newpost_options" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_newpost_options].gif" alt="" border="0" />
</a>
Bộ Dấu Cá Nhân
</td>
</tr>
<tbody id="collapseobj_newpost_options" style="$vbcollapse[collapseobj_newpost_options]">
<tr valign="top">
<td class="panelsurround" align="center">
<div class="panel">
<div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
<!-- bo go mViet -->
<fieldset class="fieldset">
<legend>bộ gõ mViệt</legend>
<div style="padding:$stylevar[formspacer]px">
<center>
<div id="kieugodiv"></div><div id="jvmdiv"></div>
<script language="javascript1.2" defer >initBD(); </script>
</center>
</div>
</fieldset>
<!-- / end bo go mViet -->
</div>
</div>
</td>
</tr>
</table>
<br />
<!--/ end mViet table -Harrypotter-->


Save lại là xong.
28. Làm Thế Nào Để thay đổi các từ thô tục trên diễn đàn?
vBulletin Options -> Censorship Options - > Censored Words

Tại ô Censored Words Bạn điền những từ cần lọc , Chúc thành công
29. Làm thế nào để thay đổi câu hỏi khi đăng kí?
Admincp=>Human Veification Manager=>
đánh tích vào: ô Question & Answer Verification trong Human Verification Libray=> save lại
Tiếp theo nhấn vào Add New Question :
Trong ô Question các bạn điền câu hỏi vào. ô Regular Expression để nguyên.
và nhấn vào ô Add New Answer điền câu trả lời vào, khi mem đăng kí khi điền đúng câu trả lời mới đăng kí thành công.
Rồi lưu lại.
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top