View Full Version : World of Warcraft profiles in vb profiles
Martyjp
11-28-2005, 09:55 PM
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?
GuaRRand
12-22-2005, 12:53 PM
i second this request!!!
Stormwolf
12-22-2005, 02:00 PM
See how he does the xbox live tag here. You can do something similar for what you want to do.
https://vborg.vbsupport.ru/showthread.php?t=103457&highlight=xbox+live
Martyjp
12-26-2005, 09:17 AM
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/
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?
You could just use an iframe and include it... probably the easiest way to do it at least with a profile field.
What I would like but have no idea how to do is to add world of warcraft player profiles to members profile pages.
That would be fun... I'd appreciate such an effort!
Lyte
Zachariah
12-30-2005, 04:06 AM
It's not "sexy"
- 650x650 popup
- scrollbars=yes
- resizable=yes
Admin CP => User Profile Fields => Add New => Single Line Text Box
<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>
Change the RED to your ID
You can sub an image vs. link
lanc3lot
01-02-2006, 12:19 PM
Hm, some shots of this or any working demo? cant understood what it will display :P
Zachariah
01-02-2006, 01:39 PM
Hm, some shots of this or any working demo? cant understood what it will display :P
They wanted a Iframe or something to contain an output.
- test area (http://www.gzhq.net/forums/showthread.php?t=14166)
- It's not sexy :tired:
lanc3lot
01-02-2006, 02:02 PM
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.
:)
Zachariah
01-02-2006, 03:24 PM
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.
:)
I did that @ 1st, but the menu drop down closes when you click around on the navagation tabs.
lanc3lot
01-03-2006, 04:32 PM
I see, hope u figure out then with a nicer appearance as i see it, it a very usefull hack :)
GuaRRand
02-01-2006, 12:17 PM
Still no plugin/product for this?
G3MM4
02-02-2006, 01:30 PM
This would be a very useful hack to have.
GuaRRand
02-03-2006, 06:00 AM
It shouldnt be that hard imho...(said the guy with no progamming skillz what-so-ever :D )
Maybe just find a way to import the information from sites like thottbot in the postbit(legacy)
http://www.thottbot.com/?faq=Profile
GuaRRand
05-04-2006, 01:22 PM
anyone?
danbc
05-31-2006, 04:47 PM
Guess not, sweet idea though :)
lanc3lot
06-26-2006, 12:25 PM
Anyone could do this? WoW is the most popular mmo game around, so anyone could do this, will have a very popular mod from its start...
Common coders:D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.