<%= render :partial => 'users/message_replies', :locals => {:comments => comments, :user_activity_id => user_activity_id, :type => 'BlogComment', :activity_id =>activity.id, :homepage => 0, :user_id => activity.author_id}%>
diff --git a/app/views/users/_user_journalsformessage.html.erb b/app/views/users/_user_journalsformessage.html.erb
index 7880cde99..6aab37234 100644
--- a/app/views/users/_user_journalsformessage.html.erb
+++ b/app/views/users/_user_journalsformessage.html.erb
@@ -67,8 +67,8 @@
<%= render :partial => 'users/reply_banner', :locals => {:count => count, :activity => activity, :user_activity_id => user_activity_id} %>
- <% all_comments = []%>
- <% comments = get_all_children(all_comments, activity)[0..2] %>
+ <%# all_comments = []%>
+ <% comments = all_comments[0..2] %>
<% if count > 0 %>
<%= render :partial => 'users/message_replies', :locals => {:comments => comments, :user_activity_id => user_activity_id, :type => 'JournalsForMessage', :activity_id =>activity.id}%>
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index e920af7bf..8cff4d831 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -1,5 +1,8 @@
+<% hidden_unproject = hidden_unproject_infos %>
+<% current_isuser = (@user == User.current) %>
+<%# cache [:homepageRightBanner,hidden_unproject.to_s+"-"+current_isuser.to_s] do %>
-
+<%# end %>
<% if @user.blog.homepage_id and BlogComment.where("id=?", @user.blog.homepage_id).count > 0 %>
<% homepage = BlogComment.find(@user.blog.homepage_id) %>