News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

[Theme] Simple Blue for 1.0.5

Started by 1MileCrash, August 17, 2005, 07:21:34 PM

Previous topic - Next topic

Escobar

I have a question about the Side-Info-Boxes.

Where can I edit their features? I want to change their backgrounds and graphics.

Also, you know on the main-page, at the bottom...
There's a bar that shows the symbol for "New Post", "No New Post"...
How do I remove that?

Thanks.
I chose SMF because you get your questions answered.

1MileCrash

Quote from: Escobar on September 25, 2005, 07:41:03 AM
I have a question about the Side-Info-Boxes.

Where can I edit their features? I want to change their backgrounds and graphics.

Also, you know on the main-page, at the bottom...
There's a bar that shows the symbol for "New Post", "No New Post"...
How do I remove that?

Thanks.

whew. Sorry for the LATE replys guys. I forgot about this.

the side boxes dont use classes, im afraid. You'll have to edit index.template.php.

To remove that bar that displays the key, open boardindex.template and find
';
}

if ($context['user']['is_logged'])
{
echo '
<div style="padding: 3px;"><table border="0" width="100%" cellspacing="0" cellpadding="5">
<tr class="titlebg">
<td align="left" class="smalltext">
<img src="' . $settings['images_url'] . '/new_some.gif" alt="" border="0" align="middle" /> ', $txt[333], '
<img src="' . $settings['images_url'] . '/new_none.gif" alt="" border="0" align="middle" style="margin-left: 4ex;" /> ', $txt[334], '
</td>
<td align="right" class="smalltext">';
// Show the mark all as read button?
if ($settings['show_mark_read'])
echo '
<a href="', $scripturl, '?action=markasread;sa=all">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/' . $context['user']['language'] . '/markread.gif" alt="' . $txt[452] . '" border="0" />' : $txt[452]), '</a>';
echo '
</td>
</tr>
</table></div>';
}

// Here's where the "Info Center" starts...
echo '

and remove it.

To those of you who want the boxes above the forum, just find this comment-
// The main content should go here.  A table is used because IE 6 just can't handle a div.

the forum is in a cell, and the side boxes are in a cell. All you have to do is add a <tr> and </tr> tag to put them on different rows.

I cant believe hw many errors i made in this theme.  :(
The only thing php can't do is tell you how much milk is left in the fridge.



Advertisement: