diff --git a/routes/userfiles.js b/routes/userfiles.js index cd5a8bb..c8880a8 100644 --- a/routes/userfiles.js +++ b/routes/userfiles.js @@ -79,7 +79,8 @@ export const setup = function (router, con, server) { cookiebanner: ``, newrelic: load_var("./extra_modules/newrelic_monitor.html"), getPID: server.global_page_variables.getPID, - getDMPID: server.global_page_variables.getDMPID + getDMPID: server.global_page_variables.getDMPID, + unauthorized_description: "Chat now by creating an account on IPost" } diff --git a/views/PrivacyPolicy.html b/views/PrivacyPolicy.html index 5b7b374..d9932bf 100644 --- a/views/PrivacyPolicy.html +++ b/views/PrivacyPolicy.html @@ -3,6 +3,7 @@ IPost Privacy Policy + <%- newrelic %> diff --git a/views/dms.html b/views/dms.html index 371563e..663706a 100644 --- a/views/dms.html +++ b/views/dms.html @@ -3,6 +3,11 @@ DMs + <% if(user.username === undefined) { %> + + <% } else { %> + + <% } %> <% if(user.username === undefined) { %> <% } %> diff --git a/views/hall-of-fame.html b/views/hall-of-fame.html index fbc98e4..8743229 100644 --- a/views/hall-of-fame.html +++ b/views/hall-of-fame.html @@ -4,6 +4,7 @@ + Hall Of Fame | IPost