View Single Post
  #1  
Unread 08-14-2007, 04:38 PM
CodeRed CodeRed is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Mistmoore
Posts: 2
Default Updating the Quest Helper Button....

Hello all!

First time I've posted here, I think, but anyhow... In the past couple of weeks, eq2i.com has moved to a new and better hosting solution at eq2.wikia.com, and each day from then on I had wished that the quest helper window's button pointer to eq2i.com would be changed.

But, unfortunately, that wish never came true.

So, I decided to edit the file myself to right this horrid error. However, after updating the file and then running the AU, the file was replaced. To say the least about this situation, I was deeply saddened.

I'm now pleading that the maintainer of the AU's files will update the file: eq2ui_journals_active.xml on line 19 to replace:
Code:
<Button LocalTooltip="Search EQ2i" Location="197,0" Name="SearchEQ2i" OnPress="OthURIString=&apos;http://eq2i.com/articles/Special:Search?search=&apos; ## Parent.Parent.JournalsQuestDetail.QuestName.Text
with
Code:
<Button LocalTooltip="Search EQ2i" Location="197,0" Name="SearchEQ2i" OnPress="OthURIString=&apos;http://eq2.wikia.com/wiki/Special:Search?search=&apos; ## Parent.Parent.JournalsQuestDetail.QuestName.Text
Thanks.
Reply With Quote