diff --git a/public/src/forum/accountheader.js b/public/src/forum/accountheader.js index f294065184..ed15af4ccb 100644 --- a/public/src/forum/accountheader.js +++ b/public/src/forum/accountheader.js @@ -2,19 +2,35 @@ var yourid = templates.get('yourid'), theirid = templates.get('theirid'); + + function createMenu() { + var userslug = $('.account-username-box').attr('data-userslug'); + var links = $(''); + + $('.account-username-box').append(links); + + } + $(document).ready(function() { + createMenu(); + var editLink = $('#editLink'); var settingsLink = $('#settingsLink'); + var favouritesLink = $('#favouritesLink'); - if(yourid === "0") { - editLink.hide(); - settingsLink.hide(); - } - else if(yourid !== theirid) { + if(yourid === "0" || yourid !== theirid) { editLink.hide(); settingsLink.hide(); + favouritesLink.hide(); } + }); }()); \ No newline at end of file diff --git a/public/src/forum/category.js b/public/src/forum/category.js index 2a09a71251..d638bbcebe 100644 --- a/public/src/forum/category.js +++ b/public/src/forum/category.js @@ -8,7 +8,7 @@ facebook_url = templates.get('facebook-share-url'), google_url = templates.get('google-share-url'), loadingMoreTopics = false; - + app.enter_room(room); twitterEl.addEventListener('click', function() { @@ -48,7 +48,7 @@ topic.innerHTML = html; topic = topic.querySelector('a'); - + if (numTopics > 0) { for(x=0;x - - -
+ -
- +
- +
{posts.content} {posts.relativeTime} ago -
+
diff --git a/public/templates/accountedit.tpl b/public/templates/accountedit.tpl index 74509bcdd4..46edaf49a0 100644 --- a/public/templates/accountedit.tpl +++ b/public/templates/accountedit.tpl @@ -60,17 +60,11 @@ -
+
@@ -171,4 +165,5 @@ + diff --git a/public/templates/accountsettings.tpl b/public/templates/accountsettings.tpl index bff29397fc..d5d51fc26e 100644 --- a/public/templates/accountsettings.tpl +++ b/public/templates/accountsettings.tpl @@ -1,17 +1,11 @@
- + \ No newline at end of file diff --git a/public/templates/config.json b/public/templates/config.json index 116632c438..d205e35c6f 100644 --- a/public/templates/config.json +++ b/public/templates/config.json @@ -25,6 +25,7 @@ "users[^]*following": "following", "users[^]*followers": "followers", "users[^]*settings": "accountsettings", + "users[^]*favourites": "favourites", "users/[^]*": "account", "recent": "recent", diff --git a/public/templates/favourites.tpl b/public/templates/favourites.tpl new file mode 100644 index 0000000000..7c380e01be --- /dev/null +++ b/public/templates/favourites.tpl @@ -0,0 +1,34 @@ + +
+ + + + + +
You don't have any favourites, favourite some posts to see them here!
+ +
+
+ +
+ {posts.username} : + {posts.content} +
+ {posts.relativeTime} ago +
+
+
+ +
+
+ + +
+ + + + \ No newline at end of file diff --git a/public/templates/followers.tpl b/public/templates/followers.tpl index 83d62c2552..d3436c8d3a 100644 --- a/public/templates/followers.tpl +++ b/public/templates/followers.tpl @@ -1,17 +1,11 @@
- -
This user doesn't have any followers :(
diff --git a/public/templates/following.tpl b/public/templates/following.tpl index ace399b34c..d1e58986fb 100644 --- a/public/templates/following.tpl +++ b/public/templates/following.tpl @@ -1,19 +1,11 @@
- - -