David York wrote:
Very nice. I'm very interested in the WoW related extensions are you using.
The Raid Progression list is just a custom HTML module with formatted text in it. Nothing really special there.
The Wowhead code is also a custom HTML module. Here's the code for it:
<center> <img alt="" src="url for your wowhead image" /></center>
<form method="get" action="http://www.wowhead.com" target="_blank">
<div style="text-align: center;"><input type="text" name="search" style="width: 135px;" /><input type="submit" align="right" value="Search" /></div>
</form>
Wowjutsu is another custom module. The shield design is generated at
www.wowjutsu.com
. You choose your guild and tell it to create a crest for it. Wowjustsu then gives you the html code to copy and paste.
If I missed explaining anything, please let me know.