Quote:
Originally Posted by Paul M
wic_no_chatters is the phrase i would expect to see displayed since you have 0 chatters.
The phrases look correct so check the templates (Display_Chatters & Display_Chatters_User) - make sure you dont have stray custom versions.
|
OK... here is what I have:
DISPLAY_CHATTERS
HTML Code:
<!-- $data_wic[title] -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_chatusers')"><img id="collapseimg_forumhome_chatusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_chatusers].gif" alt="" border="0" /></a>
$chattitle
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_chatusers" style="$vbcollapse[collapseobj_forumhome_chatusers]">
<tr>
<td class="alt2"><a href="$fcpath"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" /></a></td>
<td class="alt1" width="100%"><div class="smallfont">$chatters</div></td>
</tr>
</tbody>
<!-- PEMDATA37: $data_wic[title] : Version = $data_wic[version] : Revision = $data_wic[cvs] -->
DISPLAY_CHATTERS_USER
HTML Code:
<a rel="nofollow" href="member.php?$session[sessionurl]u=$chat[userid]" title="$chat[roomname]">$chat[opentag]$chat[username]$chat[closetag]</a>