Download
(33Kb)
Download
Updated: 12-19-13 09:38 PM
Pictures
File Info
Updated:12-19-13 09:38 PM
Created:10-26-11 01:06 PM
Downloads:11,706
Favorites:82
MD5:
Categories:Miscellaneous, Data Mods, Graphic UI Mods

stAddonManager  Popular! (More than 5000 hits)

Version: v1.3.1
by: Safturento [More]

stAddonManager is a very simplistic addon that allows you to enable and disable addons without having
to log out. It has a search function for added convenience in finding a specific addon. To toggle the window, use any of the three slash commands (/stam, /staddonmanager, /staddon) or press escape and press the stAddonManager button in the Game Menu.

Profiles:
Enable All Enables every addon in the list
Disable All Disables every addon in the list
New Profile Allows you to create a new profile, and saves the currently enabled addons to that profile.
Set This will enable only the addons in the profile. (Hold shift to add this profile to the currently enabled addons)
Remove This will disable the addons in the profile.
Delete Allows you to delete the profile if you don't want it anymore.
Update Allows you to update the profile.

To see the change-log click here

Git Commit Summary: https://github.com/Safturento/stAddonManager
Optional Files (0)


Post A Reply Comment Options
Unread 11-10-11, 12:11 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
very nice! <3
If you want to add localisation i can do the german one

Search = Suchen
Reload UI = Reload UI
Profiles = Profile
New Profile = Neues Profil
Enable All = Alle An
Disable All = Alle Aus
Profile Name = Profil Name
Set to... = Aktivieren
Add to... = Hinzuf\195\188gen zu...
Remove from... = Entfernen von...
Delete Profile = Profil L\195\182schen

stAddonManager: Are you sure you want to delete this profile? Hold down shift and click again if you are.
=
stAddonManager: Bist du dir sicher das du dieses Profil l\195\182schen m\195\182chtest? Dann halte Shift gedr\195\188ckt und klicke nochmals.
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 11-10-11 at 12:48 PM.
Report comment to moderator  
Reply With Quote
Unread 11-10-11, 08:36 PM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 64
Uploads: 5
Originally Posted by Tonyleila
very nice! <3
If you want to add localisation i can do the german one

Search = Suchen
Reload UI = Reload UI
Profiles = Profile
New Profile = Neues Profil
Enable All = Alle An
Disable All = Alle Aus
Profile Name = Profil Name
Set to... = Aktivieren
Add to... = Hinzuf\195\188gen zu...
Remove from... = Entfernen von...
Delete Profile = Profil L\195\182schen

stAddonManager: Are you sure you want to delete this profile? Hold down shift and click again if you are.
=
stAddonManager: Bist du dir sicher das du dieses Profil l\195\182schen m\195\182chtest? Dann halte Shift gedr\195\188ckt und klicke nochmals.
Thanks, just updated with German and French localization.
Report comment to moderator  
Reply With Quote
Unread 11-12-11, 07:25 AM  
Serafim74
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
http://imageshack.us/photo/my-images...211191822.jpg/

window:SetSize(500,600)
header:SetSize(500,20)
Report comment to moderator  
Reply With Quote
Unread 11-12-11, 10:40 AM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 64
Uploads: 5
Originally Posted by Serafim74
http://imageshack.us/photo/my-images...211191822.jpg/

window:SetSize(500,600)
header:SetSize(500,20)
Fixed in 1.3.1 (upload is pending, but should be up soonish)
Report comment to moderator  
Reply With Quote
Unread 11-13-11, 01:44 AM  
Serafim74
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Ok.Thank you.
Report comment to moderator  
Reply With Quote
Unread 11-13-11, 01:10 PM  
Soopala
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I suggest to change Anchor of AddonListBG to :

addonListBG:SetPoint("TOP", header, "TOP", 0, -50)

with this setting we can change the

window:SetSize(300,300)

to any value we want without have to change the X value of addonlistbg anchor.
Report comment to moderator  
Reply With Quote
Unread 11-14-11, 08:58 AM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 64
Uploads: 5
Originally Posted by Soopala
I suggest to change Anchor of AddonListBG to :

addonListBG:SetPoint("TOP", header, "TOP", 0, -50)

with this setting we can change the

window:SetSize(300,300)

to any value we want without have to change the X value of addonlistbg anchor.
That wouldn't work since the scrollframe's size is dependent upon it, and requires a definited height. Anyways, resizing the window works fine, you just have to make sure you change the header width (literally the line under it) also.
Last edited by Safturento : 11-14-11 at 09:11 AM.
Report comment to moderator  
Reply With Quote
Unread 11-15-11, 03:38 PM  
Vesuuvius
A Defias Bandit

