![]() |
Group Window
I just installed this nice UI, and nearly everything works fine, but thereīs a problem with the Group Window: When I right-clicked a groupmemberīs name in the Group Window in the Standard UI, there appeared a menu with different options like "make leader" etc., but now itīs just showing the window options! Is there a way to fix it or is it just not included?
|
Quote:
|
Ok, thank you! Just have to find a victim to test it, hrhr! :D
|
Yeah, that group window is cluttered with function buttons, the bars were the only space left available for the right click menu. :)
|
Speaking of those functions... Is there an easy way to remove the kick from group and exit group buttons? Way too easy to hit in middle of raid as healer and using click to cure..
|
Strange, those buttons should be non-functional during combat.
To remove, search this text and replace with nothing: Code:
<Button LocalTooltip="Leave Group" Location="105,6" Name="Leave" OnHoverIn="Opacity=1.000" OnHoverOut="Opacity=0.000" OnPress="Leave" Opacity="0.000" ScrollExtent="16,16" Size="16,16" Style="/WindowElements.WindowFrame.data.close.style" Tooltip="Leave Group"></Button>Code:
<Button LocalTooltip="Kick" Location="105,6" MouseOverTextColor="#FF0000" Name="Kick" NormalTextColor="#FFFFFF" OnHoverIn="Opacity=1.000" OnHoverOut="Opacity=0.000" OnPress="kickfromgroup" Opacity="0.000" ScrollExtent="16,16" Size="16,16" Style="/WindowElements.WindowFrame.data.close.style" Tooltip="Kick"></Button> |
| All times are GMT -5. The time now is 01:33 AM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI