Thread Tools Display Modes
03/21/15, 12:44 PM   #1
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Copy text from HOME page of guild

mby add such functionality to Shissu Guild Tools or for Chat2Clipboard

for what reason?
copy links like this
will be usefull

  Reply With Quote
03/22/15, 11:33 AM   #2
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
possible or not?
  Reply With Quote
03/22/15, 01:59 PM   #3
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by QuadroTony View Post
possible or not?
Almost everything is possible...

Try for example this:
Lua Code:
  1. local function RefreshPermissions(self)
  2.     self.motd:SetHidden(false)
  3.     self.description:SetHidden(false)
  4.     self:RefreshReleaseKeep()
  5.     return true
  6. end
  7. ZO_PreHook(GUILD_HOME, "RefreshPermissions", RefreshPermissions)
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Copy text from HOME page of guild


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