vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   World of Warcraft profiles in vb profiles (https://vborg.vbsupport.ru/showthread.php?t=101815)

Martyjp 11-28-2005 09:55 PM

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?

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/showthrea...ight=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/

Dan 12-26-2005 10:20 AM

Quote:

Originally Posted by Martyjp
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.

Lyte 12-26-2005 08:32 PM

Quote:

Originally Posted by Martyjp
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

1 Attachment(s)
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>

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

Quote:

Originally Posted by lanc3lot
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
- 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.

:)


All times are GMT. The time now is 07:23 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01129 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete