Download
(39Kb)
Download
Updated: 12-11-19 12:35 AM
Pictures
File Info
Compatibility:
Classic (1.13.2)
Updated:12-11-19 12:35 AM
Created:12-12-13 12:07 PM
Downloads:5,780
Favorites:30
MD5:

Click Menu  Popular! (More than 5000 hits)

Version: 4.0.1 - Classic
by: 10leej [More]

Click Menu is an addon intended to replace the Micromenu with a simple menu found by right clicking the minimap like you see UI suites like Tuk or Elv UI do.

There is some config at the top of the core.lua file

Since Click Menu relies on the Blizzard Minimap any addon that effects this will cause compatibility issues.

4.0.1
toc bump

4.0
WoW Classic Conversion

3.0.1a
toc bump

3.0.1
Line 124 removed a mis-placed space that caused the occasional error when opening collections or even some blizz modules

3.0a
Actual 3.0 update

3.0
General Code Cleanup
Renames:
Talents - "Specialization"
Quest Log - "Map & Quest Log"
Friends - "Social"
Mounts - "Collections"

Removed:
Pets
Toy Box
Heirlooms
Button mode

Disabled in code with hopes of getting working:
Zone battlefield Map

Planned:
Azerite menu thing, haven't looked into it yet

Added:
Text when someone has an addon Click menu won't work with that I'm aware of

2.8.1
.toc bump
Fix Calender/Shop

2.8
Fixed Mounts/Pets/Toybox
Added Heirlooms

2.7
fancy button mode, mad a more sensible config table (for me at least) add config how to
automatic overrides for incompatible addons (only affects map integration)
fixed quest log error

2.6
localizations work coutesy of Phanx, guess people like this addon afterall
Licensed under MIT license

2.5.1
toc bump
Added toybox (curtousey of Imithat)

2.5
Added a bit of localization code not working yet. However there's a localization file now.
Removed all but Logout and Quit from the game menu options (Sorry guys list was a little big)
Rework opening function so pings work
Removed game menu opening option I must've coded while drunk

2.4
Optimized a bit of code, got plans for localization in the future NEED TRANSLATORS!
I decded that minimap buttons need to be handled elsewhere. Stay tuned

2.3
Added toggle bag function

2.2
Added game menu options think I'm done updating for the night....

2.1
forgot to add the update functions so the minimap buttons work.....

