Code: Select all
.online {
background-image: none;
background-position: 100% 0;
background-repeat: no-repeat;
}
Code: Select all
.online, .offline {
background-image: none;
background-position: 100% 0;
background-repeat: no-repeat;
}
Code: Select all
.online {
background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
}
Code: Select all
.offline {
background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_offline.gif");
}
Code: Select all
<!-- IF postrow.S_ONLINE --> online
Code: Select all
<!-- ELSE --> offline
Code: Select all
<!-- IF S_ONLINE --> online
Code: Select all
<!-- ELSE --> offline
Code: Select all
<!-- IF post_review_row.ONLINE_STATUS --> online
Code: Select all
<!-- ELSE --> offline
Code: Select all
<!-- IF S_ONLINE --> online
Code: Select all
<!-- ELSE --> offline
Code: Select all
<!-- IF S_ONLINE --> online
Code: Select all
<!-- ELSE --> offline
Code: Select all
Parse error: parse error, unexpected T_ELSE in /hsphere/local/home/theaussi/theaussieaviator.net/forum/phpBB3/includes/template.php(175) : eval()'d code on line 100
Take a look at the instructions for memberlist_view.html. I fixed another mistake (missing a space). It should also fix the other bug that you mentioned.Glenn I wrote:Is there a code to have it show in the users profile?
prototech wrote:/Slaps self... don't even know what I'm saying.