Excaver321, on 22 January 2013 - 11:30 AM, said:
I DL'd Deltons' modified version of IboUI following his instructions from his post in the thread: http://w ww.arenajunkies.com/topic/222520-lf-iboui-working-download-link/
hoping to get my UI to look exactly like that, but instead:- unit frames were in correct spot
- no skins, except for cirlce around calendar and action bar buttons becoming darker
- gryphons removed, but action bars not stacked (like default ui except skinned darker and gryphons removed.
Picture: ht tp://imageshack.us/photo/my-images/145/wowscrnshot012213231136.jpg/
What can I do to fix it? In simplest terms aswell, I'm new to the whole script thing. I just want the skins to work and my action bars stacked.
EDIT: for clarity
Normally I don't post on AJ anymore, but I was browsing and saw my name so I figure that I may as well help.
Also, I don't use that UI anymore but I will download it and look at the code. A good portion of WoW's API has changed since cata (like the coding for prep frames instead of just arena frames). Should be a relatively easy fix though.
For the bars, go into the Addons/ScriptUI/ and open "ScriptUI.lua" with Notepad. Check to see if this is there:
local WMBarLayout = 1
If it is set to "= 0" then change it to 1 and save.
As for the bars, the easiest fix is to change
local IboTextures = 1
local IboDarkFrame = 1
both to 0 and then install the following:
http://www.wowinterf...UITextures.html