Open GoogleCodeExporter opened 8 years ago
Original comment by codewheel@gmail.com
on 12 Jan 2009 at 11:46
I am experiencing the same issue. I have put together some additional
information:
Note: All issues and tests have been run on two separate machines (Both XPSP3
with
3.0.9 client). Any issues/comments occur on both machines
I have installed MangAdmin manually in the Addons folder in my WOTLK client as
standard. The addon loads properly, and both command line addon options and
other
features of the console work properly. The only issue I see in the console is
that
on the "MISC" tab, the checkboxes for the following options are always
unchecked:
"Enable Localized Search Strings"
"Enable MiniMenu/Toolbar"
"Enable Tooltips"
I can place checks in these boxes and then click the "Apply Changes" button,
and the
interface reloads, but the boxes remain unchecked. I am unsure as to whether
this is
related, but I figured I would mention it.
As to the Linkifier links, they do appear when commands are run. If I run a
".lookup
item light leather" command, the item is listed with the correct [Add] and
[List]
links. They also appear on quest lookups, object lookups, etc. Clicking any
Linkifier link, however, does nothing.
I have taken the following troubleshooting steps:
I have ensured that the chat window is set to "Interactive"
I have attempted a SHIFT-click and an ALT-click of the links (no result)
I have removed all addons (including MangAdmin) and reinstalled it.
I have tested the commands themselves. (EX: .additem ####) This works as
expected.
Original comment by dmwilson0@gmail.com
on 7 Mar 2009 at 11:21
I have the same problem for months now, also i've been watching the forums for
that
time, but there seems no activity anymore whatsoever.. Is this project
abandoned?
Original comment by d.r3...@gmail.com
on 29 Mar 2009 at 4:04
Found a solution on the mangadmin forums....
You can
1. Replace your mangadmin.lua file (in your mangadmin folder) with the one I
have
attatched or
2. Modify your existing mangadmin.lua by adding a few lines. Open your
mangadmin.lua
file with notepad, and find the part where it says
"function MangAdmin:OnInitialize()"
and add these lines below it:
--altering the function setitemref, to make it possible to click links
MangLinkifier_SetItemRef_Original = SetItemRef
SetItemRef = MangLinkifier_SetItemRef
Once that is done, find where it says
function MangAdmin:OnDisable()
and add this line below it
SetItemRef = MangLinkifier_SetItemRef_Original
Hope this helps
Original comment by Tulu...@gmail.com
on 6 Apr 2009 at 11:24
Attachments:
Am using v1.3.0.2, r126 on Client 3.1.3 (9947) on a Trinity2 (4372)
I did the fixes that you said above, item links work fine, but the spell links
are
not working. Commands for trinity and Mangos are the same for learn/unlearn...
Help?
Original comment by rudemast...@gmail.com
on 9 Jul 2009 at 5:29
Original comment by codewheel@gmail.com
on 22 Nov 2009 at 9:48
Original comment by codewheel@gmail.com
on 22 Nov 2009 at 9:50
Original issue reported on code.google.com by
codewheel@gmail.com
on 12 Jan 2009 at 11:46