Thread Tools Display Modes
10-21-09, 09:22 PM   #1
darkkillaxe
A Kobold Labourer
Join Date: Sep 2009
Posts: 1
lfg buton please in 3.3 ptr

the flg in the ptr is up and running and it would be nice to have the lfg buton back, so could you please include that in the next ptr update. anouther thing that would be nice would be adjustable menu button size-(charecter, chat, spellbook, talent and menu butons)
 
10-21-09, 10:38 PM   #2
Wasgij
A Cliff Giant
 
Wasgij's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 64
LFG from what I know is not up and running yet ..
__________________
 
10-21-09, 11:11 PM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Originally Posted by darkkillaxe View Post
the flg in the ptr is up and running and it would be nice to have the lfg buton back, so could you please include that in the next ptr update. anouther thing that would be nice would be adjustable menu button size-(charecter, chat, spellbook, talent and menu butons)
The micromenu buttons can be sized currently by editing the layout files. Version 6 is making these changes easier so that should make it easier to do those changes yourself.


Folder : \nUI\Layouts\Default\
File : nUI_Layout_Default_Console.lua

Code:
nUI_DefaultConfig.MicroMenu =
{
	anchor =
	{
		anchor_pt   = "BOTTOM",
		relative_to = "nUI_TopBars",
		relative_pt = "BOTTOM",
		xOfs        = 15,
		yOfs        = 25,
	},
	
	options =
	{
		enabled  = "yes",
		strata   = "HIGH",
		level    = 3,
		scale    = 1,
		btn_size = 37,
		btn_gap  = -3,
		
		background =
		{
			backdrop =
			{
				bgFile   = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_BevelboxBg", 
				edgeFile = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_BevelboxBorder", 
				tile     = true, 
				tileSize = 1, 
				edgeSize = 12, 
				insets   = { left = 0, right = 0, top = 0, bottom = 0 },
			},
			
			color =
			{
				border = { r = 1, g = 1, b = 1, a = 1 },
				backdrop = { r = 0, g = 0, b = 0, a = 0.35 },
			},
		},
	},
};
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Suggestion Box » lfg buton please in 3.3 ptr


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off