2
expanded list with more options
Replaced radials with icons, probably could done a better job on some
Added minimap icons this is lightly tested though so might not work (please report in comments if there's any minimap button not showing up)
Optional Files (2)
File Name
Version
Size
Author
Date
Type
2.6.b1.4
7kB
02-05-15 01:45 AM
Patch
2.7
3kB
10-19-14 12:27 PM
Patch


Post A Reply Comment Options
Unread 05-20-14, 08:28 AM  
xanat05
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
SexyMap

Does not work with modified minimap, SexyMap.
Report comment to moderator  
Reply With Quote
Unread 05-21-14, 04:18 AM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
Re: SexyMap

Originally Posted by xanat05
Does not work with modified minimap, SexyMap.
It should unless sexymap is using the right click keybind for something else. Which you can change the keybind in core.lua
__________________
Tweets YouTube Website
Report comment to moderator  
Reply With Quote
Unread 05-21-14, 06:19 AM  
xanat05
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Re: Re: SexyMap

Originally Posted by 10leej
Originally Posted by xanat05
Does not work with modified minimap, SexyMap.
It should unless sexymap is using the right click keybind for something else. Which you can change the keybind in core.lua
Yes, thank you. Addon now works as it should. All Ive need to do was to remove the following lines of code from SexyMap.lua:

Minimap:SetScript("OnMouseUp", function(frame, button)
if button == "RightButton" and mod.db.rightClickToConfig then
SlashCmdList.SexyMap()
else
Minimap_OnClick(frame, button)
end
end)

TIP: Right click - "open SexyMap options" disabled already, nevertheless regardless of choosen options SexyMap will prevent Click menu from showing untill manually remove lines of code which Ive mentioned.
Report comment to moderator  
Reply With Quote
Unread 05-21-14, 06:20 AM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
Re: Re: Re: SexyMap

Originally Posted by xanat05
Originally Posted by 10leej
Originally Posted by xanat05
Does not work with modified minimap, SexyMap.
It should unless sexymap is using the right click keybind for something else. Which you can change the keybind in core.lua
Yes, thank you. Addon now works as it should. All Ive need to do was to remove the following lines of code from SexyMap.lua:

Minimap:SetScript("OnMouseUp", function(frame, button)
if button == "RightButton" and mod.db.rightClickToConfig then
SlashCmdList.SexyMap()
else
Minimap_OnClick(frame, button)
end
end)

TIP: Right click - "open SexyMap options" disabled already, nevertheless regardless of choosen options SexyMap will prevent Click menu from showing untill manually remove lines of code which Ive mentioned.
Ah go figure. Fortunately there's probably some method of a work around.
__________________
Tweets YouTube Website
Report comment to moderator  
Reply With Quote
Unread 10-18-14, 02:40 PM  
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 201
Uploads: 7
Toc bump and Toy box fix here (patch)
Report comment to moderator  
Reply With Quote
Unread 10-19-14, 04:39 AM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
Originally Posted by Imithat
Toc bump and Toy box fix here (patch)
ooh knew I forgot one
__________________
Tweets YouTube Website
Report comment to moderator  
Reply With Quote
Unread 10-19-14, 05:06 AM  
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 201
Uploads: 7
btw 10leej: Toy Box for German localization: Spielzeugkiste
Last edited by Imithat : 10-19-14 at 05:07 AM.
Report comment to moderator  
Reply With Quote
Unread 10-19-14, 05:09 AM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
Originally Posted by Imithat
btw 10leej: Toy Box for German localization: Spielzeugkiste
ah haven't really done much with localizations, I'm actually not even certain if they work to be honest. I've got some code in but don't really play the game enough to really get into working on it.
__________________
Tweets YouTube Website
Report comment to moderator  
Reply With Quote
Unread 10-19-14, 12:33 PM  
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 201
Uploads: 7
I 'm not the best in lua so i can't help you enough
Report comment to moderator  
Reply With Quote
Unread 10-20-14, 10:22 PM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
Originally Posted by Imithat
I 'm not the best in lua so i can't help you enough
Its fine I just need to find the time.to set it all up.
__________________
Tweets YouTube Website
Report comment to moderator  
Reply With Quote
Unread 10-28-14, 05:12 PM  
Sylen
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 65
Uploads: 4
Why is the function to open the ingame calender commented out? Any issues recently?
Report comment to moderator  
Reply With Quote
Unread 10-29-14, 08:07 AM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
Originally Posted by Sylen
Why is the function to open the ingame calender commented out? Any issues recently?
It was a quick patch, don't really remember if the calwnder works. Try uncommenting and see what happens for me.
__________________
Tweets YouTube Website
Report comment to moderator  
Reply With Quote
Unread 11-02-14, 05:20 AM  
Sylen
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 65
Uploads: 4
Originally Posted by 10leej
Originally Posted by Sylen
Why is the function to open the ingame calender commented out? Any issues recently?
It was a quick patch, don't really remember if the calwnder works. Try uncommenting and see what happens for me.
Someone just fixed it before i could post the error. You may have a look at it.
http://www.wowinterface.com/download...ckMenufix.html
Report comment to moderator  
Reply With Quote
Unread 11-02-14, 08:12 AM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
Originally Posted by Sylen
Originally Posted by 10leej
Originally Posted by Sylen
Why is the function to open the ingame calender commented out? Any issues recently?
It was a quick patch, don't really remember if the calwnder works. Try uncommenting and see what happens for me.
Someone just fixed it before i could post the error. You may have a look at it.
http://www.wowinterface.com/download...ckMenufix.html
Imithat posted that earlier mine should match.

UPDATE:
Current version does work, tests fine to me make sure you're using 2.5.1 anything prior isn't fully 6.0 compatible
__________________
Tweets YouTube Website
Last edited by 10leej : 11-02-14 at 10:47 PM.
Report comment to moderator  
Reply With Quote
Unread 11-28-14, 03:26 AM  
Gallian
A Deviate Faerie Dragon

Forum posts: 15
File comments: 33
Uploads: 0
Can i make this use the middle mouse button to click, and does this include the garrison button?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: