Quote:
Originally Posted by blind-eddie
To remove the collapse feature for this modification,
Search in templates for: Display_Visitors
Below is the Display_Visitors, you will see where I commented out the collapse feature. Do the same or replace your template code with this one.
Code:
<!-- $data_wvt[title] -->
<tbody>
<tr>
<td class="thead" colspan="2">
<!--<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_todayusers')"><img id="collapseimg_forumhome_todayusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_todayusers].gif" alt="" border="0" /></a> -->
$whotitle
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_todayusers" style="$vbcollapse[collapseobj_forumhome_todayusers]">
<tr>
<td class="alt2"><a href="memberlist.php"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" /></a></td>
<td class="alt1" width="100%"><div class="smallfont">$whotoday</div></td>
</tr>
</tbody>
<!-- PEMDATA38: $data_wvt[title] : Version = $data_wvt[version] : Revision = $data_wvt[cvs] -->
|
Amazing like always. Thanks a million!!!!