Download
(4Kb)
Download
Updated: 08-16-18 01:34 PM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:08-16-18 01:34 PM
Created:12-27-08 08:46 PM
Downloads:85,268
Favorites:308
MD5:
Categories:Action Bar Mods, Buff, Debuff, Spell

rButtonTemplate  Popular! (More than 5000 hits)

Version: 800.20180816
by: zork [More]


Intro

rButtonTemplate is a framework to theme Blizzard action, aura and item buttons. It does nothing on its own, needs a theme like rButtonTemplate_Zork.
API documentation
rButtonTemplate API documentation
Quick-Links
rActionBar, rActionBar_Zork, rBuffFrame, rBuffFrame_Zork, rButtonTemplate, rButtonTemplate_Zork
Git
https://github.com/zorker/rothui/tre...ButtonTemplate

Optional Files (20)
File Name
Version
Size
Author
Date
Type
800.20180901
14kB
09-02-18 03:34 AM
Addon
801-2018081101
4kB
08-11-18 04:55 AM
Addon
700.20161004
23kB
10-04-16 06:24 AM
Addon
1.3
80kB
11-29-10 02:09 PM
Addon
1.0
22kB
11-14-10 06:23 PM
Addon
1.2
24kB
11-09-10 02:59 PM
Addon
1.0
3kB
11-05-10 09:22 AM
Addon
rev3
6kB
07-06-10 06:25 PM
Addon
1.0
8kB
04-25-10 01:32 PM
Patch
1.0
2kB
12-06-09 12:47 PM
Addon
1.0
3kB
08-18-09 11:37 AM
Addon
1.0
10kB
07-06-09 12:02 PM
Addon
v1
16kB
06-17-09 06:57 PM
Addon
v1.3
18kB
02-19-09 12:10 PM
Addon
001
21kB
01-23-09 03:24 AM
Addon
1.0
5kB
01-22-09 09:38 AM
Addon
003
6kB
01-20-09 08:16 PM
Patch
001
15kB
01-20-09 03:59 PM
Addon
001
10kB
01-20-09 03:58 PM
Addon
0.1
7kB
01-17-09 10:12 AM
Addon


Post A Reply Comment Options
Unread 12-07-12, 07:11 AM  
Greensleeper
A Defias Bandit

Forum posts: 2
File comments: 29
Uploads: 0
thanks for your reply!

I know how to play with the background / shadow features, but I don't know how to setup rActionbuttonstyler so it doesn't add its textures (the border).
Report comment to moderator  
Reply With Quote
Unread 12-07-12, 07:54 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
That is part of the config aswell. Blizzard calls this the ActionButtonNormalTexture. That's why it is called "normal" in the config:

http://code.google.com/p/rothui/sour.../config.lua#20

Either replace that string with "" or just use a texture with a fully transparent alpha layer.

If you want to change the behaviour of equipped/hover textures etc. apply the same to those textures.

Basically making it
Code:
cfg.textures = {
  normal = "",
  flash = "Interface\\AddOns\\rActionButtonStyler\\media\\flash",
  hover = "Interface\\AddOns\\rActionButtonStyler\\media\\hover",
  pushed = "Interface\\AddOns\\rActionButtonStyler\\media\\pushed",
  checked = "Interface\\AddOns\\rActionButtonStyler\\media\\checked",
  equipped = "",
  buttonback = "Interface\\AddOns\\rActionButtonStyler\\media\\button_background",
  buttonbackflat = "Interface\\AddOns\\rActionButtonStyler\\media\\button_background_flat",
  outer_shadow = "Interface\\AddOns\\rActionButtonStyler\\media\\outer_shadow",
}
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 12-07-12 at 07:58 AM.
Report comment to moderator  
Reply With Quote
Unread 12-08-12, 12:43 AM  
Greensleeper
A Defias Bandit

