1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 16:50:07 +02:00

Comments engine can now be easily replaced by plugins using e_comment.php. Added "facebook comments" to the social plugin as an example. See admin -> manage -> Comments Manager to enable. (plugin scan may be required if upgrading from github)

This commit is contained in:
Cameron
2015-04-08 14:51:06 -07:00
parent 2972efb5c0
commit 1bc43a35ff
4 changed files with 128 additions and 18 deletions

View File

@@ -76,5 +76,8 @@ define("LAN_IP", "IP Address");
define("LAN_AUTHOR", "Author");
define("LAN_CATEGORY", "Category");
define("LAN_GUEST", "Guest");
define("LAN_NEXT", "Next");
define("LAN_PREVIOUS", "Previous");
?>