Pages: [1] :: one page |
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Whitehound
|
Posted - 2010.04.05 14:49:00 -
[1]
I have been looking, and looking, and looking. But I don't find any. I use a lot of the showinfo:// reference on some of my HTML pages and they now don't seem to work with the new IGB any more. How does it work now? --
|

Dragonaire
Caldari Corax. New Eden Retail Federation
|
Posted - 2010.04.05 15:15:00 -
[2]
This should get you started. http://wiki.eveonline.com/en/wiki/IGB_Javascript_Methods You can also do a search in the wiki there and find the other pages. -- Finds camping stations from the inside much easier. Designer of Yapeal for Eve API.
|

Whitehound
|
Posted - 2010.04.05 16:41:00 -
[3]
Edited by: Whitehound on 05/04/2010 16:47:56
Originally by: Dragonaire This should get you started. http://wiki.eveonline.com/en/wiki/IGB_Javascript_Methods You can also do a search in the wiki there and find the other pages.
How should this get me started? The page is empty it says. Are you trying to be funny?
Edit: Found it. It filtered the word "Javascript" of your link. --
|

Catari Taga
Centre Of Attention Rough Necks
|
Posted - 2010.04.05 16:50:00 -
[4]
Both your links are identical but the forum considers the word "Javascript" in links dangerous and thus filters it. In other words, you cannot actually link to that page, which is why there is a discussion about the link each time it is posted. Better link to the parent page: http://wiki.eveonline.com/en/wiki/Category:In-game_Browser
|

Dragonaire
Caldari Corax. New Eden Retail Federation
|
Posted - 2010.04.05 17:08:00 -
[5]
Sorry about that I forgot it filtered that I'll try to remember next time I'm linking -- Finds camping stations from the inside much easier. Designer of Yapeal for Eve API.
|

Whitehound
|
Posted - 2010.04.06 12:41:00 -
[6]
Thanks for the help. ... And for those who stumble over the same problem, here is a small example of how it can be done now:
Old:
<a href="showinfo:42">some item</a> <a href="showinfo:57//60009586">A station in the system Aufay</a>
New (as an underlined, clickable text):
<u onclick="CCPEVE.showInfo(42)">some item</u> <u onclick="CCPEVE.showInfo(57,60009586)">A station in the system Aufay</u> --
|

Arous Drephius
|
Posted - 2010.04.06 13:22:00 -
[7]
There shouldn't be any need to use deprecated u tags - this should work:
<a href="javascript:CCPEVE.showInfo(42)">Clicky</a>
|

Whitehound
|
Posted - 2010.04.08 07:51:00 -
[8]
Originally by: Arous Drephius <a href="javascript:CCPEVE.showInfo(42)">Clicky</a>
It does. Great. Thanks.  --
|
|
|
Pages: [1] :: one page |
First page | Previous page | Next page | Last page |