SMF For Free Support Forum
Signup For Free Forum
October 13, 2008, 10:30:00 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: [Request] Hide group name  (Read 495 times)
0 Members and 1 Guest are viewing this topic.
trevix
SMF For Free Sr. Member
*
Offline Offline

Posts: 303



View Profile WWW
« on: November 09, 2007, 10:28:41 pm »

i want to remove the stupid group names, newbie, jr. member, etc.  I tried to delete them but then its hard to figure out whats what when i want to edit the groups.
Logged


Ad Machine - Free advertising and tips on how to promote your board.
Agent Moose
Moderator
*****
Offline Offline

Posts: 641


Do not PM me for Code Support or Request


View Profile
« Reply #1 on: November 10, 2007, 02:22:20 pm »

Here ya go Smiley

Code:
<script>
function hide_group_name() {
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
var hide = new Array()
hide[hide.length] = ["MEMBER GROUP"]

for(f=0;f<hide.length;f++){
$("div.smalltext").each(function() {
if(this.innerHTML.match(hide[f][0])){this.innerHTML = this.innerHTML.replace(hide[f][0],"");};
});};});}
hide_group_name();
</script>
Logged

SMC Code Index - The best Code Index for all your Needs!  Includes a bunch of codes not on Support.[/center]
VikesRule
SMF For Free Newbie
*
Offline Offline

Posts: 11


View Profile
« Reply #2 on: March 15, 2008, 08:59:03 pm »

This code doesn't work...
Logged


Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.42 seconds with 17 queries.