Changeset 36

Show
Ignore:
Timestamp:
03/03/07 19:46:09 (3 years ago)
Author:
eevee
Message:

Fixed: Posts were still trying to pull postranks from the long-gone sql object. This seems to have been the last occurance of it, thankfully.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/templates/forum/common.tt

    r33 r36  
    9494        <div class="forum-post-title[% IF post.user.customtitle -%] forum-post-custom">[% post.user.customtitle %][% ELSE %]">[% UserGroups.$primary_group.name %][% END %]</div> 
    9595        <div class="forum-post-avatar"[% IF post.user.avatar %] style="background-image: url(/images/avatars/[% post.user.avatar %]);">[% ELSE %]>No avatar[% END %]</div> 
    96         <span style="float: right;">[% sql.post_rank(post.user.postct) %]</span> Posts: [% post.user.postct %] [% INCLUDE postbar posts=post.user.postct %] 
     96        <span style="float: right;">[% postrank(post.user.postct) %]</span> Posts: [% post.user.postct %] [% INCLUDE postbar posts=post.user.postct %] 
    9797    </div></div> 
    9898    <div class="forum-post-header"><div class="forum-post-content">