Here's the first addon I would recommend creating for people who have moved their minimap and dislike the position of the LFG frame or have found it disappears etc:
For a permanent fix, make two text files. Name one "LFGMinimapFix.toc" and the other "LFGMinimapFix.lua". Put these in a folder named "LFGMinimapFix" in your addons folder.
In LFGMinimapFix.toc, paste this and save:
## Author: Riokou
## Interface: 30300
## Title: LFGMinimapFix
## Notes: Moves the LFD search status tooltip to the right side of the minimap button.
LFGMinimapFix.lua
In LFGMinimapFix.lua, paste this:
LFDSearchStatus:ClearAllPoints()
LFDSearchStatus:SetPoint("BOTTOMLEFT", MiniMapLFGFrame, "BOTTOMRIGHT", x, y)
Change x and y to move the anchor point around, just open the .lua and amend it, then reload UI.
edit I didn't create this, it came from the US forums a while back
link