diff --git a/public/language/en_GB/global.json b/public/language/en_GB/global.json index 2796b08ed0..93df8c550b 100644 --- a/public/language/en_GB/global.json +++ b/public/language/en_GB/global.json @@ -51,5 +51,10 @@ "alert.follow": "You are now following %1!", "posts": "Posts", - "views": "Views" + "views": "Views", + + "posted": "posted", + "in": "in", + + "recentposts": "Recent Posts" } diff --git a/public/language/en_GB/topic.json b/public/language/en_GB/topic.json index 09a9eda671..a37a4a791f 100644 --- a/public/language/en_GB/topic.json +++ b/public/language/en_GB/topic.json @@ -41,7 +41,6 @@ "favourites.not_logged_in.message": "Please log in in order to favourite this post", "favourites.has_no_favourites": "You don't have any favourites, favourite some posts to see them here!", - "posted_by": "posted by", "loading_more_posts": "Loading More Posts", "move_topic": "Move Topic", "move_post": "Move Post", diff --git a/public/language/en_GB/user.json b/public/language/en_GB/user.json index dc7412735a..0bf297ce54 100644 --- a/public/language/en_GB/user.json +++ b/public/language/en_GB/user.json @@ -12,6 +12,7 @@ "profile_views": "Profile views", "reputation": "Reputation", "posts": "Posts", + "favourites":"Favourites", "followers": "Followers", "following": "Following", "signature": "Signature", @@ -30,7 +31,7 @@ "upload_a_picture": "Upload a picture", "image_spec": "You may only upload PNG, JPG, or GIF files under 256kb.", - "settings": "settings", + "settings": "Settings", "show_email": "Show My Email", "has_no_follower": "This user doesn't have any followers :(", diff --git a/public/src/forum/accountheader.js b/public/src/forum/accountheader.js index 14719d03f2..1f5c552783 100644 --- a/public/src/forum/accountheader.js +++ b/public/src/forum/accountheader.js @@ -28,15 +28,18 @@ define(function() { AccountHeader.createMenu = function() { var userslug = $('.account-username-box').attr('data-userslug'); - var links = $('
'); - - $('.account-username-box').append(links); + + var html = '{posts.content}
- posted - in + [[global:posted]] + [[global:in]] {posts.categoryName} diff --git a/public/templates/topic.tpl b/public/templates/topic.tpl index 51a1d6da32..dd4d539786 100644 --- a/public/templates/topic.tpl +++ b/public/templates/topic.tpl @@ -111,8 +111,9 @@ - - + + +