Online/Offline icon
From PunBB Resource Wiki
Contributed by El Bekko.
[edit]
What it does
This small modification gives you the possibility to add a small icon next to the Online/Offline tag in a user's post.
[edit]
How to do it
Open lang/yourlanguage/topic.php.
Find
'Online' => 'Online', 'Offline' => 'Offline',
Replace it with
'Online' => '<img src="youronlineimage" alt="Online" /> Online', 'Offline' => '<img src="yourofflineimage" alt="Offline" />Offline',
Replacing youronlineimage and yourofflineimage with the paths to the images.

