Author Topic: Missing on.gif and off.gif on themese/images folder  (Read 1406 times)

Offline sudhakar

  • Jr. Member
  • **
  • Posts: 62
  • Acumen
    • IT Acumens
    • Email
Missing on.gif and off.gif on themese/images folder
« on: Jun 03, 2012, 16:58:24 »
Dear team,

Recently upgraded to smf 2.0.2, so downloaded the outline theme and installed. Worked perfectly.

Except the on.gif and off.gif not found to display before the only the sub board name.

\Themes\outline_20\images\off.gif & \Themes\outline_20\images\on.gif

where as old one was using /Themes/outline_20rc3/images/on.png & off.png with 53*53 size.

Kindly assist.
  :)

Offline Bikken

  • Administrator
  • Hero Member
  • *
  • Posts: 4030
  • I doubt that!
    • DzinerStudio
Re: Missing on.gif and off.gif on themese/images folder
« Reply #1 on: Jun 04, 2012, 05:31:25 »
Hi,

The on/off.gif images are not missed, but are no longer used in SMF 2.0.x
DzinerStudio Demos
http://demo.dzinerstudio.com

Get your own theme copy!
Browse Downloads | Become a Club Member

Offline sudhakar

  • Jr. Member
  • **
  • Posts: 62
  • Acumen
    • IT Acumens
    • Email
Re: Missing on.gif and off.gif on themese/images folder
« Reply #2 on: Jun 04, 2012, 05:41:57 »
Hi,

The on/off.gif images are not missed, but are no longer used in SMF 2.0.x

Hi bikken,

Thanks for the reply. But check here on my recent installation - forum link - it need those files on sub boards.
« Last Edit: Jun 04, 2012, 12:20:25 by sudhakar »

Offline Bikken

  • Administrator
  • Hero Member
  • *
  • Posts: 4030
  • I doubt that!
    • DzinerStudio
Re: Missing on.gif and off.gif on themese/images folder
« Reply #3 on: Jun 04, 2012, 06:04:42 »
Is that a mod or something you're using for the sub-boards? I find it pretty weird it's for SMF 2 but still looking for the on/off.gif images while they are no longer in use.

Anyway, you can still find these on/off.gif images in Outline for SMF 1. So you can download/copy em over from there.
DzinerStudio Demos
http://demo.dzinerstudio.com

Get your own theme copy!
Browse Downloads | Become a Club Member

Offline sudhakar

  • Jr. Member
  • **
  • Posts: 62
  • Acumen
    • IT Acumens
    • Email
Re: Missing on.gif and off.gif on themese/images folder
« Reply #4 on: Jun 04, 2012, 12:21:59 »
I have one mod called tiny child board. Which will arrange sub board in two line / three line order on the homepage.

Nothing else related to sub boards.

Thanks anyway got the on.gif and off.gif from old smf outline theme of 1.1
  :)

Offline Bikken

  • Administrator
  • Hero Member
  • *
  • Posts: 4030
  • I doubt that!
    • DzinerStudio
Re: Missing on.gif and off.gif on themese/images folder
« Reply #5 on: Jun 04, 2012, 23:56:26 »
Ok but now the icons background doesn't really match the windowbg background. If that bothers you, you could fix that by making a minor edit in both BoardIndex.template and MessageIndex.template files. Find the below in both files and replace .gif with .png:

Code: [Select]
if(!empty($modSettings['tidy_child_boards_icon']))
echo '<img src="', $settings['images_url'], '/', ($child['new'] ? 'on' : 'off'), '.gif" width="12" height="12" alt=""> ';

DzinerStudio Demos
http://demo.dzinerstudio.com

Get your own theme copy!
Browse Downloads | Become a Club Member

Offline sudhakar

  • Jr. Member
  • **
  • Posts: 62
  • Acumen
    • IT Acumens
    • Email
Re: Missing on.gif and off.gif on themese/images folder
« Reply #6 on: Jun 05, 2012, 09:35:40 »
Dear Bikken,

That worked perfectly.

Awesome. Thanks for your support.
  :thumbup:

Offline Bikken

  • Administrator
  • Hero Member
  • *
  • Posts: 4030
  • I doubt that!
    • DzinerStudio
Re: Missing on.gif and off.gif on themese/images folder
« Reply #7 on: Jun 05, 2012, 22:48:51 »
You're welcome.  ;)
DzinerStudio Demos
http://demo.dzinerstudio.com

Get your own theme copy!
Browse Downloads | Become a Club Member