Ðăng Nhập

View Full Version : Module số người online, thời gian trên thanh menu



luv
26-08-2010, 11:19 PM
Trước hết mời anh em xem ảnh chụp màn hình diễn đàn Muare.vn và để ý 2 vùng khoanh ĐỎ
http://i6.photobucket.com/albums/y248/tommydk/MR.jpg
Mình đang dùng vbb 4.0.3.

Thứ 1: Mình muốn hiển thị số người đang online và thời gian trên thanh menu trên cùng của 4rum thay vì mặc định nó hiển thị ở cuối diễn đàn (footer).

Thứ 2: Mình muốn tạo thêm 1 cột hiển thị số chủ đề/bài viết như trên.
Ở vbb 4.0.3 của mình có 1 cột hiển thị thông số này rồi song bên trên nó ko có "tên" là Chủ đề/ Bài viết như ở Muare, với lại nó hiển thị kiểu Chủ đề: xxxx, Bài viết: yyyy ở 2 dòng khác nhau chứ ko cùng 1 dòng xxxx/yyyy như ở đây.

Anh em nào biết về 2 vấn đề này, xin chỉ giáo.

Chân thành cảm ơn :MatCuoi (35):

hau_ooo
27-08-2010, 10:59 AM
Biến thống kê site:
* $totalthreads - Displays the total number of threads in the forum
* $totalposts - Displays total number of posts in the forum
* $numbermembers - Display total number of members in the forum
* $totalonline - Displays the number of total users currently online
* $numberregistered - Displays the number of total registered users currently online
* $numberguest - Displays the number of total guests currently online
* $recordusers - Displays the number of most users ever online
* $recorddate - Displays the date on which most users were ever online
* $recordtime - Displays the time on which most users were ever online
* $activeusers - Displays a list of currently active/online Users (i.e. logged in)
* $activemembers - Displays the number of members who are active in the forum
* $newusername - Displays the username of the newly registered user
* $birthdays - Displays list of users whose birthday is today
* $upcomingevents - Displays list of upcoming events



Đây là 1 số biến thống kê của VBB, chèn vào vị trí mà bạn muốn hiển thị

luv
28-08-2010, 02:22 AM
mình chèn vào 1 số vị trí, song nó vẫn hiện ý nguyên tên cái biến đó, như $totalonline chẳng hạn, chứ chẳng hiện kết quả :|
plz help me :|

hau_ooo
29-08-2010, 03:20 PM
Bạn vào template FORUMHOME sau đó nhìn qua các đoạn code là sẽ hiểu


<div id="wgo_stats" class="wgo_subblock">
<h3><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}</h3>
<div>
<dl>
<dt>{vb:rawphrase threads}</dt>
<dd>{vb:raw totalthreads}</dd>
<dt>{vb:rawphrase posts}</dt>
<dd>{vb:raw totalposts}</dd>
<dt>{vb:rawphrase members}</dt>
<dd>{vb:raw numbermembers}</dd>