The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
World of Warcraft profiles in vb profiles
What I would like but have no idea how to do is to add world of warcraft player profiles to members profile pages. It looks simple enough to do but I just cant get my head round what I would have to do.
WoW players can create profiles on Allakhazam.com and they look like this http://wow.allakhazam.com/profile.html?19670 as you can see the xml data is also provided like so http://wow.allakhazam.com/profile.html?19670 What I would like to be able to do is forum members can put their profile number into a field in their profile and if onee is present when you look at their vb profile their wow profile is also displayed under additional info/group membership and above the time. Is it as simple as it sounds or a complete nightmare to do? |
#2
|
|||
|
|||
i second this request!!!
|
#3
|
||||
|
||||
See how he does the xbox live tag here. You can do something similar for what you want to do.
https://vborg.vbsupport.ru/showthrea...ight=xbox+live |
#4
|
|||
|
|||
In the end i went for http://www.wowprofilers.com/ no integration into vb which is a shame as there are mods for it for just about every other piece of forum software
This is an example of it in action http://www.tbh-online.org/roster/ |
#5
|
||||
|
||||
Quote:
|
#6
|
||||
|
||||
Quote:
Lyte |
#7
|
||||
|
||||
It's not "sexy"
- 650x650 popup - scrollbars=yes - resizable=yes Admin CP => User Profile Fields => Add New => Single Line Text Box Code:
<if condition="$post[fieldxx]"> <script type="text/javascript"> function wow_up(){ wow_upWindow = window.open("http://wow.allakhazam.com/profile.html?$post[fieldxx]","wow","scrollbars=yes,resizable=yes,width=650,height=650"); } </script> <div class="smallfont"><a href="javascript:wow_up()">WoW Profile</a></div> </if> You can sub an image vs. link |
#8
|
||||
|
||||
Hm, some shots of this or any working demo? cant understood what it will display :P
|
#9
|
||||
|
||||
Quote:
- test area - It's not sexy :tired: |
#10
|
||||
|
||||
Ok got it now, it is tough u think to have it displayed as the xbox gamer tag? It the only minor to this one, as its a very usefull indeed.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|