| PHP - page: | function |
| a-z.php | Note: It is necessary to first create a page that uses a-zoverview.php as PHP source in order to use the a-z.php function.
An
article with a-z.php function will be alphabetically sorted (by its
title) in the selected a-zoverview.php (choose from Popup menu). |
| a-zoverview.php | Creates a A-Z index page of all articles that use a-z.php as their PHP source code. Whenever a page with a-z.php source is created, a popup menu appears where the new article can be assigned to the desired a-zoverview.php page. |
| contactform1.php | Contactform that automatically stores data in the database (without email confirmation to the customer) |
| contactform2.php | Contactform that automatically stores data in the database (with email confirmation to the customer) |
| contactform3.php | Contactform that doesn't automatically store data in the database (without email confirmation to the customer) |
| contactform4.php | Contactform that doesn't automatically store data in the database (with email confirmation to the customer) |
| downloadlist.php | First, a download file has to be made available, using the downloadadmin (located in the administration->download).
If you've selected downloadlist.php the user will see a list of all downloads that are assigned to its usergroup.
Every download will be counted.
|
| externallink-same-window.php | Selecting this page you can add external hyperlinks directly from the navigation that opens in the same window. You have to select externallink_same_window.php and to type in the field Short description the URL: Example: Title: fastpublish CMS Php-source: externallink_same_window.php Short description: http://www.fastpublish.de |
| externallink.php | Selecting this page you can add external hyperlinks directly from the navigation that opens in a new window. You have to select externallink.php and to type in the field Short description the URL: Example: Title: fastpublish CMS Php-source: externallink.php Short description: http://www.fastpublish.de |
| guestbook.php | Shows a simple guestbook: The password for the administration is the same as the admin is using to login. |
| login.php | There has to be at least one page in each language that executes the login.php (The installation setup creates these pages automatically). Tip: It is recommended to create one page inside the navigation that executes a login.php so that registered users will receive further information about their user status. e.g.: As a registered member you now have access to the following pages... |
| newsletter.php | Automatically shows a form for the registration of the newsletter. The data will be stored in the database. |
| newsletterdisclaimer.php | Form to unsubscribe from newsletter: There has to be at least one page in each language which execute this newsletterdisclaimer.php (The installation setup creates these pages automatically). |
| overviewpage.php | Lists all subcategories and subcategories of subcategories with title and short description(e.g. here the article administration) |
| sitemap.php | Shows all articles that are not password protected (even pages that are not related to the navigation). |
| welcome.php | There has to be at least one page in each language which execute this welcome.php (The installation setup creates these pages automatically). This is the page for each language that has to be shown at first (e.g. Home). If this page is gone you can't use the language selector and if you call the URL the system don't know with which page it should begin. |