MyBB Community Forums

Full Version: Icon Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I run a forums @ clanhot.org and my admin has been extremely inactive and hasn't been around to run any updates.

I have access to the ADMIN CP, however the one icon I CANNOT change is the on.gif, off.gif, and offlock.gif

I can't access the CPANEL, so is there any way I can change these icons with a code or something?
those icons are linked from index_boardstats index template
( admin panel --> templates --> current templates set --> Index Page Templates --> index_boardstats index )

find & change source links to images : on.gif , off.gif , offlock.gif
Hi, I couldn't find any of those images in index_boardstats

Quote:<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
<tr>
<td class="tfoot" style="text-align: right">
<span class="smalltext">
{$logoutlink}
<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |
<a href="showteam.php">{$lang->forumteam}</a> |
<a href="stats.php">{$lang->forumstats}</a>
</span>
</td>
</tr>
</tbody>
</table>
<br />


Also I have fixed the legend images, I'm not looking to fix those. I want to fix the images that show new and no new posts.

From what I've gathered it's in forumbit_depth2_forum or forumbit_depth2_cat as <img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" />

When I change the icon, it just stays as one icon, I don't have access to the CPANEL so I can't edit the 3 files on.png, off.png and offlock.png.
Quote:however the one icon I CANNOT change is the on.gif, off.gif, and offlock.gif
:oops: those icons sources are in index template . lets wait for an expert to know
if its possible to change the icons of forums display's first column within templates ..

(2011-07-11, 10:30 PM)[email protected] Wrote: [ -> ]Hi, I couldn't find any of those images in index_boardstats

Quote:<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
<tr>
<td class="tfoot" style="text-align: right">
<span class="smalltext">
{$logoutlink}
<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |
<a href="showteam.php">{$lang->forumteam}</a> |
<a href="stats.php">{$lang->forumstats}</a>
</span>
</td>
</tr>
</tbody>
</table>
<br />


Also I have fixed the legend images, I'm not looking to fix those. I want to fix the images that show new and no new posts.

From what I've gathered it's in forumbit_depth2_forum or forumbit_depth2_cat as <img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" />

When I change the icon, it just stays as one icon, I don't have access to the CPANEL so I can't edit the 3 files on.png, off.png and offlock.png.

You need to upload files as on.png, off.png, offlock.png to your theme directory, and change extension from .gif to .png in forumbit_depth2_forum

Also, you need to do this change in general.js file in your MyBB's jscripts folder.

You can't do this without FTP access.