UBB.Dev
Posted By: CopyCat [6.0x] icq status indicator with add-me link - 04/15/2001 2:13 AM
originally made for 6.04a

open public_topic_page.cgi (template)

find

sub topic_row {

under that add

#begin icq status indicator
my $icqindicator = $user_profile[13];
chop($icqindicator);
if ($icqindicator ne '') {
$icqindicator = " Add Me!";
} else {
$icqindicator = '';
}
#end icq status indicator

find next

$vars_wordlets{posted} $ThisDate $FormatTime    
$profile_link $homepage_link $email_link $pm_link (...etc; lots of variables)

add at the end of the line

$icqindicator

Upload, clear cache. Enjoy smile

edit: typo
edit2: amps *grr*

[ April 14, 2001 07:29 PM: Message edited by: CopyCat ]
close this please smile
added wordlet, and documented it.

edit: and posted it in the finished forum.

[ April 15, 2001 05:22 PM: Message edited by: CopyCat ]
Why i always see the the red sign? even if the user is on icq?
maybe the user is marked to not be viewable in the web, in his security/privacy icq settings
Posted By: hmmm Re: [6.0x] icq status indicator with add-me link - 08/30/2001 5:52 PM
An annoying thing I have found is that when people put something different in the ICQ field besides their ICQ Number, when browsing the forums and topics, if someone put a letter in the icq field, no images will show up next to their names, but instead have this big box indicating there is no image or a broken link.. frown

I guess I can upload my own icq online proggie and fix that, so if they enter in alpha keys instead of numbers, it won't show anything smile
© UBB.Developers