Advertisement:

Author Topic: Missing an image  (Read 1963 times)

Offline Ashley S

  • Sr. Member
  • ****
  • Posts: 986
  • Gender: Male
    • @AsHWM on Twitter
    • AdminMB
Missing an image
« on: April 16, 2012, 07:14:17 AM »
Hey guys.
SMF is missing a ICQ image in the Who's Online List.

Preview:


Thank you.

Offline K@

  • Lead Support Specialist
  • SMF Master
  • *
  • Posts: 38,683
  • Gender: Male
  • Nothing (Or nothing you can see)
Re: Missing an image
« Reply #1 on: April 16, 2012, 07:28:39 AM »
Right-click on the missing image, select "Copy image address" and it'll tell you, when you paste it somewhere, what and where that image should be. ;)

Online Doctor Deejay

  • On Hiatus
  • SMF Hero
  • *
  • Posts: 3,491
  • Gender: Male
Re: Missing an image
« Reply #2 on: April 16, 2012, 07:29:50 AM »
Also try using CONTROL + F5, that might help too :)
Doctor Deejay                                        I understand everything... except that wig. - Jack Sparrow
Simple Machines LocalizerDon't pm me for support
deejay [at] simplemachines [dot] orgGet To Know The Team - Dr. Deejay

Offline emanuele

  • Developer
  • SMF Super Hero
  • *
  • Posts: 11,881
  • Gender: Male
  • Because Orange is Orange
Re: Missing an image
« Reply #3 on: April 16, 2012, 07:34:28 AM »
http://daniel-lange.com/archives/66-ICQ-web-status-icons.html

ETA: in other words (AFAIU) status.icq.com is redirecting the old [on|off]line.gif to different addresses.
The redirect is not taken in consideration by the ig tag and the icon is not displayed.
That should happen on any SMF site.

ETA2: of course that means it's a bug, so I'm moving it to bug reports. :P
« Last Edit: April 16, 2012, 07:52:12 AM by emanuele »

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Offline Ashley S

  • Sr. Member
  • ****
  • Posts: 986
  • Gender: Male
    • @AsHWM on Twitter
    • AdminMB
Re: Missing an image
« Reply #4 on: April 16, 2012, 09:30:25 AM »
Oh, by the way I was talking about Simple Machines forum not mine ;)

Offline emanuele

  • Developer
  • SMF Super Hero
  • *
  • Posts: 11,881
  • Gender: Male
  • Because Orange is Orange
Re: Missing an image
« Reply #5 on: April 16, 2012, 09:31:54 AM »
Check better it is your too. ;) (if you are using SMF 2.0)

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Online FrizzleFried

  • Full Member
  • ***
  • Posts: 589
Re: Missing an image
« Reply #6 on: February 21, 2013, 01:58:36 PM »
http://daniel-lange.com/archives/66-ICQ-web-status-icons.html

ETA: in other words (AFAIU) status.icq.com is redirecting the old [on|off]line.gif to different addresses.
The redirect is not taken in consideration by the ig tag and the icon is not displayed.
That should happen on any SMF site.

ETA2: of course that means it's a bug, so I'm moving it to bug reports. :P

Has this been fixed?  Any way to other than removing ICQ totally from the forum?
Considering purchasing from SMFHacks.com?  Caveat emptor.  Details: http://www.simplemachines.org/community/index.php?topic=494081.msg3463426

Offline emanuele

  • Developer
  • SMF Super Hero
  • *
  • Posts: 11,881
  • Gender: Male
  • Because Orange is Orange
Re: Missing an image
« Reply #7 on: February 21, 2013, 04:07:41 PM »
No (very) easy ways to do if you want to know the status of the user (online/offline/etc.).
Easy way if you don't care about the status is to simply replace the icon in Load.php:
Code: [Select]
http://status.icq.com/online.gif?img=5&icq=' . $profile['icq'] . 'with either:
Code: [Select]
http://status.icq.com/5/online1.gifor:
Code: [Select]
http://status.icq.com/5/online2.gif

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.