PDA

View Full Version : [fixed] alt tag not working properly for showgroups


Castel
Mon 5th Nov '01, 6:10am
the image alt tag (alt="$post[username] is offline") in the postbit_offline template and postbit_online template is not displaying the username when viewing showgroups.php.

Since I don't use the online status in showthread.php I just changed the template to $user[username]. If you want online status on both showthread and showgroups you will need to use another fix however.

JamesUS
Mon 5th Nov '01, 12:15pm
Verified in 2.2.0 :)

Freddie Bingham
Mon 5th Nov '01, 12:45pm
Edit showgroups.php:

Find$datecut = time() - $cookietimeout;place this after:$post['username'] = $user['username'];