Subject: | Hi Pal, Can you please let me know... |
Summary: | Package rating comment |
Messages: | 2 |
Author: | resumeportaladmin |
Date: | 2010-07-23 03:10:23 |
Update: | 2010-07-23 03:47:37 |
|
|
|
resumeportaladmin rated this package as follows:
Utility: | Sufficient |
Consistency: | Sufficient |
Examples: | Not sure |
|
 resumeportaladmin - 2010-07-23 03:10:23
Hi Pal,
Can you please let me know how to configure this application? Can you
add one more Readme.text file? i am not sure with the hard coded path Shared/Classes/Ladder/Ladder_Ladder.cls. Am I missing something?
 Michael J. Fuhrman - 2010-07-23 03:47:37 - In reply to message 1 from resumeportaladmin
resumeportaladmin,
Contact Types is meant to be part of a larger web form (Like People, which is waiting to be approved). However to honor your request .. I've pulled some instructions together off the top of my head.
The class when operational will only provide you with one field in which to put a contact type into. It will display it in a list, allow you to edit or delete it.
Note that there is a suggested directory hierarchy to put the files into. The structure is below the instructions.
Provided below are the instructions...
If you would like additional assistance, you're welcome to contact me.
ENetArch on Skype
248-686-1407
=====
Create a new database in mySQL
open Shared\_app.inc
Update Line 20 - $szODBC = "HOST=localhost;UID=root;PSW=;DBF=junk;";
Change the UID, PSW and DBF
Set the DBF = [project database name]
Save changes
WAMP SETTINGS:
set server to run ASP tags
set server to use short open tags
From a web browser
browse to : http://localhost/install/install.php
if run is successful - you will only see DONE!
Download the ContactTypes files
browse to : http://localhost/ContactTypes/install.php
browse to : http://localhost/ContactTypes/createfolder.php
note the ID given to you for your ContactTypes folder
browse to : http://localhost/ContactTypes/List.php?nFolderID=27
=====
=============================
Recommended Directory Structure
Web Root
| - [Application]
| - | - add.php
| - | - CreateFolder.php
| - | - delete.php
| - | - install.php
| - | - edit.php
| - | - list.php
| - | - new.php
| - | - trgrs_contacttypes.js
| - | - update.php
| - | - view.php
| - | - styles.css
| -
| - Install
| - | - install.php [ from Ladder ]
| -
| - Shared
| - | - _app.inc
| - | - styles.css
| - | - functions.inc
| - | - install_functions.inc
| - | - GPL.txt
| - | -
| - | - Classes
| - | - | - Common
| - | - | - | - Common_ContactType.cls
| - | - | - | - Common_ContactTypes.cls
| - | - | -
| - | - | - Ladder
| - | - | - | - Ladder_Globals.cls
| - | - | - | - Ladder_Folder.cls
| - | - | - | - Ladder_Item.cls
| - | - | - | - Ladder_Properties.cls
| - | - | - | - Ladder_References.cls
| - | -
| - | - Panels
| - | - | - Common_Panel.cls
| - | - | - Common_List5.cls
| - | - | -
| - | - | - Common
| - | - | - | - Panel_ContactType.cls
|