This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
mantisbt:phpfreechat [2011/11/16 07:33] atrol The page rendering was broken (maybe since new PHP version on mantisbt.org). Added new line to fix it at end of file. |
mantisbt:phpfreechat [2019/01/14 06:00] (current) dregad [Integration Steps] ref Admin Guide for custom string localization |
||
---|---|---|---|
Line 88: | Line 88: | ||
</code> | </code> | ||
- | * If you would like to localize the menu option then replace "Chat" with "chat" in the config_inc.php and define $s_chat based in custom_strings_inc.php based on the current language. See [[mantisbt:localizing_custom_fields_labels]] for an example of how to do this. | + | * If you would like to localize the menu option then replace "Chat" with "chat" in the config_inc.php and define $s_chat based in custom_strings_inc.php based on the current language. See [[https://mantisbt.org/docs/master/en-US/Admin_Guide/html-desktop/#admin.customize.customfields.localize|Customizing MantisBT section in the Admin Guide]] for an example of how to do this. |
===== Observations ===== | ===== Observations ===== | ||
* After adding this into our installation, I have seen that our apache server starts hammering on the cpu of the server once there are just 3 or 4 people using phpchat. Has there been similar observations by others? | * After adding this into our installation, I have seen that our apache server starts hammering on the cpu of the server once there are just 3 or 4 people using phpchat. Has there been similar observations by others? | ||
+ | |||
+ | How to clear the chat history in phpfree chat?? | ||