MyBB Community Forums

Full Version: On and Off pics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where/what do I edit for my board to show the on and off pics? I can't find it >>

I know how to go to the Theme --> Expand --> ??? thing, but I'm not sure where to edit x.x;;
I'm really not sure what you mean by "on and off pics". Can you give a little more detail of just want you mean please.

Marc
lol

on.gif and off.gif XD

The things that show if forums have new posts in them ^^
acp / "Templates" / *Template Name* / Expand / "Index Page Templates" / index /

Edit this piece of code to however you like, you can even delete it if you wanted:

Quote:<tr><td><img src="$theme[imgdir]/on.gif" alt="$lang->new_posts" /></td><td class="trow"><span class="smalltext">$lang->new_posts</span></td></tr>
<tr><td><img src="$theme[imgdir]/off.gif" alt="$lang->no_new_posts" /></td><td class="trow"><span class="smalltext">$lang->no_new_posts</span></td></tr>
<tr><td><img src="$theme[imgdir]/offlock.gif" alt="$lang->forum_locked" /></td><td class="trow"><span class="smalltext">$lang->forum_locked</span></td></tr>
yes, they are not actually in the themes area as Cory just showed. Cause theirs only 1 page that uses them I think!