[You must be registered and logged in to see this link.]
Oops! Sepertinya ada sedikit kesalahan ...
[#22124]
Atlanta telah memblok tamu untuk melihat konten yang ada, silahkan mendaftar untuk dapat melihat isi konten kami.
Need Help?
Message (Halaman 1 dari 1)
GummyBear#1 3/8/2013, 00:27
Level 1
hi tommycoo... i just want to ask, i already have a working online staff widget but the who is online widget is so annoying. how am i going to hide it? my forum version is punbb
[You must be registered and logged in to see this link.]
[You must be registered and logged in to see this link.]
tommycoo#2 3/8/2013, 09:00
Owner of Atlanta
try to replace your script with this
- Code:
<script>
jQuery(function() {
var x = jQuery('.module', document.getElementById('right'))[0].innerHTML;
var y = jQuery('.staffname', document.getElementById('onlineStaff'));
x.style.display = 'none';
for (var i=0, l = y.length; i<l; i++) {
if (x.indexOf(y[i].innerHTML) > 0) {
y[i].innerHTML+=" - Online";
}
else { y[i].innerHTML+=" - Offline"; }
}
});
</script>
tommycoo#4 3/8/2013, 23:59
Owner of Atlanta
Hemm that i don't know how to do it, i have ask LG long time ago but his code never work too
maybe you can ask him directly
maybe you can ask him directly
GummyBear#5 4/8/2013, 00:29
Level 1
Ok i see. thank you for your effort tommycoo..
you can close it now..
you can close it now..
Message (Halaman 1 dari 1)
Share This Topic !
URL : | |
BBcode : | |
HTML : |
Similar topics
Permissions in this forum:
Anda tidak dapat menjawab topik