Browse code

Initial uplad w/ php7 fixes

Rainer Volkrodt authored on 2016/03/12 15:54:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,37 @@
1
+This folder contains the files to replace in your eFiction install to bridge it with 
2
+an installation of SMF.  These files will let you use your SMF members 
3
+table as the authors table for eFiction.  This bridge assumes your SMF intall 
4
+and your eFiction install share the same database.
5
+
6
+Move the following files to the user/ folder in your eFiction install:
7
+
8
+editbio.php
9
+login.php
10
+profile.php
11
+register.php
12
+logout.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
+Move the en_SMF.php file to the languages/ folder in your eFiction install.
20
+
21
+Edit queries.php to point to your SMF tables and directory.
22
+
23
+Goto Admin->Page Links and edit your Register and Lost Password links to point to your 
24
+SMF pages.
25
+
26
+Register -> PATHTOSMF/index.php?action=register
27
+Lost Password -> PATHTOSMF/index.php?action=reminder
28
+
29
+If eFiction is a sub-folder under SMF PATHTOSMF will be ../
30
+If they are siblings the path will be ../SMFFOLDER/ where SMFFOLDER is tha name of SMF's folder.
31
+If SMF is a subfolder if eFiction PATHTOSMF will be SMFFOLDER/ where SMFFOLDER is tha name of SMF's folder.
32
+
33
+Move QueryString.php to the Sources folder of your SMF installation. Note this is the QueryString.php 
34
+from version 1.1.2 of SMF.
35
+
36
+
37
+