Sapphire_Bal
06-24-2006, 12:01 PM
Help me to remove this plz i dont want to have the keybinding thingy in my party frame i will post a pic:
http://img77.imageshack.us/my.php?image=uiproblem6lg.jpg
Check it and help me plz
open your layout.lua and scroll down to lines
party = {
type = "Button",
size = { 180, 59 },
FrameStrata = "LOW",
ClampedToScreen = true,
events = {
if you scroll down further you should find those lines
name = {
type = "FontString",
size = { 140, 10 },
layer = "OVERLAY",
Font = { NRF_FONT.."framd.ttf", 10, "NONE" },
JustifyH = "LEFT",
Anchor = { "TOPLEFT", "$parent", "TOPLEFT", 28, -4 },
vars = { format = "[$key] $nam" },
},
change the vars-line to whatever you want. would be
vars = { format = "$nam" },
to only show the names.
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.