Temlate 'ewt_usersregtoday' - error fix
Temlate 'ewt_usersregtoday' must be:
PHP Code:
<tbody>
<tr>
<td class="thead" colspan="2"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_urt')"><img id="collapseimg_forumhome_urt" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_urt].gif" alt="" border="0" /></a>$vbphrase[ewt_users_registered_today]: $numregtoday</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_urt" style="$vbcollapse[collapseobj_forumhome_urt]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[ewt_users_registered_today]" border="0" /></td>
<td class="alt1" width="100%"><div class="smallfont">$regtoday</div></td>
</tr>
</tbody>
What was changed?
forumhome_stats
changed to:
forumhome_urt
3 (three) times!
What was the problem?
When you was trying to collaps that table of "Users Registered Today" by pressing button
/buttons/collapse_thead.gif, there was mess up with other tables.
Also value
forumhome_stats can be use there.
It must be used
forumhome_urt every where in that template!