USERS GUIDE Welcome in EasyPhpInsert N.B.: it is advisable to make a copy of the whole folder containing the site before proceeding, even if the software saves in a old folder name all the modified pages; In very complex sites, the process to cancel every operation is a very difficult one.
Start-up a new lay-out/project: To create a new project, you just have to:
Create protected pages To create protected pages, you just have to:
Now, select the “Protect Page” option and, if it is the case, select “mailing-list” Once the protected pages have been activated, the tab for the introduction of additional fields for the user registration will be active, too. Once a name has been introduced in the field, it will be self-produced in the final form for the user registration. If the mailing list option is active, just select the field for the introduction of the mail in the list of the required fields and click on “set field mail” (N.B.: the software can identify automatically the mail field if it is in the forms: Now, you can introduce the standard tests for the user registration and in order to retrieve the password (in txt form). The last step in this process is the choice of the user and of the password for the administrator and, if it is the case, the modification of the installation directory.
To create a multi-gallery During the proceeding , to create a multi-gallery, you are only required to introduce the multi-gallery option (create Slide-show). The process has now come to an end, you just need to choose the user, the password for the administrator and the modification of the installation directory. In this case, the software will not modify any page of your site.
News To create news you need to activate the field of its corresponding option, then you have to introduce the name of the site in the screen for the introduction of user/password for the administrator, in order to configure automatically the parameter of news ( the name of the site : www.sitename.com).
Introduction/ Customizing structures Once you created the protected pages, you will find in the folder of your project some duplicated files, differing from the original ones only because of “_eap” appearing at the end of their name. The “_eap” files are produced by the software and they will cooperate with the php code to protect pages. Enter the folder and then customFile ( WARNING!! Please do not modify phpFile), and you will find here the files for graphic customizing; in particular they are ( according to the activated Vs.): Formpassword : user’s registration code (please do not modify) Lostpassword : form to retrieve passwords Register : form for user’s registration Insertnewuser : answer to the request of a user registration (errors or success of registrations) Newspage : graphic details of news pop-up Slide : example of a slide-show able to self-re-organize according to the introduced images (default) Slide 2 : example of a slide-show with a fixed dimension (default) Scroll.swf : news-supporting file/ file supporting news All pages must be left in their present position, but it is possible to adapt them graphically to your own site , you just have to pay attention not to cancel or displace the code that can appear in those pages. Usually that code is written in tables that are separated from the structure or at the head of the page, and for this reason it is not modifiable using graphic editors. In order to integrate the pages inside your site directly , it is advisable to use a html tag <iframe>. Es. IFRAME SRC="admineasyphpinsert/customFile/log-in.php" TITLE="log-in"> <!-- Alternate content for non-supporting browsers --> <H2>Sorry Your browser not support iframe</H2> </IFRAME> Iframe guide : http://www.w3schools.com/tags/tag_iframe.asp
|