MyBB Community Forums

Full Version: Collapse image issue with Board Statistics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I managed to find out where to change the .gif to $expcolimage = "collapse_collapsed.png"; and $expcolimage = "collapse.png"; in /inc/functions_forumlist.php and it has seemed to work, well.. it worked for all but Board Statistics at the bottom of my forum

http://i.imgur.com/Kyk2g.jpg

I've searched every template and php file I know to search to try and find where Board Statistics' collapse images are specified with no luck what so ever.

If anyone could please enlighten me I'd be very grateful Smile

Thanks!
could you provide link to ur forum.....Smile
(2011-06-16, 07:41 PM)envira Wrote: [ -> ]could you provide link to ur forum.....Smile

Sure, here you go.
Look into template 'index_boardstats':
<img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" />
I guess you can just change the .gif into .png .
(2011-06-16, 09:45 PM)Aries-Belgium Wrote: [ -> ]Look into template 'index_boardstats':
<img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" />
I guess you can just change the .gif into .png .

Yes that was it thank you!