Quote:
Originally Posted by FoxkaZ
Works great. Origin and Uplay support would be great too. 
|
I already posted how to add origin support you will have to do it yourself this is mod is no longer being supported by the author or at least it seems that way!
Quote:
Originally Posted by CoZmicShReddeR
I did it by just adding another profile field and modifying the "Template: postbit_gamercards" I just added an extra field at the end...
Code:
<vb:if condition="$post['fieldX']">
<img src="images/icons/gameid/origin.png" alt="{vb:raw post.username}'s Originid: {vb:raw post.fieldX}"></vb:if>
<vb:if condition="$post['fieldX']">
I just added it under the WII code where it ended after the There is no banner code from Origin so all you will have is just an icon and hover name in the forums posts...
|