SMF For Free Support Forum
Signup For Free Forum
July 30, 2010, 06:16:40 pm
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
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
SMF For Free Support Forum
>
SMF For Free Support
>
SMF For Free Codes and Support
>
Code Requests
(Moderator:
Agent Moose
) >
[Request] Hide group name
Pages: [
1
]
« previous
next »
Print
Author
Topic: [Request] Hide group name (Read 912 times)
0 Members and 1 Guest are viewing this topic.
trevix
SMF For Free Sr. Member
Offline
Posts: 302
[Request] Hide group name
«
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
Posts: 825
Do not PM me for Code Support or Request
Re: [Request] Hide group name
«
Reply #1 on:
November 10, 2007, 02:22:20 pm »
Here ya go
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
Check out Revolution X's Brand new
Code Index
!
VikesRule
SMF For Free Newbie
Offline
Posts: 11
Re: [Request] Hide group name
«
Reply #2 on:
March 15, 2008, 08:59:03 pm »
This code doesn't work...
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
SMF For Free Site
-----------------------------
=> Announcements
=> General Discussion
=> Suggestions
-----------------------------
SMF For Free Support
-----------------------------
=> General Support
=> Guides and Tutorials
=> Stylesheet Codes
=> Stylesheet Requests and Support
=> SMF For Free Codes and Support
===> Code Requests
=> Bugs
=> Report Terms of Service Violations
-----------------------------
General Stuff
-----------------------------
=> General Chat
=> Advertise Your Board/Blog
=> Programming
===> HTML
===> JavaScript
===> C,C++
===> Java
===> .Net
===> PHP
===> Visual Basic
=> Gaming
===> PC Games
===> Nintendo
===> Playstation
===> Xbox / Xbox 360
=> Graphics
===> Living Avatars
Loading...