Wordpress PHPBB Plugin

Des années durant il n’y avait pas de bon plugin pour faire une connection entre phpBB et Wordpress. (ou tout autre CMS)

Mais un nouveau challenger est arrivé : OnePress community, se présentant comme un framework-theme proposant de connecter phpbb et wordpress.

Puis vint la version 2.8 de Wordpress. Avec une nouvelle API qui faisait que le plugin ne fonctionne plus.

A ce moment là, personne n’a réussi a faire fonctionner ce plugin à nouveau. je me suis donc mis au travail, créant un fork du framework, en suprimmant la plupart des fonctionnalités sauf le connecteur.

Par Reverse Engineering et lecture de documentation. J’ai compris le fonctionnement du plugin et des APIs. ce qui m’a amené a créer le premier plugin fonctionnel pour wordpress 2.8 et phpbb3.

Je l’avais créé pour ma seule utilisation et avais pensé que OnePress ferait rapidement une nouvelle version fonctionelle.

Mais ils ont abandonnée le support, laissant des dizaines d’utilisateurs mécontents.

Lorsque je l’ai constaté j’ai compris que ce serait ma tâche de créer le plugin qui fonctionne.

Après bien des heures d’affinage, je vous donne une version presque fonctionelle du plugin.

Informations :

PHPBB Single Sign OnTélécharger la version 0.6.2 : http://downloads.wordpress.org/plugin/phpbb-single-sign-on.zipTelechargé 2,363 fois.

Roadmap :

  • Au changement de mot de passe dans l’un : mise à jour dans l’autre
  • Wrapper (si c’est possible sans changement du core)
  • Syncronisation des mots de passe (travail en cours, disponible dès la version 0.5)

Roadmap

  • Make it work on multiple db's
  • Ability to put wordpress in a child folder of phpbb or at the same level

0.6.2

  • Bugfix : Removed the backslash before the comments. was because of a security feature of wordpress that caused every entry to be backslashed. Phpbb manages it differently, and that caused a double check that added these backslashes.

0.6.1

  • Bugfix : annoying bug in the admin area, now it is possible to change db to wpdb

0.6

  • Preliminary version for the multiple databases
  • Bugfix : Captcha problem if the user makes 3 errors in his password in phpbb (reported by Ramon Fincken http://www.ramonfincken.com/ )
  • Bugfix : op_userexists function doesn't exist (patch proposed by Brian Pan)
  • Bugfix : Blank user creation when logging in the first time from phpbb (Brian Pan tracked down the bug and I made the little fix)
  • Added options to the control Panel
  • Better install instructions.
  • Removed complicated installations steps.
  • Now Compatible with Onepress, totally new function names.

0.5

  • Enabled synchronisation

0.4.6

  • Bugfix : Blank page on admin area fix

0.4.4

  • Bugfix : Creates a duplicata of wordpress user on every login
  • Bugfix : Cannot automatically create users

0.4.2

  • Bugfix : Url in options panel

0.4.1

  • Bugfix : Url to options panel

0.4

  • The login works now if the user exists in the two databases with the same password
  • New installation script
  • New Presentation of the options page

0.3

  • Bugfix : Corrected a bug wich accepted all passwords

0.2

  • Login working from wordpress
  • Options page finished

0.1

  • New options page
  • Fork of the onepress framework. dropping all framework dependencies