Hỏi về cách làm 4rum ở phpbb

Started by Lovers_Again, 27/03/08, 18:15

Previous topic - Next topic

Lovers_Again

Bác SSM ơi không hiểu tại sao từ khi em chuyển chatbox lên trên diễn đàn và add thêm mấy cảnh image ranks  thì diễn đàn cũng chạy chậm lắm anh à nhất là ở IE

em đang add một mod thì gặp 2 câu lệnh này bảo em chạy sql hic
<sql><![CDATA[CREATE TABLE `phpbb_thanks` (
  `post_id` mediumint(8) NOT NULL default '0',
  `user_id` mediumint(8) NOT NULL default '0'


bác chỉ giúp em chạy 2 lệnh này ở đâu trên host vậy bác??????
Nguy hiểm nhất là khi: Đứng trước Bò, Sau lưng Ngựa và ở cạnh người Ngu

saos@ngmo

chạy trong PHPMyadmin của host

Lovers_Again

Bác SSM ơi cái MOD thank em đã đưa vào ngay dưới profilemember rồi
nhưng bây giờ em muốn sửa cái
Received---------->> Nhận được
và cái Given------------>>đã cho

thì phải sửa lang nào đây? Cái MOD thanks này không hỗ trợ tiếng việt hả Bác
Nguy hiểm nhất là khi: Đứng trước Bò, Sau lưng Ngựa và ở cạnh người Ngu

saos@ngmo

trong thư mục languages/vi tìm tới file common.php, nhớ backup file đó trước khi sửa

Lovers_Again

Bác SSM ơi.
Em chạy 6 câu lệnh SQL dưới đây thì bị lỗi ạ

INSERT INTO phpbb_config (config_name, config_value) VALUES ('amount_top_posters', '10');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('top_posters_hours', '24');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('top_posters_excl_adm', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('top_posters_excl_mod', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('top_posters_excl_ids', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('top_posters_excl_hours', '0');



Nó bị lỗi này


QuoteError
SQL query:

INSERT INTO phpbb_config( config_name, config_value )
VALUES (

'amount_top_posters', '10'
)

MySQL said: 

#1146 - Table 'loversagain.phpbb_config' doesn't exist

Nguy hiểm nhất là khi: Đứng trước Bò, Sau lưng Ngựa và ở cạnh người Ngu

Lovers_Again

Em chạy được rồi bác ạ thiếu chế độ bảo mật bác đặt :D
Nguy hiểm nhất là khi: Đứng trước Bò, Sau lưng Ngựa và ở cạnh người Ngu

Lovers_Again



Bác SSM ơi quay về với cái này giúp em với .

Còn một vấn đề nữa Tuy bây giờ đã add được MOD top 10 poster  rồi. Nhưng bây giờ em muốn cho toàn bộ vào thống kê như của hTy mình chứ không phải như của em

Thống Kê nằm 1 nơi
Top 10 poster nằm 1 nơi
Nguy hiểm nhất là khi: Đứng trước Bò, Sau lưng Ngựa và ở cạnh người Ngu

Lovers_Again

DIY Instructions
These are manual instructions that cannot be performed automatically. You should follow these instructions carefully.

Code:Select All
You have to create the following modules in the ACP. Please note that any mistake in creating these modules and module categories may cause errors when you try to view the statistics page.
Login to your ACP, go to 'SYSTEM' tab. Here click 'Forum statistics' under Module management. Create the following modules...

First create this parent module
Go to your ACP -> System, click Administration Control Panel under Module Management
Click 'System' among the list of displayed modules.
Click 'Module Management' among the list of displayed modules.
Click the 'Create New Module' button and create a new module with the following attributes:
   'Module language name'    : FS
   'Module type'      : Module
   'Parent'      : Module Management         
   'Module enabled'   : Yes
   'Choose module'      : Module management [acp_modules]
   'Choose module mode'   : Forum statistics
Now you can see 'Forum Statistics' under Module management on the left sidebar.   

For creating each module, first click the 'Create new module' button so that it takes you to the module creation page under 'Forum statistics'.

First we have to create categories... Create them as follows:
For each of the categories, select
   'Module type' : Category,
   'Parent' : No parent,
   'Module enabled' : Yes
   
Now create each of the following categories with the following 'Module language name' and above common settings
1.   FS_BASIC
2.   FS_ACTIVITY
3.   FS_CONTRIBUTIONS
4.   FS_PERIODIC
5.   FS_SETTINGS
   
Now create each of the modules with the following common settings
   'Module type' : Module,
   'Module enabled' : Yes,
   
The following are the individual modules to be created
1.      'Module language name'      : FS_BASIC_BASIC
      'Parent'         : 'Basic statistics'
      'Choose module'         : 'Basic statistics [fs_basic]'
      'Choose module mode'      : 'Basic'
2.      'Module language name'      : FS_BASIC_ADVANCED
      'Parent'         : 'Basic statistics'
      'Choose module'         : 'Basic statistics [fs_basic]'
      'Choose module mode'      : 'Advanced'
3.      'Module language name'      : FS_ACTIVITY_FORUMS
      'Parent'         : 'Forum Activity'
      'Choose module'         : 'Forum Activity [fs_activity]'
      'Choose module mode'      : 'Forums'
4.      'Module language name'      : FS_ACTIVITY_TOPICS
      'Parent'         : 'Forum Activity'
      'Choose module'         : 'Forum Activity [fs_activity]'
      'Choose module mode'      : 'Topics'
5.      'Module language name'      : FS_ACTIVITY_USERS
      'Parent'         : 'Forum Activity'
      'Choose module'         : 'Forum Activity [fs_activity]'
      'Choose module mode'      : 'Users'
6.      'Module language name'      : FS_CONTRIBUTIONS_ATTACHMENTS
      'Parent'         : 'Forum Contributions'
      'Choose module'         : 'Forum Contributions [fs_contributions]'
      'Choose module mode'      : 'Attachments'
7.      'Module language name'      : FS_CONTRIBUTIONS_POLLS
      'Parent'         : 'Forum Contributions'
      'Choose module'         : 'Forum Contributions [fs_contributions]'
      'Choose module mode'      : 'Polls'
8.      'Module language name'      : FS_PERIODIC_DAILY
      'Parent'         : 'Periodic statistics'
      'Choose module'         : 'Periodic statistics [fs_periodic]'
      'Choose module mode'      : 'Daily statistics'
9.      'Module language name'      : FS_PERIODIC_MONTHLY
      'Parent'         : 'Periodic statistics'
      'Choose module'         : 'Periodic statistics [fs_periodic]'
      'Choose module mode'      : 'Monthly statistics'
10.      'Module language name'      : FS_PERIODIC_HOURLY
      'Parent'         : 'Periodic statistics'
      'Choose module'         : 'Periodic statistics [fs_periodic]'
      'Choose module mode'      : 'Hourly statistics'
11.      'Module language name'      : FS_SETTINGS_BOARD
      'Parent'         : 'Settings statistics'
      'Choose module'         : 'Settings statistics [fs_settings]'
      'Choose module mode'      : 'Board settings'
12.      'Module language name'      : FS_SETTINGS_PROFILE
      'Parent'         : 'Settings statistics'
      'Choose module'         : 'Settings statistics [fs_settings]'
      'Choose module mode'      : 'Profile settings'

Now you are ready to enjoy the dynamic forum statistics each time you view the statistics page.

Remember to purge the cache and refresh the theme and template.






Bác SSM ơi đoạn code trên chỉ dẫn cho em làm tay những gì vậy
Nguy hiểm nhất là khi: Đứng trước Bò, Sau lưng Ngựa và ở cạnh người Ngu

origamih

hình như L_A ko dùng phpBB nữa hả ?
unknowns

Lovers_Again

Quote from: origamih on 12/08/08, 09:06
hình như L_A ko dùng phpBB nữa hả ?

Ko bạn à. Thử SMF rồi.  :wub:
Nguy hiểm nhất là khi: Đứng trước Bò, Sau lưng Ngựa và ở cạnh người Ngu

SEO ngành nghề, cỏ nhân tạo, chuyên sửa máy rửa bát tại hà nội, chuyên sửa chữa tivi tại nhà ở Hà Nội, đặt hàng tượng phật đồ thờ tâm linh làng nghề Sơn Đồng | Điện lạnh Bách Khoa Hà Nội