+ Moderators have the power to approve/delete comments and lock threads. Once you add an user as a moderator, shiny new buttons will appear on each comment on each page when they log in.
+ + You're still the only administrator and the only person who can add and remove moderators. Moderators do not have access to this dashboard. Their access is restricted to pages on your website.
+ + You're still the only administrator and the only person who can add and remove moderators. Moderators do not have access to this dashboard. Their access is restricted to pages on your website.
@@ -197,38 +241,6 @@
-
-
-
-
-
-
- Commento uses Akismet's advanced spam detection to automatically identify and remove spam comments. We strongly recommended you have this enabled.
-
-
-
-
-
-
-
- Enabling this would require a moderator to approve every comment. Moderators can manually delete comments even if this is not enabled.
-
-
-
-
-
-
-
- Enabling this would allow your readers to comment anonymously. Disabling would require the to authenticate themselves (using their Google account, for example).
-
-
-
-
-
-
- Enabling this would require a moderator to approve anonymous comments. This is recommended as a lot of spam is often from anonymous comments.
-
-
@@ -250,14 +262,14 @@
+
+
+
+
- We'll automatically download this file, extract it, parse it and import comments into Commento. The URL information will be preserved. By using this service, you grant Commento the permission to download and process your Disqus information.
+ Commento will automatically download this file, extract it, parse it and import comments into Commento. URL information, comment authors, text formatting, and nested replies will be preserved.
+
+
+
+ It is strongly recommended you do this only once. Importing multiple times may have unintended effects.
diff --git a/frontend/js/dashboard.js b/frontend/js/dashboard.js
index b89c5c7..fa712dc 100644
--- a/frontend/js/dashboard.js
+++ b/frontend/js/dashboard.js
@@ -23,29 +23,29 @@
var settings = [
{
"id": "installation",
- "text": "Installation",
+ "text": "Installation Guide",
"meaning": "Install Commento with HTML",
"selected": false,
"open": global.installationOpen,
},
{
"id": "general",
- "text": "Configure Domain",
- "meaning": "Names, domains and the rest",
+ "text": "General Settings",
+ "meaning": "Names, emails, and general settings",
"selected": false,
"open": global.generalOpen,
},
{
"id": "moderation",
"text": "Moderation Settings",
- "meaning": "Manage list of moderators",
+ "meaning": "Manage moderators, spam filtering",
"selected": false,
"open": global.moderationOpen,
},
{
"id": "statistics",
- "text": "View Activity",
- "meaning": "Usage and comment statistics",
+ "text": "Analytics",
+ "meaning": "Anonymous statistics and graphs",
"selected": false,
"open": global.statisticsOpen,
},
diff --git a/frontend/sass/dashboard-main.scss b/frontend/sass/dashboard-main.scss
index 2436cc4..3c356ef 100644
--- a/frontend/sass/dashboard-main.scss
+++ b/frontend/sass/dashboard-main.scss
@@ -88,7 +88,7 @@ body {
.content{
display: none;
- padding: 25px;
+ padding: 12px;
.pitch {
color: $gray-6;
@@ -201,8 +201,9 @@ body {
}
.pitch {
- font-size: 13px;
- color: #a0a0a0;
+ font-size: 14px;
+ color: #a5a5a5;
+ line-height: 20px !important;
}
}
@@ -283,7 +284,7 @@ body {
.small-mid-view {
font-size: 15px;
width: 70%;
- max-width: 500px;
+ max-width: 600px;
}
.mid-view {
@@ -540,7 +541,8 @@ body {
.row {
padding-left: 8px;
padding-right: 8px;
- margin-bottom: 32px;
+ margin-top: 12px;
+ margin-bottom: 12px;
border-bottom: 1px solid $gray-2;
.label {
@@ -624,6 +626,7 @@ body {
}
.indent {
+ margin-top: 0px;
padding-left: 32px;
}
@@ -693,7 +696,7 @@ body {
.text {
text-transform: uppercase;
- color: $gray-5;
+ color: $gray-6;
}
}
- If you're currently using Disqus and want to import all your comments into Commento, you can do so:
+ If you're currently using Disqus, you can import all comments into Commento:
- - Go to the admin export section in Disqus and click on Export Comments. This should start the process of exporting your comments. + Go to the admin export section in Disqus and click on Export Comments. This should start the process of exporting your comments in the background.
-
- After a while, you'll receive an email from Disqus with a link to a compressed archive of all comments and associated data. Copy and paste that link here and start the import process:
+ You'll receive an email from Disqus with a link to a compressed archive of all comments and associated data. Copy and paste that link here to start the import process:
@@ -267,14 +279,23 @@
+