KJams Wiki:About: Difference between revisions

From kJams Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
       Overides includes/AuthPlugin.php functions to provide authentication against phpBB user table for edit access.
       Overides includes/AuthPlugin.php functions to provide authentication against phpBB user table for edit access.
** Added the following line to includes/templates/Userlogin.php at line 19 to provide account creation info for new users.
** Added the following line to includes/templates/Userlogin.php at line 19 to provide account creation info for new users.
       '<?php
       "<?php
       // Begin Edit
       // Begin Edit
       // Added link to forum with text for signup.
       // Added link to forum with text for signup.
Line 9: Line 9:
       // 20050920 ?>
       // 20050920 ?>
               <h2>Create an Account:</h2>
               <h2>Create an Account:</h2>
               <p>To create an account please <a href="https://www.kjams.com/forum/profile.php?mode=register">register</a> in our forum.
               <p>To create an account please <a href=\"https://www.kjams.com/forum/profile.php?mode=register\">register</a> in our forum.
                       Once you have registered send an email to the Wiki Group Moderator requesting a Wiki membership.</p>
                       Once you have registered send an email to the Wiki Group Moderator requesting a Wiki membership.</p>
       <?php
       <?php
       // End Edit ?>'
       // End Edit ?>"

Revision as of 03:50, 21 September 2005

  • MediaWiki v 1.4.9 (released on 2005-08-29)
    • Auth_phpbb.php v 1.5 (released 2005-09-12)
     Overides includes/AuthPlugin.php functions to provide authentication against phpBB user table for edit access.
    • Added the following line to includes/templates/Userlogin.php at line 19 to provide account creation info for new users.
     "<?php
     // Begin Edit
     // Added link to forum with text for signup.
     // Author: Brad
     // 20050920 ?>

Create an Account:

To create an account please <a href=\"https://www.kjams.com/forum/profile.php?mode=register\">register</a> in our forum. Once you have registered send an email to the Wiki Group Moderator requesting a Wiki membership.

     <?php
     // End Edit ?>"