Forum posts: 2
File comments: 29
Uploads: 0
Thanks for the info.
I ended up adding a texture I like without using the thin icons. The result is the same as I wanted.
Thanks for sharing your mods. For being a codenoob I actually (somewhat) understand ur code

Now posting in rbuffstyler (anchor prob) cu there ^^
Report comment to moderator  
Reply With Quote
Unread 12-17-12, 10:38 AM  
Labilen
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Hi. I'm trying to change the size of the cooldown text on a button.

cfg.cooldown = {
spacing = 2,
fontsize = 12,
}

(Tried adding fontsize, but it does not change) Please share your knowledge, anyone.
Report comment to moderator  
Reply With Quote
Unread 12-17-12, 02:50 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Cooldowntext is OmniCC or TullaCC (or whatever cooldown addon you are using). rActionBarStyler does not add cooldown text. The padding is for the cooldown frame only.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 12-17-12 at 02:52 PM.
Report comment to moderator  
Reply With Quote
Unread 12-29-12, 03:18 PM  
Acidlollypop
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
How to make a button as you have a 2 screen?
Last edited by Acidlollypop : 12-29-12 at 03:20 PM.
Report comment to moderator  
Reply With Quote
Unread 01-03-13, 02:41 PM  
eljumbo
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Hello,

I can't get the hotkeys on the other bars than 1 ... and the "show" option is set to "true" in my config.lua ... thanks for your help and congrats for this addon

eljumbo
Report comment to moderator  
Reply With Quote
Unread 01-03-13, 04:56 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
What actionbar addon are you using?
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 01-04-13, 09:04 AM  
Acidlollypop
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
How to change the frame framework? How to make a button as the screenshot number 2?
Report comment to moderator  
Reply With Quote
Unread 01-04-13, 11:45 AM  
eljumbo
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Originally Posted by zork
What actionbar addon are you using?
rActionBarStyler
Report comment to moderator  
Reply With Quote
Unread 01-04-13, 10:14 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally Posted by Acidlollypop
How to change the frame framework? How to make a button as the screenshot number 2?
http://www.wowinterface.com/downloads/info12283.html

Get the textures from that addon and replace the ones in the download.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 01-27-13, 03:03 AM  
Jeremypwnz
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 16
Uploads: 1
How would I add a 1 px border to the action buttons? I found it relatively easy with your rBuffFrameStyler as I just changed lines 47-53 to:

Code:
background = {
      show              = true,   --show backdrop
      edgeFile          = "Interface\\Buttons\\WHITE8x8",
      color             = { r = 0, g = 0, b = 0, a = 1},
      classcolored      = false,
      inset             = 1,
      padding           = -1,
But I cannot for the life of me figure it out with this addon.
Report comment to moderator  
Reply With Quote
Unread 01-27-13, 05:14 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Yeah...that is because in rActionButtonStyler/core/core.lua line the icon padding is hardcoded. (Line 162).
Plus the apply background function (Line 54) has another hardcoded value. I rewrote rBuffFrameStyler lately with the latest standards, I probably should do that to the button-styler too.

Gonna put that on my list for 5.2.

The counterpoint of that is that I would to change the config of rActionButtonStyler why may distract some users.

If you want to fix it:
  • Change the outer_shadow texture (which is the edge file) to your white8x8.
  • Change the hardcoded padding values in background and icon to 1.
  • Set the normal texture to an empty (transparent) texture. By default the normal texture is a border that interacts with actionbutton conditions (push-state, hover etc.)
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 01-27-13 at 05:22 AM.
Report comment to moderator  
Reply With Quote
Unread 10-21-13, 09:11 AM  
Jansus
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 73
Uploads: 1
I'm using http://www.wowinterface.com/download...Slim.html#info and the default skin shows until I reload UI.
Report comment to moderator  
Reply With Quote
Unread 10-21-13, 01:20 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
That is because the config files of that plugin are outdated. Copy the textures in and edit the config manually.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 10-21-13 at 01:20 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: