1
General / Re: lady need help :( site not working
« Last post by maverick on February 21, 2012, 12:03:07 PM »Open the skins_site/def/styles/content.css file and locate the following code starting around line #183 and remove the background URL's shown in the brackets, you should probably also change the padding-left: 17px; to padding-left: 0px;
/* ONLINE/OFFLINE ICON NEXT TO EVERY USER NAME */
.member_link {
background: url('../images/member_offline_medium.gif') no-repeat top left;
padding-left: 17px;
}
.is_online .member_link, .member_online {
background: url('../images/member_online_medium.gif') no-repeat top left;
}
If you also don't want it show when a user is online on their profile pages, open the skins_site/def/profile.html file and locate and remove the following lines of code starting at around line #16 ...
<!--opt name="output.is_online"-->
<p id="online_stat">{output.user} is online now!</p>
<!--/opt name="output.is_online"-->
/* ONLINE/OFFLINE ICON NEXT TO EVERY USER NAME */
.member_link {
background: url('../images/member_offline_medium.gif') no-repeat top left;
padding-left: 17px;
}
.is_online .member_link, .member_online {
background: url('../images/member_online_medium.gif') no-repeat top left;
}
If you also don't want it show when a user is online on their profile pages, open the skins_site/def/profile.html file and locate and remove the following lines of code starting at around line #16 ...
<!--opt name="output.is_online"-->
<p id="online_stat">{output.user} is online now!</p>
<!--/opt name="output.is_online"-->
Recent Posts
yay!!
but it shows when im using the Admin - in the Members and browse for Members, but not as a user in the Search Advance