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:
Add Reply
[CODE] Remove certain Profile Box; By Ryan Fan
Topic Started: Jan 25 2010, 09:16 AM (122 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: Ryan Fan
[CODE
 
Remove certain Profile Box]Mod Name: Remove certain Profile Box
Description: It removes one of the 4 boxes on the profile. :wacko:
Preview/Screenshot In Use:

Check This


Admin Cp >> Board Wrappers >> Footer:


Quote:
 
<script>
<!--
// Remove Profile Box
// created by Ryan Fan
// http://www.ifsz.com , 2005
if(location.href.match('showuser='))
{
a=0
b=document.getElementsByTagName('td')
for(a=0;a<b.length;a++)
{
if(b[a].innerHTML.match(/Posting Details/))
{
b[a].style.display = "none"
}
}
}
//-->
</script>


Change the bold to:

Posting Details - Removes the box that includes member title, avatar , signature.

Communicate - Removes the Contact info box

Active Stats - Removes the total post count, activity and stats box.

Information - Removes the Birthday, location, interests box

:)
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply