Toggle navigation
VaticanStamps
Member
Dashboard
Calendar
Stats
Users
Documentation
Dashboard
Update A VPS Documentation Record
Level1
Level2
Level3
Level4
Link Keyword
Title
Documentation
DOCUMENTATION UPDATE
- This series of programs is used to create and maintain documentation of the VPS Website. Two primary documents have been created thus far: the User Guide, for the VPS Membership, and the Technical Guide, for those who maintain the website.
The current copy of the User Guide is available from a button on the Hope Page. The button for the Technical Guide on the CMS Page top menu bar.
Clicking on the CMS Dashboard menu option 'Documentation Update' brings up the Documentation Menu Screen.
Locate the record to be updated, then click on the Edit button on the right side of the record. A CRUD update record screen will display. Update the record then click on the UPDATE button. The system will return to the previous screen.
To add a new record to the database table, click on the ADD RECORD button. Key the CRUD add record and press the CREATE button.
A lot of the VPS webpage screens have a USER GUIDE button located in the upper right corner. To get the button code is inserted into the PHP program code to define a link to the User Guide location and the include statement to call User Guide such as:
$GLINK = '#keyword';
include ("../VPS/guidebtn.php")
Update
Back