First check the demo here out our guild forums:
http://forum.coldbloodedhorde.com/vi...c.php?f=8&t=27
Screenshot of modification:
Open PHPBB Administration Panel.
Goto Styles > Templates > Your Active Template > Edit > Select viewtopic_body.html
Find:
PHP Code:
<!-- BEGIN custom_fields -->
Add this above it:
PHP Code:
<!-- 3DArmory -->
<script type="text/javascript" src="http://www.3darmory.com/api/toon_detailed/eu/dunemaul/{postrow.POST_AUTHOR}/150/150"></script>
<!-- 3DArmory -->
Note the above URL, POST_AUTHOR is actually the nickname of the poster. You should also change eu/dunemaul part according to your guild's zone/realm_name. If you want it customizable you should add custom fields and use them on the above code instead of eu/dunemaul/{postrow.POST_AUTHOR} part.
For API documentation check
http://www.3darmory.com/blog/api-documentation/
Submit changes. Return to Styles > Templates > Your Active Template > Press Refresh > Accept