-
I got tired of setting up my Tells tab for every alt I made. What is a tells tab you ask? What it allows for is a separation of your whispers (including battle.net) from your regular chat (General), as seen in the screenshot above, just by clicking the Setup Chat button in the ElvUI installer.
All modifications will take place in the install file (addons\ElvUI\core\install.lua)
First things first, gonna remove the whispers from the General tab. Remove the following lines.
Line 56:
ChatFrame_AddMessageGroup(ChatFrame1, "WHISPER")
Line 77 & 78:
ChatFrame_AddMessageGroup(ChatFrame1, "BN_WHISPER") ChatFrame_AddMessageGroup(ChatFrame1, "BN_CONVERSATION")
Now we're going to find where to inject our new Tells tab code. Personally, I put in on line 18 (directly below the following):
ChatFrame3:Show()
Here's the Tells code to inject:
-- start tells code FCF_OpenNewWindow(TELLS) FCF_SetWindowName(ChatFrame4, "Tells") ChatFrame_RemoveAllMessageGroups(ChatFrame4) ChatFrame_AddMessageGroup(ChatFrame4, "WHISPER") ChatFrame_AddMessageGroup(ChatFrame4, "BN_WHISPER") ChatFrame_AddMessageGroup(ChatFrame4, "BN_CONVERSATION") -- end tells code
Now when you run the "Setup Chat" function of the ElvUI Installer, you'll also get yourself a neat tells window for all your super secret whispers! And don't worry, the tab will glow when you get whispers.
Posted 1 year ago - #1
-
If you wish to help support this site please disable your adblock program.

So that's how you do it, thanks alot : ). Works great.
Posted 1 year ago - #2 -
Im still lost, cant you make a vid with it :D
Posted 1 year ago - #3 -
Rather than adding unnecessary code into ElvUI (and having to update it each time Elv updates), I just copy/paste the chat-cache.txt file from my main toon over to all of my others. It copies over everything dealing with your chat tabs.
Always have your files when you need them with Dropbox.
Use my referral & we both get 250mb for free! http://db.tt/38vlz7L
My TitaniumBackup Pro tutorial for rooted cell phones: HowTo: TiBu BackupsPosted 1 year ago - #4 - Best Answer -
Holy shit Petrah thank you! I didn't know about the chat-cache thing and that will be very helpful. =D
Posted 1 year ago - #5 -
How can I move my Loot/Trade tab to left panel? It should look General | Log | Loot/Trade | Tells ?
Posted 1 year ago - #6 -
Drag it to the left side.
Posted 1 year ago - #7 -
thanks.. this is embarrassing actually :)
Posted 1 year ago - #8 -
Possibly a dumb question, is there a way to setup the combat log to default to the right panel on install instead of the loot/trade being on the right?
Edit:
Or better yet how easy would it be to do this?
Is it just a matter of changing the references/ lines for Chatframe3 with Chatframe2?
Thank you for the guide BTW.
Posted 9 months ago - #9 -
how do you make that panel with fps, clock and money in the middle?
thanks in advance! :)
Posted 9 months ago - #10 -
Easiest way is to just use the ElvUI config panel and copy the entire profile across?
Correct me if I'm mistaken, as I'm not 100% sure it will copy custom tabs like this as I don't use them.Posted 9 months ago - #11 -
Posted 9 months ago - #13
-
Wezzyboi said:
sadly it didnt work for me :(Those datatext bars are not part of default ElvUI. Check out ElvUI_DTBars
Posted 9 months ago - #15 -
Blazeflack said:
Wezzyboi said:
sadly it didnt work for me :(Those datatext bars are not part of default ElvUI. Check out ElvUI_DTBars
Yeh that worked thank you very much :)
Posted 9 months ago - #16 -
This is not working in 4.27
It seems the chat setup is being read from somewhere else or something is wrong with my files.
Even if I try to re-arange the chat channels it is still installing the old way.
Posted 9 months ago - #17 -
manorton said:
This is not working in 4.27It seems the chat setup is being read from somewhere else or something is wrong with my files.
Even if I try to re-arange the chat channels it is still installing the old way.
Line numbers may have changed, but the code is the same. Everything is set inside "local function SetupChat()" in install.lua
Posted 9 months ago - #18


Reply
You must log in to post.



