We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Remove The moderating team | Today's active topics | Overall top 10 posters links
Topic Started: Feb 28 2010, 03:48 AM (1,048 Views)
TheTruth1
Member
[ * ]
Hi guys,

I would like to know if the code mentioned in this topic could be modified to remove all 3 links.

http://index.ifcode.com/advert_redirect.php?un=http://if.invisionfree.com/topic/5018845/


These ones:

The moderating team | Today's active topics | Overall top 10 posters

Thank you so much!!

My board: http://btkscape.co.nr/
Edited by TheTruth1, Feb 28 2010, 03:49 AM.
Offline Profile Goto Top
 
Reid
Member Avatar
È una trappola!

Place this in the footers of your board template:
Code:
 
<script type='text/javascript'>
(function () {
if (!location.href.match(/show(\w+)=/)) {
var b = document.getElementsByTagName('div'), c = b.length;
while (c--) {
if (b[c].align === 'center' && b[c].innerHTML.indexOf("The moderating team") !== -1 && b[c].innerHTML.indexOf("Today's active topics") !== -1) {
b[c].style.display = 'none';
}
}
}
})();
</script>
Offline Profile Goto Top
 
TheTruth1
Member
[ * ]
Thank you so much Reid you're amazing :)

Edit: Request complete.
Edited by TheTruth1, Feb 28 2010, 10:00 AM.
Offline Profile Goto Top
 
Reid
Member Avatar
È una trappola!

Completed!

Your code request has been completed.

Thank you for using our Member Request system here at Zathyus Networks Resources! If you have any questions regarding this topic, feel free to PM the code creator or post a new topic in the request forum. :)

Have a nice day!
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic