Hello There, Guest! Login Register
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change on.gif off.gif in metro theme
#2
Metro theme uses an iconic font for what you know as on and off .gif.

In forumbit_depth2_forum template you will see icon-grid-view which is the css class that shows the new and old post icon.

Most, if not all, iconic fonts are in stylesheet.css

To use an image instead, change in forumbit_depth2_forum :


Quote:<i class="icon-grid-view ajax_mark_read forum_{$lightbulb['folder']}" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></i>


To:

Quote:<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" class="ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}" />

Then throw your image in the metrostyle images folder. This hasn't really been tested, but should give you a good direction to head towards. We try to remove as many images from themes so the theme loads faster.
Reply


Messages In This Thread
RE: Change on.gif off.gif in metro theme - Tan - 25th Feb, 06:07 pm



Users browsing this thread: 1 Guest(s)