| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,30 @@ |
| 1 |
+This folder contains the files to replace in your eFiction install to bridge it with |
|
| 2 |
+an installation of PHP-Fusion. These files will let you use your PHP-Fusion users |
|
| 3 |
+table as the authors table for eFiction. This bridge assumes your PHP-Fusion intall |
|
| 4 |
+and your eFiction install share the same database. |
|
| 5 |
+ |
|
| 6 |
+Move the following files to the users/ folder in your eFiction install: |
|
| 7 |
+ |
|
| 8 |
+editbio.php |
|
| 9 |
+login.php |
|
| 10 |
+profile.php |
|
| 11 |
+register.php |
|
| 12 |
+lostpassword.php |
|
| 13 |
+ |
|
| 14 |
+Move the following files to the includes/ folder in your eFiction install: |
|
| 15 |
+ |
|
| 16 |
+get_session_vars.php |
|
| 17 |
+queries.php |
|
| 18 |
+ |
|
| 19 |
+Edit queries.php to point to your PHP-Fusion tables. |
|
| 20 |
+ |
|
| 21 |
+Goto Admin->Page Links and edit your Register and Lost Password links to point to your |
|
| 22 |
+PHP-Fusion pages. |
|
| 23 |
+ |
|
| 24 |
+Register -> PATHTOPHPFUSION/register.php |
|
| 25 |
+Lost Password -> PATHTOPHPFUSION/lostpassword.php |
|
| 26 |
+ |
|
| 27 |
+If eFiction is a sub-folder under PHP-Fusion PATHTOPHPFUSION will be ../ |
|
| 28 |
+ |
|
| 29 |
+ |
|
| 30 |
+ |