Online Today Error!!!
#1
I m getting the following error.....

Error Seen in Mozilla FireFox:
[Image: 4rccj0g.jpg]

Error Seen in Internet Explorer:
[Image: 66bn2mu.jpg]
Reply
#2
That's due the theme you're using ... if you should use the default one, it would be showing as used to be ... just add a colspan="2", but where i don't know, i need to see your template for that.
Reply
#3
Quote:<tr>
<td class="tcat" colspan="2">
<div class="expcolimage"><img src="{$theme['imgdir']}/stats/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div>
<strong>$lang->boardstats</strong></td></tr>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
<tr>
<td class="trow2" width="34px"><img src="$theme[imgdir]/stats.gif"></td>
<td class="trow1"><span class="smalltext">
$lang->stats_posts_threads<br />
$lang->stats_numusers<br />
$lang->stats_newestuser<br />
$lang->stats_mostonline
</span>
</td>
</tr>
</tbody>

Here is the Index_stats template....and plz see my ThankYou Plugin Error Thread also...Sad

Index_whosonline
Quote:<tr>
<td class="tcat" colspan="2">
<div class="expcolimage"><img src="{$theme['imgdir']}/stats/collapse{$collapsedimg['online']}.gif" id="online_img" class="expander" alt="[-]" /></div>
<strong>$lang->whos_online</strong> [<a href="online.php">$lang->complete_list</a>]</td>
</tr>
<tbody style="{$collapsed['online_e']}" id="online_e">
<tr>
<td class="trow2" width="34"><img src="$theme[imgdir]/online.gif"></td>
<td class="trow1"><span class="smalltext">$lang->online_note<br />$onlinemembers</span></td></tr>

<td class="tcat" colspan="2">
<div class="expcolimage"><img src="{$theme['imgdir']}/stats/collapse{$collapsedimg['online']}.gif" id="online_img" class="expander" alt="[-]" /></div>
<strong>Legend</strong> </td>

<tr>
<td colspan="2" class="trow2"><span class="smalltext">{$legend_disp}</span></td>
</tr>

</tbody>
Reply
#4
Just took a look at the plugin itself, You'll need to edit "index_online_today" template, should be made by the plugin.
<tr><td class="tcat"><strong>{$lang->whos_online_today}</strong> [<a href="online.php?action=today">{$lang->complete_list}</a>]</td></tr>
<tr><td class="trow1"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td></tr>

Replace by
<tr><td class="tcat" colspan="2"><strong>{$lang->whos_online_today}</strong> [<a href="online.php?action=today">{$lang->complete_list}</a>]</td></tr>
<tr><td class="trow1" colspan="2"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td></tr>
Reply
#5
where to look ??? i cant find it :-s
Reply
#6
Look under "Global Templates"
Reply
#7
yah got it...thnx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)