These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

IGB Functions for Wordpress Site

Author
Xenvin
KARNAGE
Caldari Tactical Operations Command
#1 - 2015-10-24 20:07:07 UTC  |  Edited by: Xenvin
I have been trying for at least 18 hours on and off between the last two days. No where can I find conclusive data on how to make IGB calls function so that, for example, when a portrait of a char on my website is clicked in game it open that characters in game info / bio. I am just getting into this sort of development...and I can't seem to figure out no matter how many sites I search. I am not even sure the calls I am using in links (links for buttons/ pictures) are even proper, place properly and or correctly situated.

I am willing to pay / barter for a fix to my seemingly basic issues. Can anyone rise to the call and help?

Our site: [url]http://mutiny.exposed[/url]

Guides and info I've tried using...

http://www.evepanel.net/blog/eve-online/igb/work-with-igb-headers-in-javascript.html

http://wiki.eve-id.net/IGB_Javascript_Functions

wiki.eveuniversity.org/Application_Programming_Interface_101

http://wiki.eveonline.com/en/wiki/IGB_Javascript_Methods][url=http://wiki.eveonline.com/en/wiki/IGB_Javascript_Methods
Mr Twinkie
Republic Military School
Minmatar Republic
#2 - 2015-10-25 08:34:44 UTC  |  Edited by: Mr Twinkie
because this forum sucks dong and I can't post code even in code tags

http://pastebin.com/twefakM1

should get you what you need.


Also note that apache doesn't like the igb headers so you NEED an .htaccess file in your websites root directory that contains

http://pastebin.com/z7Lg0gMk

If you're using nginx or some other setup you might be good without it.


Feel free to tip if it helps.
Xenvin
KARNAGE
Caldari Tactical Operations Command
#3 - 2015-10-26 16:00:52 UTC
Mr Twinkie wrote:
because this forum sucks dong and I can't post code even in code tags

http://pastebin.com/twefakM1

should get you what you need.


Also note that apache doesn't like the igb headers so you NEED an .htaccess file in your websites root directory that contains

http://pastebin.com/z7Lg0gMk

If you're using nginx or some other setup you might be good without it.


Feel free to tip if it helps.



The one that goes in head.. do you mean the headers.php I created?

Secondly, those codes that go in htaccess, can they go anywhere, or do they need specific placement?

Lastly, What should the code that I want to use for a link actually look like? I ask because there are many sites that cite different codes and usage..
Mr Twinkie
Republic Military School
Minmatar Republic
#4 - 2015-10-27 08:06:48 UTC
Xenvin wrote:
Mr Twinkie wrote:
because this forum sucks dong and I can't post code even in code tags

http://pastebin.com/twefakM1

should get you what you need.


Also note that apache doesn't like the igb headers so you NEED an .htaccess file in your websites root directory that contains

http://pastebin.com/z7Lg0gMk

If you're using nginx or some other setup you might be good without it.


Feel free to tip if it helps.



The one that goes in head.. do you mean the headers.php I created?

Secondly, those codes that go in htaccess, can they go anywhere, or do they need specific placement?

Lastly, What should the code that I want to use for a link actually look like? I ask because there are many sites that cite different codes and usage..


1. Should work in a header file. Can test it by going to the site in game and seeing if it asks for trust.

2. Put them at the bottom

3. Not sure what you're asking. The first link provided has everything the page needs, only thing that needs to be changed is adding the character portrait using the charid you pull from the headers and the ccp image links and putting that in place of the linked text.