Thread Tools Display Modes
08-30-08, 07:36 AM   #1
karmamuscle
A Cobalt Mageweaver
 
karmamuscle's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 205
LF Mod to move chat tabs below chatframe.

Hi,
would it be possible to move the chat tabs to the bottom of the chatframe?
I use Fane to mod the look of the tabs, but would like them to be below the chatframe instead.
  Reply With Quote
08-30-08, 07:56 AM   #2
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
try to add this after line 108:
Code:
_G[v:GetName()..'Tab']:SetPoint('TOPLEFT', _G[v:GetParent():GetName()], 'BOTTOMLEFT', x, y)
Make sure to replace x and y with some numbers for the offset.
  Reply With Quote
08-30-08, 08:13 AM   #3
karmamuscle
A Cobalt Mageweaver
 
karmamuscle's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 205
Originally Posted by p3lim View Post
try to add this after line 108:
Thank you for the quick answer.
After reloadUI they were placed at their default position, when any tab is clicked, they move to the new position, but are not clickable.

Edit: After I tabbed back into WoW, all but the General tab had moved back to default position and working until one is clicked again. They revert back to default after 10-15 secs.
Another edit: They revert back whenever any chat tab recieves an update.

Last edited by karmamuscle : 08-30-08 at 08:17 AM.
  Reply With Quote
08-30-08, 08:23 AM   #4
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
It was only a test, kinda knew it would work so easily.

I have enough issues with 3 addons at the moment, but someone might come along to help you, if not, ill be back later.
  Reply With Quote
08-30-08, 08:27 AM   #5
karmamuscle
A Cobalt Mageweaver
 
karmamuscle's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 205
Originally Posted by p3lim View Post
It was only a test, kinda knew it would work so easily.

I have enough issues with 3 addons at the moment, but someone might come along to help you, if not, ill be back later.
Thank you and I hope so
  Reply With Quote
08-30-08, 08:49 AM   #6
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
This is requested often, and has not been done. May be because it's very difficult and/or not worth it or that it just cannot be done.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » LF Mod to move chat tabs below chatframe.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off