Download
(944 b)
Download
Updated: 12-17-09 01:19 PM
Pictures
File Info
Updated:12-17-09 01:19 PM
Created:12-16-09 09:14 PM
Downloads:4,066
Favorites:30
MD5:

LFGMiniMapFix

Version: 1.0
by: Zaben [More]

This is a quick and very lightweight fix for how the "Assembling Party" tooltip goes off the screen if you have your minimap located on the left side of the screen.

This fix was made by Riokou, not myself (original post here).

*NOTE* The addon does NOT switch the location of the LFG icon. That was done via settings in aMinimap.

Optional Files (0)


Post A Reply Comment Options
Unread 12-24-09, 10:43 AM  
Banur
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 137
Uploads: 5
Originally posted by Zaben
I am not quite sure how to change the level, however you could further move the fame so it would appear above the minimap or above your actionbars.

Code:
LFDSearchStatus:SetPoint("BOTTOMLEFT", MiniMapLFGFrame, "BOTTOMRIGHT", x, y)
Just change the red values in the code above to a number (eg. -10, 10). You can play around with it till you get it right by logging ingame, then changing the values. Each time you change it, save it and reload your ui. The settings should update.
You can also change "MiniMapLFGFrame" to "UIParent" to use the entire screen as canvas. You can then use "TOP", "BOTTOM", "LEFT", "RIGHT" or combinations of them or "CENTER" to place it there and additionaly those "x" and "y" coordinats to move them further.

eg:
Code:
LFDSearchStatus:SetPoint("BOTTOMLEFT", UIParent, 10, 10)
That would make the tooltip appear in the bottomleft corner 10 pixels(?) up - "x" and 10 pixels right - "y".

more information on wowwiki
Last edited by Banur : 12-25-09 at 10:31 AM.
Report comment to moderator  
Reply With Quote
Unread 12-17-09, 02:36 PM  
Zaben
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 8
Uploads: 1
Originally posted by Lsjreadingpa
Thank you for the idea i just had to switch it back to the otherside by doing :
LFDSearchStatus:SetPoint("BOTTOMRIGHT", MiniMapLFGFrame, "BOTTOMLEFT")

Would you have an idea on how to change the level of the window, currently it shows up behind my actionbars.
I am not quite sure how to change the level, however you could further move the fame so it would appear above the minimap or above your actionbars.

Code:
LFDSearchStatus:SetPoint("BOTTOMLEFT", MiniMapLFGFrame, "BOTTOMRIGHT", x, y)
Just change the red values in the code above to a number (eg. -10, 10). You can play around with it till you get it right by logging ingame, then changing the values. Each time you change it, save it and reload your ui. The settings should update.
Last edited by Zaben : 12-17-09 at 02:38 PM.
Report comment to moderator  
Reply With Quote
Unread 12-17-09, 02:18 PM  
Lsjreadingpa
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
Thank you for the idea i just had to switch it back to the otherside by doing :
LFDSearchStatus:SetPoint("BOTTOMRIGHT", MiniMapLFGFrame, "BOTTOMLEFT")

Would you have an idea on how to change the level of the window, currently it shows up behind my actionbars.
Report comment to moderator  
Reply With Quote
Unread 12-17-09, 01:23 PM  
Zaben
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 8
Uploads: 1
I recommend you to repost archive as zip, so it can be installed with WoWI Addon Manager, not just manually.
Done, thanks for the heads up.

Im happy to see someone has started to modify this window, any chance you could tweak it for those of us who have the minimap on the bottom of the screen?
It's a fairly simple fix to do yourself. Open up the addon folder "LFGMiniMapFix" and open "LFGMinimapFix.lua" with notepad.

Replace the second line of code with...

Code:
LFDSearchStatus:SetPoint("BOTTOMLEFT", MiniMapLFGFrame, "BOTTOMRIGHT")
Last edited by Zaben : 12-17-09 at 01:31 PM.
Report comment to moderator  
Reply With Quote
Unread 12-17-09, 11:50 AM  
ichik
A Murloc Raider
 
ichik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 263
Uploads: 5
I recommend you to repost archive as zip, so it can be installed with WoWI Addon Manager, not just manually.
Report comment to moderator  
Reply With Quote
Unread 12-17-09, 06:37 AM  
Lsjreadingpa
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
Im happy to see someone has started to modify this window, any chance you could tweak it for those of us who have the minimap on the bottom of the screen?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: