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,461
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 10-17-10, 02:52 PM  
wtrhzrd
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Background Textures

With this update, I'm noticing that with the following settings:
cfg.background = {
showbg = true, --show an background image?
showshadow = false, --show an outer shadow?
useflatbackground = false, --true uses plain flat color instead
backgroundcolor = { r = 0.3, g = 0.3, b = 0.3, a = 0.7},
shadowcolor = { r = 0, g = 0, b = 0, a = 0.9},
classcolored = false,
inset = 5,

I still don't see the background texture, I see a semi-transparent color. I noticed that if I comment out backgroundcolor and shadowcolor above, then I see the texture (but I obviously also get an error since I didn't also comment out the applicable sections in the function file). Seems the backgroundcolor setting overrides showbg no matter what is set to true above.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 11:01 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Setting your keybindings ist part of the config. It's really easy. Open the config.lua with Notepad and change this part:
Code:
  cfg.hotkeys = {
    show            = false,
    fontsize        = 12,
    pos1             = { a1 = "TOPRIGHT", x = 0, y = 0 }, 
    pos2             = { a1 = "TOPLEFT", x = 0, y = 0 }, --important! two points are needed to make the hotkeyname be inside of the button
  }
Change that value to "true".
__________________
| 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-17-10 at 11:05 AM.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 10:35 AM  
MastaM00
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I'm curious as to what code changed between 4.003 and 4.004.

I ask because I was extremely happy to see that in 4.003 button binds were again visible when using Dominos and rActionButtonStyler together (I actually see SB on a button that's bound to Shift-B or Q on the button bound to Q). This was an issue that had existed for a very long time but never really bothered me as I knew everything I had to do for my rotations in my sleep.

Now, with 4.0.1 I'm actually getting reaclimated to my new binds and rotations and having them be visible is helpful, at least for now.


It ssems 4.004 reverted this piece of functionality and I no longer see the binds. Any chance of taking a look at this?
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 07:53 AM  
Garry
A Kobold Labourer
 
Garry's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 159
Uploads: 6
Re: Re: rActionButtonStyler + xuButtonShadows

UIIIII
looks wonderfull.
Primary i wanted to add it in the core code too, but then i though it shouldnt be placed there, to keep the codes clean.

Now i understand what i made wrong for background images...lol. Made nearly everything the same, exept i forgott to change some in the bg section.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 07:14 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: rActionButtonStyler + xuButtonShadows

Ok ok. I integrated it into the buttonstyler. New version will inherit Garry's changes. But added some stuff. A background image is now possible too instead of plain background.

__________________
| 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-17-10 at 07:21 AM.
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 02:23 AM  
Garry
A Kobold Labourer
 
Garry's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 159
Uploads: 6
rActionButtonStyler + xuButtonShadows

Well well:



rActionButtonStyler + xuButtonShadows

This Addon is meant to be a MOD OF rActionButtonStyler!!!
You can even find it under OPTIONAL FILES for rABStyler!!!
Last edited by Garry : 10-17-10 at 02:24 AM.
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 10:17 PM  
wtrhzrd
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Sounds Good

I was on that wiki today, but didn't have much luck... I'll give it another shot now that you confirmed that I was in the ballpark at least.
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 07:51 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Just switched

xuButtonShadow does background stuff. http://www.wowinterface.com/download...tonShadow.html
For the color. Find the part where I set the font for the hotkey and change the fontcolor via http://www.wowwiki.com/API_FontInstance_SetTextColor
__________________
| 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 10-16-10, 06:53 PM  
wtrhzrd
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Just switched

I just started using rABS and I like it alot, but I have 2 questions:

1. I cannot seem to find any info or addon that tells/lets me change the hotkey font color. I'm not crazy about grey looking numbers on my keys that I can barely see. Is there a way to do this? (I was using Stellarbars and got used to brighter keybind numbers I guess).

2. I also would like to replace ButtonFacade completely with rABS but I can't figure out how I can put a background texture on the buttons (i.e. I use ButtonFacade_Caith and I like the backdrop on the empty button spaces). Is there a way to add a backdrop/button texture on the buttons?
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 06:05 PM  
nitewarlord
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 49
Uploads: 1
SBF

Hey zork, mod is awesome and a perfect light weight replacement for Button Facade, just one question. Do you or anyone else know if there is a way to make it so that rABStyler can also style Satrina Buff Frames. I would greatly appreciate it.
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 10:24 AM  
Garry
A Kobold Labourer
 
Garry's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 159
Uploads: 6
Hey zork, i like your new releases of your actionbar mods.

and xuButtonShadow is currently under work. I try to add some new stuff, some ppl requestet from me.

Guess i will create a litte modded rABStyler where my xuBS is included. Might save some ppl to look for an extra addon ^^
Originally posted by zork
Yes that exists. Use a onepx black border and additionally xuButtonShadow. I'm still using xuButtonShadow for all my actionbutton backdrops. It looks awesome.
PS: xuButtonShadow work even with 4.0.1. Just load it with the old addons stuff ^^
Last edited by Garry : 10-16-10 at 10:25 AM.
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 09:29 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Yes that exists. Use a onepx black border and additionally xuButtonShadow. I'm still using xuButtonShadow for all my actionbutton backdrops. It looks awesome.
__________________
| 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 10-16-10, 07:54 AM  
Toran
A Nerdscale Dorkin
 
Toran's Avatar
Premium Member

Forum posts: 143
File comments: 433
Uploads: 0
Anyone know if a shadow skin like this exists for rActionButtonStyler?

http://www.wowinterface.com/download...de_Shadow.html
Report comment to moderator  
Reply With Quote
Unread 10-16-10, 05:10 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Re: Re: Re: Re: Re: 4.0.1 combatibilty fix

I rewrote the mod to finally have a real config.
__________________
| 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 10-15-10, 05:25 PM  
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view AddOns

Forum posts: 384
File comments: 144
Uploads: 3
Re: Re: Re: Re: Re: 4.0.1 combatibilty fix

Originally posted by zork
The new version is out. rActionBarStyler has been updated aswell.
What's new, because mine works fine.
__________________

Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: