Closed (fixed)
Project:
flatforum
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
31 Jan 2007 at 12:14 UTC
Updated:
17 Sep 2008 at 03:04 UTC
Hi,
I've been trying to get the postcount images working on the forum of my site (www.mediabom.be)
I succesfully installed flatforum, the postcount allready works.
But i can't get it working like on the forum of www.zattevrienden.be :-(
I know it realy stimulates bloggers to post on a forum when they get rewarded for their efford. Even if it's only a extra star...
This is my node-forum.tlp.php so far:
if ($page == 0 && !isset($comment)) {
include('node.tpl.php');
return;
}
$curr_user = user_load(array('uid' => $userid));
$rank = $curr_user->profile_rank;
$sig = $curr_user->signature;
print $row_class; print $comment->new ? ' comment-new forum-comment
-new' : ''; ">
if ($type == 'forum'):
print $title endif
print $content if ($sig):
endif
print $submitted
print $links
| Comment | File | Size | Author |
|---|---|---|---|
| node-forum.tpl_.php_.txt | 1.07 KB | gillstatie |
print $nameif ($rank):print $rankendifprint $pictureif (module_exist('flatforum')):print t('Posts:') . ' ' . $posts;print t('Joined:') . ' ' . $joined;endif