Group Names in Forum Settings 1.0 I found it annoying that YaBB didnt show the names that you had changed for the member groups, under the section where u change how many posts to attain a certain level. Now there prolly is a mod to do this already but i wanted this as its simple and it works. I have tried to make this edit as little as possible, well there aint much to really edit anyway, but it should be compatible with most if not all mods out. If not lemme know and i will try and fix it. Release History 1.0 First Relase Claymen claymen@cyberdude.com /sources/admin.pl $yytitle = $txt{'222'}; &is_admin; my( @lines, $mgroups, $i ); fopen(FILE, "$vardir/membergroups.txt"); @lines = ; fclose(FILE); $yytitle = $txt{'8'}; foreach $i (@lines) { $i =~ tr/\r//d; $i =~ tr/\n//d; } for( $i = 8; $i < @lines; ++$i ) { if( $lines[$i] =~ m~\A\s+\Z~ ) { next; } $mgroups .= "$lines[$i]\n"; } $txt{'588'} $txt{'588'} \($lines[3]\) $txt{'589'} $txt{'589'} \($lines[4]\) $txt{'590'} $txt{'590'} \($lines[5]\) $txt{'591'} $txt{'591'} \($lines[6]\)