MyBB Community Forums

Full Version: CraKteR's plugin list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
OK, now looks split for online now...
Then add what I said.
then it got really messed up. Toungue
Wtf? That's not what I said. 0.o
Change:
<td class="tcat">
to
<td class="tcat" colspan="2">
change:
<td class="trow1" colspan="2">
to
<td class="trow1">

Add
<td class="trow1" width="2%"><a href="online.php"><img src="{$theme['imgdir']}/online.gif" alt="online" class="float" /></a></td>
above
<td class="trow1">
<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" width="2%" colspan="2"><a href="online.php"><img src="{$theme['imgdir']}/online.gif" alt="online" border="0" class="float" /></a></td>
	<td class="trow1"> 

<span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>



</tr>

That is the code right now.
<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" width="2%"><a href="online.php"><img src="{$theme['imgdir']}/online.gif" alt="online" border="0" class="float" /></a></td>
    <td class="trow1"> 

<span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>



</tr>
I didn't tell you to add colspan="2" there.......

My above code will work.
yay! works now!
Updated all my plug-ins to follow 1.2.1 advice about security, not really an important update however.

Also now the wordcount plug-in formats the number properly.
I have a few suggestions for Random Quotes.

1. Create a separate table for the quotes. This allows you to call a random quote without loading the whole list into memory.

2. Allow individual quotes to be disabled without deleting them. This allows seasonal quotes without having to re-enter them every season.

3. Split the quotes into categories for easy management. A whole category can be disabled easily.

I know this would require a lot of work but will add a lot of value.
Not my first priority. And I really don't have that much time for this now adays. Although I will check up on it. Smile