SMF Development > Bug Reports

Missing an image

<< < (2/2)

emanuele:
Check better it is your too. ;) (if you are using SMF 2.0)

FrizzleFried:

--- Quote from: emanuele 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

--- End quote ---

Has this been fixed?  Any way to other than removing ICQ totally from the forum?

emanuele:
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: ---http://status.icq.com/online.gif?img=5&amp;icq=' . $profile['icq'] . '
--- End code ---
with either:

--- Code: ---http://status.icq.com/5/online1.gif
--- End code ---
or:

--- Code: ---http://status.icq.com/5/online2.gif
--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version