1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Fix for login/signup message on comment form. Allow login page to load if social signup is active.

This commit is contained in:
Cameron
2016-03-13 17:57:51 -07:00
parent e972053cd3
commit 8d13c27638
7 changed files with 125 additions and 19 deletions

View File

@@ -79,4 +79,11 @@ define("COMLAN_TYPE_6", "bugtrack");
define("COMLAN_TYPE_7", "ideas");
define("COMLAN_TYPE_8", "userprofile");
define("COMLAN_TYPE_PAGE", "Content"); // Really custom page, but use a 'non-technical' description
define("COMLAN_500", "Please [sign in] to leave a comment.");
define("COMLAN_501", "If you are not yet registered, you may [click here to register].");
?>