Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Nupper on August 08, 2013, 03:44:31 am

Title: Knowledge base
Post by: Nupper on August 08, 2013, 03:44:31 am
Is it possible to edit the GM ticket Resuilts like hot topics and such to your own stuff?
(http://img854.imageshack.us/img854/2426/gclr.jpg)
Title: Re: Knowledge base
Post by: schlumpf on August 08, 2013, 08:38:50 am
Edit the URL inside the files, implement the API.
Title: Re: Knowledge base
Post by: Nupper on August 08, 2013, 10:16:57 pm
Quote from: "schlumpf"
Edit the URL inside the files, implement the API.
trying to find the urls
Title: Re: Knowledge base
Post by: Steff on August 09, 2013, 08:42:30 am
Perhaps: InterfaceGlueXMLGlueStrings.lua
Title: Re: Knowledge base
Post by: deep6ixed on August 09, 2013, 03:13:28 pm
I checked GlueXML and FrameXML strings and even the FrameXML constants.  I didn't find it.

Id like to know how this works too, it would be a huge help with Maruum.

If I see it, I'll post back here
Title: Re: Knowledge base
Post by: schlumpf on August 09, 2013, 03:45:16 pm
Iirc, it is either in framexml constants or hardcoded in the client. It is a file based read only API using XML files. Grep for http or XML.