I did not test my packaged ZIP. Let me know if you have any issues. Hope this helps out those of you using PHPBB. Im not much of a coder to actually integrade it WITH phpbb so this will have to do for now.
You can see this mod working at www.clanhood.com/phpbb/roster.php
- Code: Select all
##############################################################
## MOD Title: RynDog's WOW Roster Intregation PHPBB <ryndog@clanhood.com>
## MOD Author: [HOOD]-RynDog
## MOD Description: An easy way to integrade WOW Roster to your phpbb
## MOD Version: 1.0.0
##
## Installation Level: (Easy)
## Installation Time: 8 Minutes
## Files To Edit:
## overall_header.tpl
## includes/page_header.php
## viewonline.php
## admin/index.php
## language/lang_english/lang_main.php
## includes/constants.php
##
## Included Files:
## templates/yourtemplate/roster.tpl
## roster.php
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes: This mod will allow you to have a roster.php page that will embed the WOW Roster
## into your phpbb. Works well in Internet Explorer, not tested with other browsers.
## The mod uses IFrames and will adjust its size to fit into the browser.
## The MOD will not use phpbb ccs styles, you can customize colors and layouts in the
## original WOW Roster mod as normal.
## This mod was created using psychowolfman < admin@saskmetal.com > Blank_Template_MOD_1.0.2 and
## Dynamic Drive's DHTML IFRAME code from http://www.dynamicdrive.com.
## You can see this mod in action at http://www.clanhood.com/phpbb/roster.php
## For support ask at www.clanhood.com or email ryndog@clanhood.com.
##
##############################################################
## MOD History:
##
## 2006-07-13 - Version 1.0.0 MOD Created
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
Let me know how it works for you