Linker Addon

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » Linker addon
Linker addon
 Bismarck.Speedyjim
Offline
Server: Bismarck
Game: FFXI
user: speedyjim
Posts: 516
By Bismarck.Speedyjim 2018-01-27 13:40:08
Link | Quote | Reply
 
Recently, the linker addon has been opening in game links to ah.com incorrectly. When using //web ah itemname, the web page opens up as http://www.ffixah.com erroneously. I've checked the settings lua and it seems good to me.

Any ideas?
 Asura.Cair
VIP
Offline
Server: Asura
Game: FFXI
user: Minjo
Posts: 246
By Asura.Cair 2018-01-27 14:33:19
Link | Quote | Reply
 
ffxiah broke a bit. you can change your search default to "https://www.ffxiah.com/search/item?q=${query}"
 Bismarck.Speedyjim
Offline
Server: Bismarck
Game: FFXI
user: speedyjim
Posts: 516
By Bismarck.Speedyjim 2018-01-27 21:20:19
Link | Quote | Reply
 
Excellent, thank you!

If anyone stumbles on this and wants for info where to paste this, it's in the data/settings file.
Replace
Code
<ah>http://ffxiah.com/search/item?q=${query}</ah>

with (essentially adding www prefix.)
Code
<ah>https://www.ffxiah.com/search/item?q=${query}</ah>
Log in to post.