Latest Posts

Latest forum posts

    <% Topic.basic.recent.latest_page(1).each do |topic| %>
  1. <%= link_to shorten(topic, 30), lastpost(topic) %>
  2. <% end %>

Latest comments

    <% Comment.recent.filtered.each do |comment| %>
  1. <%= namelink comment.commentable, 15 %> by <%= namelink comment.user, 8 %>
  2. <% end %>