0
Do we have a script to install on the backend of a custom site for Item links? Say someone has a guild page, and they want to post links to items in our item data base and they want the item info and logo to show up, just like WowHead has. Do we have anything like that?
Unofficial IncGamers Clan - 100% Hardcore
Unofficial IncGamers Clan and Mumble Sign-up | IncGamers Site Pal Sign-up
Diablo IncGamers Twitter, Facebook, You Tube and Twitch TV
Is this what you mean?
http://diablonut.incgamers.com/tools
Elly - Admin,
Diablo: IncGamers on Twitter on You Tube on Facebook
DiabloNut.Com (Diablo 3 database) - Blue Post Tracker - Diablo3Ladders.Com
New to Diablo 3? Read this great primer.
Unofficial IncGamers Clan - 100% Hardcore
Unofficial IncGamers Clan and Mumble Sign-up | IncGamers Site Pal Sign-up
Diablo IncGamers Twitter, Facebook, You Tube and Twitch TV
Alright, Its me again. I can't get the script to work. Maybe I have it installed in the wrong spot on my page? Can someone look at the code for me? You'll see the script near the top"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-gb" xml:lang="en-gb"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-language" content="en-gb" /> <meta http-equiv="content-style-type" content="text/css" /> <meta http-equiv="imagetoolbar" content="no" /> <title>EliteDruin.com - Index page</title> <link rel="alternate" type="application/atom+xml" title="Feed - EliteDruin.com" href="http://www.elitedruin.com/feed.php" /><link rel="alternate" type="application/atom+xml" title="Feed - News" href="http://www.elitedruin.com/feed.php?mode=news" /><link rel="alternate" type="application/atom+xml" title="Feed - All forums" href="http://www.elitedruin.com/feed.php?mode=forums" /><link rel="alternate" type="application/atom+xml" title="Feed - New Topics" href="http://www.elitedruin.com/feed.php?mode=topics" /><link rel="alternate" type="application/atom+xml" title="Feed - Active Topics" href="http://www.elitedruin.com/feed.php?mode=topics_active" /> <link rel="stylesheet" href="./styles/acidtechred/theme/stylesheet.css" type="text/css" /> <!--[if IE]> <link rel="stylesheet" type="text/css" href="./styles/acidtechred/theme/ie7.css" /> <![endif]--> <script type="text/javascript" src="http://diablonut.incgamers.com/js/diabloNut.js"></script> <script type="text/javascript"> // <=!=[=C=D=A=T=A=[ var onload_functions = new Array(); var onunload_functions = new Array(); var ca_main_width = '100%'; function popup(url, width, height, name) { if (!name) { name = '_popup'; } window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width); return false; } function jumpto() { var page = prompt('Enter the page number you wish to go to:', ''); var per_page = ''; var base_url = ''; if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0) { if (base_url.indexOf('?') == -1) { document.location.href = base_url + '?start=' + ((page - 1) * per_page); } else { document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * per_page); } } } /** * Find a member */ function find_username(url) { popup(url, 760, 570, '_usersearch'); return false; } /** * Mark/unmark checklist * id = ID of parent container, name = name prefix, state = state [true/false] */ function marklist(id, name, state) { var parent = document.getElementById(id); if (!parent) { eval('parent = document.' + id); } if (!parent) { return; } var rb = parent.getElementsByTagName('input'); for (var r = 0; r < rb.length; r++) { if (rb[r].name.substr(0, name.length) == name) { rb[r].checked = state; } } } /** * New function for handling multiple calls to window.onload and window.unload by pentapenguin */ window.onload = function() { for (var i = 0; i < onload_functions.length; i++) { eval(onload_functions[i]); } } window.onunload = function() { for (var i = 0; i < onunload_functions.length; i++) { eval(onunload_functions[i]); } } if(navigator.userAgent && navigator.userAgent.indexOf('Mac OS X') > 0) { document.write('<link rel="stylesheet" href="./styles/acidtechred/theme/mac.css" type="text/css" />'); } // ]=]=> </script> <script type="text/javascript" src="./styles/acidtechred/template/ca_scripts.js"></script> </head> <body class="ltr"> <a name="top"></a> <table border="0" cellspacing="0" cellpadding="0" width="100%" id="maintable" align="center"> <tr> <td id="logorow" align="center"><div id="logo-left"><div id="logo-right"> <a href="./index.php"><img src="./styles/acidtechred/imageset/site_logo.gif" alt="" title="" /></a> </div></div></td> </tr> <tr> <td class="navrow"> <a href="./ucp.php">User Control Panel</a> • <a href="./ucp.php?i=pm&folder=inbox"><strong>0</strong> new messages</a> • <a href="./faq.php">FAQ</a> • <a href="./search.php">Search</a> • <a href="./memberlist.php">Members</a> • <a href="./ucp.php?mode=logout&sid=c49ef55b18ae18fad6789b 0c01567564">Logout [ Siege Valgore ]</a> </td> </tr> <tr> <td id="contentrow"> <table width="100%" cellspacing="0"> <tr> <td class="gensmall"> Last visit was: Mon Jun 11, 2012 1:13 pm<br /><a href="./search.php?search_id=unanswered">View unanswered posts</a> | <a href="./search.php?search_id=active_topics">View active topics</a> </td> <td class="gensmall" align="right"> It is currently Tue Jun 12, 2012 1:39 pm<br /> <a href="./search.php?search_id=unreadposts">View unread posts</a> | <a href="./search.php?search_id=newposts">View new posts</a> | <a href="./search.php?search_id=egosearch">View your posts</a> </td> </tr> </table> <table class="tablebg breadcrumb" width="100%" cellspacing="0" cellpadding="0" style="margin-top: 5px;"> <tr> <td class="row1"> <p class="breadcrumbs"><a href="./index.php">Board index</a></p> <p class="datetime">All times are UTC - 8 hours [ <abbr title="Daylight Saving Time">DST</abbr> ]</p> </td> </tr> </table> <br /> <div id="pageheader"> <p class="linkmcp">[ <a href="./mcp.php?i=main&mode=front&sid=c49ef55b18ae 18fad6789b0c01567564">Moderator Control Panel</a> ]</p> </div> <br clear="all" /><br /> <div class="cap-div"><div class="cap-left"><div class="cap-right"> Forum </div></div></div> <table class="tablebg" cellspacing="0" width="100%"> <tr> <th colspan="2"> Forum </th> <th width="50"> Topics </th> <th width="50"> Posts </th> <th width="175"> Last post </th> </tr> <tr> <td class="row1" width="31" align="center"><img src="./styles/acidtechred/imageset/forum_read.gif" width="23" height="23" alt="No unread posts" title="No unread posts" /></td> <td class="row1"> <a class="forumlink" href="./viewforum.php?f=4">EliteDruin Admin Forum</a> <p class="forumdesc">For Admin eyes only</p> </td> <td class="row2" align="center"><p class="topicdetails">6</p></td> <td class="row2" align="center"><p class="topicdetails">23</p></td> <td class="row2" align="center" nowrap="nowrap"> <p class="topicdetails">Tue Jun 12, 2012 1:32 pm</p> <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&u=56" style="color: #FF0000;" class="username-coloured">Siege Valgore</a> <a href="./viewtopic.php?f=4&p=53#p53"><img src="./styles/acidtechred/imageset/icon_topic_latest.gif" width="13" height="9" alt="View the latest post" title="View the latest post" /></a> </p> </td> </tr> <tr> <td class="row1" width="31" align="center"><img src="./styles/acidtechred/imageset/forum_read.gif" width="23" height="23" alt="No unread posts" title="No unread posts" /></td> <td class="row1"> <a class="forumlink" href="./viewforum.php?f=3">Announcements</a> <p class="forumdesc">Elite Druin Guild Announcements</p> </td> <td class="row2" align="center"><p class="topicdetails">1</p></td> <td class="row2" align="center"><p class="topicdetails">1</p></td> <td class="row2" align="center" nowrap="nowrap"> <p class="topicdetails">Thu May 31, 2012 10:49 am</p> <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&u=56" style="color: #FF0000;" class="username-coloured">Siege Valgore</a> <a href="./viewtopic.php?f=3&p=4#p4"><img src="./styles/acidtechred/imageset/icon_topic_latest.gif" width="13" height="9" alt="View the latest post" title="View the latest post" /></a> </p> </td> </tr> <tr> <td class="row1" width="31" align="center"><img src="./styles/acidtechred/imageset/forum_read.gif" width="23" height="23" alt="No unread posts" title="No unread posts" /></td> <td class="row1"> <table border="0" cellspacing="0" cellpadding="0" width="100%"><tr> <td width="100%" valign="middle"> <a class="forumlink" href="./viewforum.php?f=18">EliteDruin Community Forum</a> <p class="forumdesc">New Member Sign-ups, General Clan info and anything else to find info pertaining to EliteDruin.com</p> </td> <td valign="top" style="padding-left: 2px;"><a title="Feed - EliteDruin Community Forum" href="http://www.elitedruin.com/feed.php?f=18"><img src="./styles/acidtechred/theme/images/feed.gif" alt="Feed - EliteDruin Community Forum" /></a> </td></tr></table> </td> <td class="row2" align="center"><p class="topicdetails">1</p></td> <td class="row2" align="center"><p class="topicdetails">3</p></td> <td class="row2" align="center" nowrap="nowrap"> <p class="topicdetails">Fri Jun 08, 2012 8:05 am</p> <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&u=56" style="color: #FF0000;" class="username-coloured">Siege Valgore</a> <a href="./viewtopic.php?f=18&p=35#p35"><img src="./styles/acidtechred/imageset/icon_topic_latest.gif" width="13" height="9" alt="View the latest post" title="View the latest post" /></a> </p> </td> </tr> <tr> <td class="row1" width="31" align="center"><img src="./styles/acidtechred/imageset/forum_read_subforum.gif" width="23" height="23" alt="No unread posts" title="No unread posts" /></td> <td class="row1"> <table border="0" cellspacing="0" cellpadding="0" width="100%"><tr> <td width="100%" valign="middle"> <a class="forumlink" href="./viewforum.php?f=1">EliteDruin Member Forums</a> <p class="forumdesc"></p> <p class="forumdesc"><strong>Moderators:</strong> <a href="./memberlist.php?mode=viewprofile&u=56" style="color: #FF0000;" class="username-coloured">Siege Valgore</a>, <a href="./memberlist.php?mode=viewprofile&u=54" style="color: #FF0000;" class="username-coloured">GenXproED</a></p> <p class="forumdesc"><strong>Subforums: </strong> <a href="./viewforum.php?f=20" class="subforum read" title="No unread posts">EliteDruin General Guild Information</a>, <a href="./viewforum.php?f=2" class="subforum read" title="No unread posts">Off Topic</a>, <a href="./viewforum.php?f=10" class="subforum read" title="No unread posts">Hardcore</a>, <a href="./viewforum.php?f=11" class="subforum read" title="No unread posts">Softcore</a></p> </td> <td valign="top" style="padding-left: 2px;"><a title="Feed - EliteDruin Member Forums" href="http://www.elitedruin.com/feed.php?f=1"><img src="./styles/acidtechred/theme/images/feed.gif" alt="Feed - EliteDruin Member Forums" /></a> </td></tr></table> </td> <td class="row2" align="center"><p class="topicdetails">3</p></td> <td class="row2" align="center"><p class="topicdetails">8</p></td> <td class="row2" align="center" nowrap="nowrap"> <p class="topicdetails">Sat Jun 09, 2012 9:48 pm</p> <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&u=56" style="color: #FF0000;" class="username-coloured">Siege Valgore</a> <a href="./viewtopic.php?f=10&p=43#p43"><img src="./styles/acidtechred/imageset/icon_topic_latest.gif" width="13" height="9" alt="View the latest post" title="View the latest post" /></a> </p> </td> </tr> <tr> <td class="row1" width="31" align="center"><img src="./styles/acidtechred/imageset/forum_read_subforum.gif" width="23" height="23" alt="No unread posts" title="No unread posts" /></td> <td class="row1"> <table border="0" cellspacing="0" cellpadding="0" width="100%"><tr> <td width="100%" valign="middle"> <a class="forumlink" href="./viewforum.php?f=5">Trade Forum</a> <p class="forumdesc">Anything trade or auction house related</p> <p class="forumdesc"><strong>Moderators:</strong> <a href="./memberlist.php?mode=viewprofile&u=54" style="color: #FF0000;" class="username-coloured">GenXproED</a>, <a href="./memberlist.php?mode=viewprofile&u=58" style="color: #66FFFF;" class="username-coloured">Jon-W</a></p> <p class="forumdesc"><strong>Subforums: </strong> <a href="./viewforum.php?f=19" class="subforum read" title="No unread posts">Guild Vault</a>, <a href="./viewforum.php?f=6" class="subforum read" title="No unread posts">Auction House</a>, <a href="./viewforum.php?f=7" class="subforum read" title="No unread posts">Crafting: Blacksmith</a>, <a href="./viewforum.php?f=8" class="subforum read" title="No unread posts">Crafting: Jewelcrafter</a>, <a href="./viewforum.php?f=9" class="subforum read" title="No unread posts">General Trade</a></p> </td> <td valign="top" style="padding-left: 2px;"><a title="Feed - Trade Forum" href="http://www.elitedruin.com/feed.php?f=5"><img src="./styles/acidtechred/theme/images/feed.gif" alt="Feed - Trade Forum" /></a> </td></tr></table> </td> <td class="row2" align="center"><p class="topicdetails">2</p></td> <td class="row2" align="center"><p class="topicdetails">5</p></td> <td class="row2" align="center" nowrap="nowrap"> <p class="topicdetails">Mon Jun 11, 2012 12:38 pm</p> <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&u=56" style="color: #FF0000;" class="username-coloured">Siege Valgore</a> <a href="./viewtopic.php?f=6&p=46#p46"><img src="./styles/acidtechred/imageset/icon_topic_latest.gif" width="13" height="9" alt="View the latest post" title="View the latest post" /></a> </p> </td> </tr> <tr> <td class="row1" width="31" align="center"><img src="./styles/acidtechred/imageset/forum_read_subforum.gif" width="23" height="23" alt="No unread posts" title="No unread posts" /></td> <td class="row1"> <table border="0" cellspacing="0" cellpadding="0" width="100%"><tr> <td width="100%" valign="middle"> <a class="forumlink" href="./viewforum.php?f=12">Class Forum</a> <p class="forumdesc"></p> <p class="forumdesc"><strong>Subforums: </strong> <a href="./viewforum.php?f=21" class="subforum read" title="No unread posts">General Class Discussion</a>, <a href="./viewforum.php?f=13" class="subforum read" title="No unread posts">Barbarian</a>, <a href="./viewforum.php?f=14" class="subforum read" title="No unread posts">Demon Hunter</a>, <a href="./viewforum.php?f=15" class="subforum read" title="No unread posts">Monk</a>, <a href="./viewforum.php?f=16" class="subforum read" title="No unread posts">Witch Doctor</a>, <a href="./viewforum.php?f=17" class="subforum read" title="No unread posts">Wizard</a></p> </td> <td valign="top" style="padding-left: 2px;"><a title="Feed - Class Forum" href="http://www.elitedruin.com/feed.php?f=12"><img src="./styles/acidtechred/theme/images/feed.gif" alt="Feed - Class Forum" /></a> </td></tr></table> </td> <td class="row2" align="center"><p class="topicdetails">3</p></td> <td class="row2" align="center"><p class="topicdetails">6</p></td> <td class="row2" align="center" nowrap="nowrap"> <p class="topicdetails">Mon Jun 11, 2012 1:12 pm</p> <p class="topicdetails"><a href="./memberlist.php?mode=viewprofile&u=56" style="color: #FF0000;" class="username-coloured">Siege Valgore</a> <a href="./viewtopic.php?f=21&p=48#p48"><img src="./styles/acidtechred/imageset/icon_topic_latest.gif" width="13" height="9" alt="View the latest post" title="View the latest post" /></a> </p> </td> </tr> <tr> <td colspan="5" class="cat" align="center"> <a href="./index.php?hash=0a8821eb&mark=forums">Mark forums read</a> </td> </tr> </table> <span class="gensmall"><a href="./ucp.php?mode=delete_cookies">Delete all board cookies</a> | <a href="./memberlist.php?mode=leaders">The team</a></span><br /> <br clear="all" /> <table class="tablebg breadcrumb" width="100%" cellspacing="0" cellpadding="0" style="margin-top: 5px;"> <tr> <td class="row1"> <p class="breadcrumbs"><a href="./index.php">Board index</a></p> <p class="datetime">All times are UTC - 8 hours [ <abbr title="Daylight Saving Time">DST</abbr> ]</p> </td> </tr> </table> <br clear="all" /> <div class="cap-div"><div class="cap-left"><div class="cap-right"> <a href="./viewonline.php">Who is online</a> </div></div></div> <table class="tablebg" width="100%" cellspacing="0"> <tr> <td class="row1" rowspan="2" align="center" valign="middle"><img src="./styles/acidtechred/theme/images/whosonline.gif" alt="Who is online" /></td> <td class="row1" width="100%"><span class="genmed">In total there is <strong>1</strong> user online :: 1 registered, 0 hidden and 0 guests (based on users active over the past 5 minutes)<br />Most users ever online was <strong>18</strong> on Thu Jun 07, 2012 8:50 am<br /><br />Registered users: <a href="./memberlist.php?mode=viewprofile&u=56" style="color: #FF0000;" class="username-coloured">Siege Valgore</a></span></td> </tr> <tr> <td class="row1 nobold"><b class="gensmall">Legend :: <a style="color:#FF0000" href="./memberlist.php?mode=group&g=5">Administrators</a>, <a style="color:#00AA00" href="./memberlist.php?mode=group&g=4">Global moderators</a></b></td> </tr> </table> <br clear="all" /> <div class="cap-div"><div class="cap-left"><div class="cap-right"> Statistics </div></div></div> <table class="tablebg" width="100%" cellspacing="0"> <tr> <td class="row1"><img src="./styles/acidtechred/theme/images/stats.gif" alt="Statistics" /></td> <td class="row1 nobold" width="100%" valign="middle"><p class="genmed">Total posts <strong>46</strong> | Total topics <strong>16</strong> | Total members <strong>9</strong> | Our newest member <strong><a href="./memberlist.php?mode=viewprofile&u=62" style="color: #66FFFF;" class="username-coloured">Lich</a></strong></p></td> </tr> </table> <br clear="all" /> <table class="legend"> <tr> <td width="20" align="center"><img src="./styles/acidtechred/imageset/forum_unread.gif" width="23" height="23" alt="Unread posts" title="Unread posts" /></td> <td><span class="gensmall">Unread posts</span></td> <td> </td> <td width="20" align="center"><img src="./styles/acidtechred/imageset/forum_read.gif" width="23" height="23" alt="No unread posts" title="No unread posts" /></td> <td><span class="gensmall">No unread posts</span></td> <td> </td> <td width="20" align="center"><img src="./styles/acidtechred/imageset/forum_read_locked.gif" width="23" height="23" alt="No unread posts [ Locked ]" title="No unread posts [ Locked ]" /></td> <td><span class="gensmall">Forum locked</span></td> </tr> </table> <div id="wrapfooter"> <span class="gensmall">[ <a href="./adm/index.php?sid=c49ef55b18ae18fad6789b0c01567564">Administration Control Panel</a> ]</span><br /><br /> <span class="copyright"> Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group. <br /> Designed by <a href="http://stsoftware.biz">STSoftware</a> for <a href="http://ptf.com">PTF</a>. </span> </div> </td> </tr> </table> </body> </html>
Unofficial IncGamers Clan - 100% Hardcore
Unofficial IncGamers Clan and Mumble Sign-up | IncGamers Site Pal Sign-up
Diablo IncGamers Twitter, Facebook, You Tube and Twitch TV
Okay that didnt work out so well...how should I paste the code so it doesnt look like a block of text? lol
Unofficial IncGamers Clan - 100% Hardcore
Unofficial IncGamers Clan and Mumble Sign-up | IncGamers Site Pal Sign-up
Diablo IncGamers Twitter, Facebook, You Tube and Twitch TV
You can also just check out the Source Code by going to www.elitedruin.com
Unofficial IncGamers Clan - 100% Hardcore
Unofficial IncGamers Clan and Mumble Sign-up | IncGamers Site Pal Sign-up
Diablo IncGamers Twitter, Facebook, You Tube and Twitch TV
No one huh? :P Ill have to do some research and find out where I went wrong. Maybe the board I'm using doesn't support it, but that doesn't make sense.
Unofficial IncGamers Clan - 100% Hardcore
Unofficial IncGamers Clan and Mumble Sign-up | IncGamers Site Pal Sign-up
Diablo IncGamers Twitter, Facebook, You Tube and Twitch TV
You need to create custom BB code to accept URLs from Diablonut. Just make sure you have the js code embedded in your footer then insert your custom BB Code to work in your forum.
Ahhhh got it. So the JS isn't enough, I need a custom BB code to basically know what to do with the JS. I will research that, I'm still learning :P Thanks, Rush!
Unofficial IncGamers Clan - 100% Hardcore
Unofficial IncGamers Clan and Mumble Sign-up | IncGamers Site Pal Sign-up
Diablo IncGamers Twitter, Facebook, You Tube and Twitch TV
Bookmarks