Download
(2Kb)
Download
Updated: 10-07-11 12:13 AM
Pictures
File Info
Updated:10-07-11 12:13 AM
Created:03-14-10 08:02 PM
Downloads:6,484
Favorites:40
MD5:

nibProfileLoader  Popular! (More than 5000 hits)

Version: 1.1
by: Nibelheim [More]

What does it do?:

nibProfileLoader is an addon to simplify the loading of default settings for users who first load your UI.

To be used with interface packages whose primary method of loading settings is with the "/reflux switch" command.

Quite simply, it replaces the need for users to enter "/reflux switch MyProfileName" with a convenient message box.

It will tell the user that a new character has been detected, and requests whether or not they wish to load the default settings for your UI package. After they have answered once, that character will not be asked again.



Requirements:
Requires the Reflux addon.



Setting up:
There are two variables located at the top of "nibProfileLoader.lua"

InterfaceName = Name to describe your UI
ProfileName = Addon profile name to use with /reflux switch


You can also set Class specific profiles.

1.1
  • You can now enable and set Class specific profiles.
  • German localization added. You can add more localizations in the nibProfileLoader.lua file.
Post A Reply Comment Options
Unread 12-05-10, 04:11 PM  
Orko
An Aku'mai Servant
 
Orko's Avatar
AddOn Author - Click to view AddOns

Forum posts: 35
File comments: 179
Uploads: 7
Question

Could this be used to set up multiple UI layouts. Say for instance I have a healer setup and a tank/dps set up. Where the character logs it your addon says "Do you wish to load Tank/DPS?" if the click no would it be possible to make the addon ask another question for another profile like "Do you wish to load Healer?"
__________________

Do not go where the path may lead, go instead where there is no path -- and leave a trail.”
Report comment to moderator  
Reply With Quote
Unread 05-09-11, 02:18 PM  
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 540
File comments: 105
Uploads: 3
Why haven't I seen this before?
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
Report comment to moderator  
Reply With Quote
Unread 05-09-11, 02:37 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Originally posted by Lily.Petal
Why haven't I seen this before?
Ahh, my first addon. Being as tiny as it is it kind of fell off the map
Report comment to moderator  
Reply With Quote
Unread 05-09-11, 04:10 PM  
Lily.Petal
A Molten Giant
 
Lily.Petal's Avatar
AddOn Author - Click to view AddOns

Forum posts: 540
File comments: 105
Uploads: 3
Originally posted by Nibelheim
Ahh, my first addon. Being as tiny as it is it kind of fell off the map
Does it still work with 4.1? :P
__________________

Aggro Color to KG Panels Borders - Nibelheim
Lua Based UI Hider - Nibelheim
Custom LUA PowerText - Stuf - Nibelheim, Seerah
Report comment to moderator  
Reply With Quote
Unread 05-09-11, 04:16 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Originally posted by Lily.Petal
Does it still work with 4.1? :P
Yeppo.
Report comment to moderator  
Reply With Quote
Unread 10-06-11, 10:26 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Re: Question

Originally posted by Orko
Could this be used to set up multiple UI layouts. Say for instance I have a healer setup and a tank/dps set up. Where the character logs it your addon says "Do you wish to load Tank/DPS?" if the click no would it be possible to make the addon ask another question for another profile like "Do you wish to load Healer?"
This was my first question too! Can you please look if its possible to implement this Nibelheim?
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 10-06-11 at 10:26 AM.
Report comment to moderator  
Reply With Quote
Unread 10-07-11, 09:16 AM  
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2364
File comments: 116
Uploads: 11
Change Log:

1.1

You can now enable and set Class specific profiles.
German localization added. You can add more localizations in the nibProfileLoader.lua file.
I think that's it there.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?

[SIGPIC][/SIGPIC]
Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
Report comment to moderator  
Reply With Quote
Unread 09-03-12, 05:41 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Its still working fine only needs a *.toc update
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 07:09 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Works fine in MoP if you add this to profils:
Code:
	["MONK"] =
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 11-29-12 at 05:53 AM.
Report comment to moderator  
Reply With Quote
Unread 09-16-16, 03:20 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Legion classes update:
Code:
	["MONK"] = "x",
	["DEMONHUNTER"] = "x",
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 10-11-21, 05:09 AM  
Nonchie
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally Posted by Tonyleila
Legion classes update:
Code:
	["MONK"] = "x",
	["DEMONHUNTER"] = "x",
Hi, what would be needed to get it to work with TBC Classic? Thanks
Report comment to moderator  
Reply With Quote
Unread 01-31-23, 09:09 AM  
Freybug
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Update

no longer work in dragonflight, any chance this gets updated?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: