From a68e4748858cd75950caf198bcd735078348adcb Mon Sep 17 00:00:00 2001 From: yariplus Date: Wed, 4 Nov 2015 06:22:37 -0500 Subject: [PATCH 1/3] Add user homepage settings --- templates/account/settings.tpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/templates/account/settings.tpl b/templates/account/settings.tpl index 121f733..4d9813b 100644 --- a/templates/account/settings.tpl +++ b/templates/account/settings.tpl @@ -14,6 +14,27 @@ + +

[[user:select-homepage]]

+
+
+ + +

[[user:homepage_description]]

+ +
+
+ +

[[user:browsing]]

From 194e0db4ba44ab104608cb74c851296910504080 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 5 Nov 2015 13:56:33 -0500 Subject: [PATCH 2/3] fixed html syntax --- templates/account/settings.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/account/settings.tpl b/templates/account/settings.tpl index 4d9813b..8daf263 100644 --- a/templates/account/settings.tpl +++ b/templates/account/settings.tpl @@ -26,11 +26,11 @@

[[user:homepage_description]]

- +
+
From 270c891b37a1dbf3964ab795ff7b01e72af66341 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 5 Nov 2015 13:56:50 -0500 Subject: [PATCH 3/3] 4.0.22 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fdd9b2..4b2e857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "4.0.21", + "version": "4.0.22", "nbbpm": { "compatibility": "^0.8.2" },