DokuWiki

It's better when it's simple

User Tools

Site Tools


tips:integrate_with_phpbb3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tips:integrate_with_phpbb3 [2013-04-05 10:36] – [Installation instructions] Part not needed anymore 212.51.171.38tips:integrate_with_phpbb3 [2014-08-09 20:48] – [Comments / Problems] 5.167.66.132
Line 1: Line 1:
 ====== phpBB 3 (authentication) integration ====== ====== phpBB 3 (authentication) integration ======
 +
 +:!: **Please NOTE:** 
 +  * **These instruction are deprecated** since release 2013-05-10 Weatherwax
 +  * **Instead use the [[plugin:authphpBB3]] plugin**
 +
 +
 +
 +======Instructions for old wikis (before 2013-05-10) ======
  
 ===== Features ===== ===== Features =====
Line 18: Line 26:
 ===== Installation instructions ===== ===== Installation instructions =====
  
-//To get this to work with the most Release Candidate version of DokuWiki “Adora Bell 10-09-2912” and PHPBB3 only do the following steps marked with //**=Adora Bell=**+//Since release 2013-05-10 Weatherwax//\\ You skip these instructions, but use the [[plugin:authphpBB3]] Plugin. The authphpBB3 plugin doesn't require modifying files of DokuWiki.
  
-//To get this to work with the most recent stable version of DokuWiki “Angua 25-01-2012” and PHPBB3 only do the following steps marked with //**=Angua=**+//Release “Adora Bell 10-09-2012”//\\  
 +To get this to work with the most Release Candidate version of DokuWiki “Adora Bell 10-09-2012” and PHPBB3 only do the following steps marked with **=Adora Bell=**
  
-//To get this to work with the outdated version of DokuWiki “Rincewind” and PHPBB3 only do the following steps marked with //**=Rincewind=**+//Release “Angua 25-01-2012”//\\  
 +To get this to work with the most recent stable version of DokuWiki “Angua 25-01-2012” and PHPBB3 only do the following steps marked with **=Angua=**
  
-To install this mod, you can: +//Release  “Rincewind”//\\  
-  * use this [[http://www.crocko.com/F8D5FF634CE744DB9413C13F7FF7B3D4/AnguaRC1_phpbb3login.rar|download package for DokuWiki 2011-11-10 RC1 Angua]] FIXME or +To get this to work with the outdated version of DokuWiki “Rincewind” and PHPBB3 only do the following steps marked with **=Rincewind=** 
-  * follow these steps:+ 
 + 
 +To install this mod, you follow these steps:
     - create ''[[#create_inc_auth_phpbb3classphp|inc/auth/phpbb3.class.php]]''     - create ''[[#create_inc_auth_phpbb3classphp|inc/auth/phpbb3.class.php]]''
     - edit ''[[#edit_inc_initphp|inc/init.php]]''     - edit ''[[#edit_inc_initphp|inc/init.php]]''
Line 36: Line 48:
     - edit ''[[#edit_inc_loadphp|inc/load.php]]'' **=Angua= =Adora Belle= Do Not do for Rincewind**     - edit ''[[#edit_inc_loadphp|inc/load.php]]'' **=Angua= =Adora Belle= Do Not do for Rincewind**
     - [[#set configuration variables]]     - [[#set configuration variables]]
- 
 ==== Create inc/auth/phpbb3.class.php ==== ==== Create inc/auth/phpbb3.class.php ====
  
Line 241: Line 252:
 By this : By this :
 <code php> // call mysql constructor <code php> // call mysql constructor
- $parent::__construct();</code>+ parent::__construct();</code>
 This is because the **auth_mysql** class is now in PHP5 and uses the new constructor. This is because the **auth_mysql** class is now in PHP5 and uses the new constructor.
  
Line 432: Line 443:
   * For German phpbb3: Dont use ÄÖÜ for Usernames, it will not authenticate! It is possible to restrict those usernames in phpbb3 registration settings. Use ASCII Usernames instead.   * For German phpbb3: Dont use ÄÖÜ for Usernames, it will not authenticate! It is possible to restrict those usernames in phpbb3 registration settings. Use ASCII Usernames instead.
  
-  * Additional info provided for Adora Belle (fixed now for me with php 5.3) Regards, djSupport +  * Additional info provided for Adora Belle (fixed now for me with php 5.3) Regards, djSupport 
 + 
 +  * Is this guide for the latest version "Ponder Stibbons"? And what to do in the last step "Cookie Settings" if the forum is located at FORUM.SITE.COM, and the wiki is located at WIKI.SITE.COM? Please help, thank you. 
 +> No, these instructions are old. Please use the [[plugin:authphpBB3]] Plugin. 
 +>> Thank you very much for your answer.

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki