MyBB Community Forums

Full Version: error with events plugin! - not working properly?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 28konj6.png]
This is practically the same issue with the who was online plugin.

Which plugin are you using specifically? Could you link me to it?
nvm I fixied it but I whanna put a pic on the side like the other once

heres my code:
Quote:<tr>
<td class="tcat" colspan="2"><strong>{$lang->events_on_index}</strong> </a></td>
</tr>
<tr>
<td class="trow1" colspan="2"><span class="smalltext">{$lang->events_on_index}<br />{$events}</span></td>
</tr>

I whanna put a calender
What's your forum URL?
Replace that code with:

<tr>
<td class="tcat"><strong>{$lang->events_on_index}</strong> </a></td>
</tr>
<tr>
<td class="trow1" width="10%" align="center"><img src="example.jpg" /></td>
<td class="trow2" width="90%"><span class="smalltext">{$lang->events_on_index}<br />{$events}</span></td>
</tr>

Be sure to change example.jpg to the real location of your image.
Thanks Man! Also how you liking my forum?
I would try to change the blue stuff to red/orange to match the thead. Feel free to submit your forum to our Showcase if you're looking for some more feedback.
Thanks, for the feedback man! and I need help again could you help me move the last visits bar under User commands is that possible?

Picture:
[Image: 2hwjuxz.png]

Matthew
CheersBig Grin
Edit member_profile template and move {$last_visit} where you want.