Topic: Online/Offline Images 1.3.x
Online/Offline Image
===================================================================
see what it looks like here:
<.... on your left....
Rapidshare .ZIP or at bottom if that's not working. Need to be logged in though.
Who's this pack for?
===================================================================
[x] You've got 1.3.x running and want to add online offline image.
[x] You have not modified the files lang/english/topic.php
or the file viewtopic.php
Pack Contains:
===================================================================
1. Folder "images" /* the two png's "online" and "offline" */
2. Folder "old" /* this is where you should download your
current files to that need replacing */
3. Folder "new" /* this is where the modified files are you
need to upload
4. File readme.txt /* :-)
3 Step --- Instructions:
===================================================================
1. Go to your "style"_cs.css and
-------------------------------------------------------------------
find:
.brd .online .userstatus span
-------------------------------------------------------------------
replace with:
.brd .online .userstatus span {
border:0;
background-image:url(online.png);
background-repeat:no-repeat;
background-position:right;
width:110px;
height:18px;
margin-left:-71px; /* adjust this if the online text still showing up */
}
.brd .offline {
border:0;
/* start - remove this line if the offline img doesnt show
background:url(offline.png);
end - remove this line */
background-repeat: no-repeat;
background-position:right;
width:118px;
height:18px;
margin-left:-70px; /* adjust this if the offline text still showing up */
}
---------------------------------------------------------------------
2. Replace the old files topic.php and viewtopic.php with the ones
from pack (NOTE: make sure to copy current files to "old" folder
3. Upload images (online.png / offline.png) to "style" folder.
======================================================================
DONE.
======================================================================
original by Milkychild 15-01-2009
adapted by KeyDog 16-01-2009
