PDA

View Full Version : What part of the code do I need to remove to get ride of this?



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

Sapphire_Bal
06-25-2006, 05:22 AM
*Bump* Anyone plz?

grom
06-25-2006, 06:07 AM
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.

a67rhf7823jn8747==