MyBB Community Forums

Full Version: Users Online Today Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2010-06-02, 10:26 AM)thzaar ko Wrote: [ -> ]Alright, I will try this. Big Grin
It's still not working Sad. And there is no online_today_index, just online_today.

Odd? Confused I don't recall having to add that template in? Huh Has been a while though.

It wont work if the template is not there anyways. I believe you may have to do up the template. See what someone else says.

Which online today plugin are you using? I don't *think* this is the problem and thus just wondering.
(2010-06-02, 10:26 AM)thzaar ko Wrote: [ -> ]And there is no online_today_index, just online_today.

Try to find it in your Global Templates

Templates & Styles -> Templates -> Global Templates
Alright let me try it.
Nope, Still not there, I guess I wont be able to use the mod Sad
Same problem here.
I have the online_today_index in my global templates.
But i use the default theme too, so that's not good if i paste the code in there.
Then you must add a template to the template set which uses those images on the left, too. So e.g. you go to your template set of the theme, open the set and add a new template to it.

Enter the code of this post into the editor, name it online_today_index and save it.

I guess that should fix it.
Would this Also work with me?
Yup. I guess so.
(2010-06-04, 10:50 AM)thzaar ko Wrote: [ -> ]Would this Also work with me?

Just make sure you edit this part of the code i provided... mybbvn/lighting/whos_online.gif You will change that to whatever the link is to the image folder for that theme. Understand? Smile
Let me try xD.
Templates->Global Templates->online_today_index

Replace all with:

<table>
<tr>
<td class="tcat" colspan="2"><strong>Who was online today?</strong></td>
</tr>
<tr>
<td class="trow1" style="width: 30px;" align="center"><img src="images/online.gif" alt="Wer ist online?"></td>
<td class="trow2"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>
</table>
<table>

Greetings Plat
Pages: 1 2 3