How would i make this show under or above toplinks?
Thanks for your quick response
--------------- Added [DATE]1346937602[/DATE] at [TIME]1346937602[/TIME] ---------------
I think i figured it out i just have one problem....
Code:
$json = file_get_contents("http://us.battle.net/api/wow/character/Shattered%20Hand/". $vbulletin->userinfo['username']."?fields=guild,items,professions,reputation,stats", true);
the code above requires members to sign up with their character name..
how can i tell the script to die if the link fails to load?
--------------- Added [DATE]1346961011[/DATE] at [TIME]1346961011[/TIME] ---------------
Okay my plugin is working awesome with your guidance justt need help with on piece of code... please
what do i need to add to my code to not display the plugin if user is not logged in?