Title: WordPress/PHPBB/Gallery/MediaWiki Integration
Last modified: August 18, 2016

---

# WordPress/PHPBB/Gallery/MediaWiki Integration

 *  [AphelionZ](https://wordpress.org/support/users/aphelionz/)
 * (@aphelionz)
 * [20 years ago](https://wordpress.org/support/topic/wordpressphpbbgallerymediawiki-integration/)
 * I have a website with: PHPbb, Gallery, MediaWiki, and WordPress running, which
   I’m sure a TON of people do. I’m trying to set it up so that if a user is logged
   into one of them they are automatically logged into all the others for the rest
   of the session.
 * I also want to set up a master registration page so that when a user registers
   and fills out the info all pertinent information is sent to the database for 
   all four applications.
 * Does anybody know anything of this or would anybody be willing to help me out?
   Please contact me.

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [Christopher J. Hradil](https://wordpress.org/support/users/chradil/)
 * (@chradil)
 * [20 years ago](https://wordpress.org/support/topic/wordpressphpbbgallerymediawiki-integration/#post-392412)
 * I’ve done a number of projects similar/exactly like what you’re looking to do.
   my email addy is chradil at comcast dot net if you need some help.
 * what’s your url ?
 * depending on what the site is “based” on for example if it’s a “blog” based site,
   etc. There are a couple of different approaches which will make your life much
   easier.
 * For example, for “blog” based sites, I do a WP install in the site root, then
   I use xoops as the cms for the rest of the site, then instead of running a standalone
   phpBB for example I’ll use the phpBB xoops module port, coppermine photo gallery
   port as a xoops mod, etc. same for mediawiki.
 * If the site isn’t “blog” based, I’ll do a “root” install of xoops and use the
   WP 2.x.x xoops module as opposed to a standalone install of WP.
 * my approach to all of this is pretty flexible, it requires some upfront work 
   to get everything xhtml/css valid, and themed/styled correctly, but once that’s
   done you have a really powerfull platform which you can add and enhance very 
   quickly.
 * if you have a site that’s been running already with lots of existing content 
   in the applications you’ve mentioned, getting things set up correctly is a bit
   more difficult, but still worth the effort. I’m helping some friends in the coming
   weeks move a REALLY busy blog site to this type configuration.
 *  Thread Starter [AphelionZ](https://wordpress.org/support/users/aphelionz/)
 * (@aphelionz)
 * [20 years ago](https://wordpress.org/support/topic/wordpressphpbbgallerymediawiki-integration/#post-392448)
 * My site it outletzine.org/newindex.php. It’s a blog based publication out of 
   Lowell, MA. We have a (much more ‘artsy’) print copy of our zine and we host 
   a weekly event. We’re looking to get a wider demographic interested, and also
   become somewhat of a content provider.
 *  [eduo](https://wordpress.org/support/users/eduo/)
 * (@eduo)
 * [20 years ago](https://wordpress.org/support/topic/wordpressphpbbgallerymediawiki-integration/#post-392818)
 * AphelionZ:
 * Would you be willing to make a kind of tutorial to explain what you did to integrate
   all these together?
 * As for the reuse of users and passwords:
 * With phpBB:
    PHPClass (which would need to be adapted): [http://www.phpclasses.org/browse/package/1532.html](http://www.phpclasses.org/browse/package/1532.html)
   WordPress Module (takes care of replacing the comments sytem with phpBB and single
   sign-on): [http://www.happypoet.com/hackery/wphpbb/](http://www.happypoet.com/hackery/wphpbb/)
 * Gallery2:
    ozgreg and kirk’s wonderful work on embedding projects takes care 
   of this: [http://wpg2.galleryembedded.com/wiki/index.php/WPG2:Main_Page](http://wpg2.galleryembedded.com/wiki/index.php/WPG2:Main_Page)(
   latest CVS version: [http://devtest.ozgreg.com/snapshot/wpg2allsnapshot.tar.gz](http://devtest.ozgreg.com/snapshot/wpg2allsnapshot.tar.gz))
   Which, in turn, spawned the whole Gallery Embedded website: [http://www.galleryembedded.com/](http://www.galleryembedded.com/)
 * Eduo
    — [http://www.eduo.info](http://www.eduo.info)
 *  [Trent Adams](https://wordpress.org/support/users/trent/)
 * (@trent)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/wordpressphpbbgallerymediawiki-integration/#post-392858)
 * I have wordpress, phpbb, WikkaWiki and 4images all running using the phpBB cookie
   so all my users can use the same username and password for all applications. 
   I know this is not what you are using, but it shows that it can be done with 
   mods and plugins.
 *  [Christopher J. Hradil](https://wordpress.org/support/users/chradil/)
 * (@chradil)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/wordpressphpbbgallerymediawiki-integration/#post-392861)
 * I just got around to reading some of the followups to the original posts in this
   thread, and wanted to offer the following in terms of an update –
    1) I think
   the links provided above for integration are very useful, and although I’ve considered
   using the phpBB cookie for single sign-on purposes, I’ve chosen to use xoops 
   as the “core” framework for a site where i need more functionality than is possible
   using WP alone.
 * 2) Many other products have either exising ports as xoops modules or have a reasonably
   well documented method for integrating, including mediawiki, phpBB, of course
   WP, and many others.
 * 3) the last thing to consider, is how your individual sites will be used, for
   example on my personal site, i’ve opted to install different software in each/
   dir which is suited to each area’s purpose/use. the / root of my site runss on
   WP, since I don’t need that much functionality. the other area’s use xoops, with
   WP, and other modules as needed, but I view each “area” as a separate site, thus
   install multiple copies of each package as needed, I’ve done this for a number
   of clients as well. Sometimes it’s needed, sometimes it’s not. That depends on
   what you are trying to accomplish specifically. I have two projects that have
   come up recently, which will each require a large amount of functionality, and
   so, will likely mimic what i’ve done at [http://www.hradil.us](http://www.hradil.us)–
   running the root as WP, then each area using the right platform for the section’s
   purpose as opposed to using either xoops/Wp in the root and trying to hack everything
   together. The entire sites will still support a single sign on to some extent,
   depending on the specific content area.
 * If you look at wordpress.org for example, the “forums” area requires a separate
   login from the “codex” area, which is fine, and suits the sites functional needs.
   
   same goes for the xoops main site, dev site and docs site. I think most users
   are used to sites operating this way, and since a wordpress.org “member” may 
   or may not be interested in access to other specific areas, i don’t think folks
   mind too much having to sign up more than once.
 * having said all that, sure in a perfect world, a user could sign up for one of
   my sites one time, then have access to the areas they need/want with appropriate
   permissions for each, without needing to sign up more than once, i don’t think
   that’s practical at the moment, except as i mentioned, in the case of things 
   like xoops “modules” or integration hacks.
 * another good example is bbpress which runs this forum, one would hope that eventually,
   the logins can be easily integrated with WP or bbpress becomes available as a
   WP “plugin”.
 * on the opposite end, one of the site’s i’m working on will have a developers 
   area, and instead of the typical sign up confirmation email, each user will be
   admin approved, since they will have access to potentially harm the site itself,
   we need more control over who can/does sign up and who doesn’t. so, using a single
   sign on for that site, doesn’t make any sense.
 * in a nutshell, there are many options available for integration of various products/
   features, etc. each of us needs to pick what works for us and for each site’s
   specific situation. as long as we’re using products like WP which is easily customizable,
   and things like the others i’ve mentioned, just about anything we can dream up
   is possible.
 * best…chris
 *  [dazburn](https://wordpress.org/support/users/dazburn/)
 * (@dazburn)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/wordpressphpbbgallerymediawiki-integration/#post-392862)
 * i’m looking for an integration tool for phpBB and wordpress – i’ve managed to
   integrate phpBB and 4images but can’t understand the instructions for wphpbb!
   I get lost at the function_exists bit or at least when i try to follow it none
   of the pages load properly.
 * Darren
 *  [Trent Adams](https://wordpress.org/support/users/trent/)
 * (@trent)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/wordpressphpbbgallerymediawiki-integration/#post-392864)
 * Did you get this working Darren? If not check out my address at the following
   URL and drop me a line:
 * [http://forum.trentadams.ca/viewtopic.php?p=223](http://forum.trentadams.ca/viewtopic.php?p=223)
 * Trent
 *  [ThienAn](https://wordpress.org/support/users/thienan/)
 * (@thienan)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/wordpressphpbbgallerymediawiki-integration/#post-392865)
 * Hi !
 * I’m also trying to integrate Wiki, Gallery, PHPbb & WordPress… if you manage,
   can you put a little tutorial somewhere ?
 * i found some solutions to put 2 to 2 together, like wordpress & gallery… or wordpress&
   phpbb… but i think it’s not the best solution to put all that together, it will
   be sort of messy no ?
 * thanks a lot ^^ !!!!!!!!! and sorry for my bad english…
 * Thiên An
 *  [Trent Adams](https://wordpress.org/support/users/trent/)
 * (@trent)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/wordpressphpbbgallerymediawiki-integration/#post-392866)
 * 1) 4images has a patch to use the phpbb users database. More found in forums 
   for 4images
    2) Wikka has a patch and so does MediaWiki to use phpbb users database.
   More in their respective forums or google seach 3) [http://www.happypoet.com/hackery/wphpbb](http://www.happypoet.com/hackery/wphpbb)
   is the connection for wordpress and phpbb.
 * Works for me! 🙂
 * Trent
 *  [Stefaan Lesage](https://wordpress.org/support/users/annunaki/)
 * (@annunaki)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/wordpressphpbbgallerymediawiki-integration/#post-392882)
 * Hi guys,
 * Did anyone acutally got this working ? I am currently investigating some way 
   to integrate phpBB and WordPress. My goal would be to have a single login / user
   system where creating an account in phpBB would also create an account in WordPress
   and the other way around. Also changing passwords in one should change it in 
   the other as well. If possible logging into the WordPress site would also log
   you in on the Forum side.
 * Does anyone know if this is possible ? I tried checking the different links here
   on the forum, but really couldn’t find a step by step guide on how to do this
   🙁
 * Regards,
 * Stefaan
 *  [pixelguy](https://wordpress.org/support/users/pixelguy/)
 * (@pixelguy)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/wordpressphpbbgallerymediawiki-integration/#post-392883)
 * anything new?

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘WordPress/PHPBB/Gallery/MediaWiki Integration’ is closed to new replies.

## Tags

 * [gallery](https://wordpress.org/support/topic-tag/gallery/)
 * [mediawiki](https://wordpress.org/support/topic-tag/mediawiki/)
 * [phpBB](https://wordpress.org/support/topic-tag/phpbb/)
 * [seamless](https://wordpress.org/support/topic-tag/seamless/)

 * 11 replies
 * 8 participants
 * Last reply from: [pixelguy](https://wordpress.org/support/users/pixelguy/)
 * Last activity: [19 years, 5 months ago](https://wordpress.org/support/topic/wordpressphpbbgallerymediawiki-integration/#post-392883)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