Forum posts: 2
File comments: 22
Uploads: 0
Thumbs up Use AddonSwitcher for profile switching! Works great!

AddonSwitcher works great with stAddonManager, and provides flexibility in addon swapping, without asking mod authors for new features!

Make your profiles as you normally would, and make sure they work by using the buttons in stAddonManager. Install AddonSwitcher, and load up your forst profile. Let's say Raid. Now, save that profile in AS with '/as save r' (no quotes). Notice I used a letter instead of the whole name? This lets you make really short shortcuts that would otherwise be a pain in the dev's arse to add as a feature. NOw, when you want to prep for the raid, enter '/as switch r'. Macros of this placed on a button work great, too. The guideline is to use AS to save finished UI states. You will have to update AS separately, but only for your finished UI... I wanna call them stances?

Using these two together gives you a really intuitive way to make your UI "fall away in layers". Start with what you consider your "base ui". Enable only those addons that you would use for every single character, ever. save that as Base. Then, customize your addon list for convenience. Questing, Professions (you can split this up further if you get all crazy with crafting and farming), Raiding, and so forth. The key here is to use the "Remove from..." function to best effect. Save that "Base" profile. Add your questing mods. Go to the profiles menu, choose "Remove From..." for the Base profile. This will leave only the questing addons. Then, choose "New Profile", and name it Quest. Now, you can use "Add To..." to re-add the Base. Reload your UI. Now, if you want to change your questing setup, you can change only those mods without worrying about disabling Postal or something. Layers,

Follow this pattern for Raiding, professions, whatever. Also, use this trick to disable individual addons, like Auctioneer, Gatherer, Gathermate2, and other suites or resource hogs. Making detailed, layered profiles let you build and maintain the sections of your UI without tearing your hair out about which addon is enabled in which profile. It's easy to isolate class addons this way. Don't think too hard, it gets messy. Raid, Quest, Roleplay, Professions seems reasonable, but I bet some of you will come up with creative UI shifts. Add Reflux to this combo, and this is the slickest, most versatile addon Swiss Army Knife I've used.

This is the perfect step for me between the Goliath that is ACP and the austerity of Ampere. Looks good, does what it should in an attractive and understandable manner, and plays well with other tools.
Report comment to moderator  
Reply With Quote
Unread 11-30-11, 09:19 AM  
Catok
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
The Game Menu button is not skinned for Elvui v3 it seems. I get no lua error.
Report comment to moderator  
Reply With Quote
Unread 11-30-11, 08:47 PM  
Xpariah
A Kobold Labourer
 
Xpariah's Avatar

Forum posts: 0
File comments: 9
Uploads: 0
Originally Posted by Catok
The Game Menu button is not skinned for Elvui v3 it seems. I get no lua error.
I can confirm this.
Report comment to moderator  
Reply With Quote
Unread 12-08-11, 01:40 AM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 64
Uploads: 5
Originally Posted by Xpariah
Originally Posted by Catok
The Game Menu button is not skinned for Elvui v3 it seems. I get no lua error.
I can confirm this.
Should be working now.
Report comment to moderator  
Reply With Quote
Unread 09-15-12, 03:24 AM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
update for MOP please
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 07:04 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
still working fine in MoP but iI got this errors... ok iI just saw I'm using an old version (v1.3.2-712c7c1) I'll try latest version

Code:
1x stAddonmanager-v1.3.1-068d028\stAddonManager.lua:398: bad argument #1 to 'unpack' (table expected, got string)
stAddonmanager-v1.3.1-068d028\stAddonManager.lua:398: in function `LoadWindow'
stAddonmanager-v1.3.1-068d028\stAddonManager.lua:587: in function <Interface\AddOns\stAddonmanager\stAddonManager.lua:585>

nil

Locals:
table: 30DA72C8
Code:
1x stAddonmanager-v1.3.1-068d028\stAddonManager.lua:10: unexpected symbol near 'local'

nil

Locals:
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 09-29-12 at 07:05 PM.
Report comment to moderator  
Reply With Quote
Unread 10-23-12, 12:16 AM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 64
Uploads: 5
Originally Posted by devilArt
update for MOP please
I completely rewrote the addon about a week ago, I'm just adding in the profiles and search bar and it'll be updated.
Report comment to moderator  
Reply With Quote
Unread 10-26-12, 12:52 PM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
hi Safturento
thanks for update
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: