Download
(467Kb)
Download
Updated: 05-21-22 02:59 PM
Pictures
File Info
Compatibility:
Eternity's End (9.2.0)
Updated:05-21-22 02:59 PM
Created:06-10-18 06:03 AM
Downloads:15,286
Favorites:23
MD5:

sInterface  Popular! (More than 5000 hits)

Version: v2.0.2
by: sBaildon [More]

About

sInterface is an opinionated replacement for the standard BlizzardUI. Reductionism is the goal. Fewer, smaller elements; frames that show when required; key information in the spotlight.

There is no in-game configuration, customising your installation requires modifying lua files. sInterface does not use character profiles—configuration is shared between all characters without setup.

More

See more at https://ui.baildon.co

sInterface
v2.0.2 (2022-05-21)
Full Changelog Previous Releases
  • dont load azerite bar
Post A Reply Comment Options
Unread 06-13-18, 01:52 AM  
Eisenborke
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: :banana:

He there,

tried this but does not work for me.

Tried to add those to the existing lines, no change. Deleted the other lines, no change. Removed the "_" in the filename, no change. The actionbars are not visible. Have i done something wrong?

Thanks for your help and sorry for my english, i´m german


[quote=sBaildon]
Originally Posted by kitaro2003
How to restore the visibility of command bars in a standard place?


My bad—you're getting this error because you're not using the Details addon, and I forgot to put in a check to prevent skinning Details if it's not loaded. I've pushed up a fix for this in v0.11.1

If you want to change your action bars, try something like in your config.user/config.user.lua

Code:
U_C["actionbars"] = {
	bar1 = {
		position = { "BOTTOM", "UIParent", "BOTTOM", 0, 30},
		visibility = "show",
		two_rows = false
	},

	bar2 = {
		position = { "BOTTOM", "sInterfaceActionBar1", "TOP", 0, 20},
		visibility = "show",
		two_rows = false,
		enabled = true,
	}
}
Report comment to moderator  
Reply With Quote
Unread 06-12-18, 01:09 PM  
sBaildon
A Kobold Labourer
 
sBaildon's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 31
Uploads: 1
Re: :banana:

Originally Posted by kitaro2003
How to restore the visibility of command bars in a standard place?

When you enter the game, you get an error LUA:

Message: ...nterface\AddOns\sInterface\modules\skins\details.lua:121: attempt to index global 'Details' (a nil value)
Time: 06/11/18 15:27:50
Count: 1
Stack: ...nterface\AddOns\sInterface\modules\skins\details.lua:121: attempt to index global 'Details' (a nil value)
[C]: ?
...nterface\AddOns\sInterface\modules\skins\details.lua:121: in function <...nterface\AddOns\sInterface\modules\skins\details.lua:119>

Locals:
My bad—you're getting this error because you're not using the Details addon, and I forgot to put in a check to prevent skinning Details if it's not loaded. I've pushed up a fix for this in v0.11.1

If you want to change your action bars, try something like in your config.user/config.user.lua

Code:
U_C["actionbars"] = {
	bar1 = {
		position = { "BOTTOM", "UIParent", "BOTTOM", 0, 30},
		visibility = "show",
		two_rows = false
	},

	bar2 = {
		position = { "BOTTOM", "sInterfaceActionBar1", "TOP", 0, 20},
		visibility = "show",
		two_rows = false,
		enabled = true,
	}
}
Last edited by sBaildon : 06-12-18 at 02:09 PM.
Report comment to moderator  
Reply With Quote
Unread 06-11-18, 06:28 AM  
kitaro2003
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
:banana:

How to restore the visibility of command bars in a standard place?

When you enter the game, you get an error LUA:

Message: ...nterface\AddOns\sInterface\modules\skins\details.lua:121: attempt to index global 'Details' (a nil value)
Time: 06/11/18 15:27:50
Count: 1
Stack: ...nterface\AddOns\sInterface\modules\skins\details.lua:121: attempt to index global 'Details' (a nil value)
[C]: ?
...nterface\AddOns\sInterface\modules\skins\details.lua:121: in function <...nterface\AddOns\sInterface\modules\skins\details.lua:119>

Locals:
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: