This translation is older than the original page and might be outdated. See what has changed.

This is an old revision of the document!


Individual call of modules

After you have successfully installed Admidio, you can integrate different modules in your website. Admidio provides innately a series modules (announcements, events, lists, profiles …). This you can see all on the overview page.

In addition various administration dialogues, which also appear on the summary page when you have logged in as webmaster are shown.

Each of these modules work independently. That is, you can put on your home page a link to this module at any point. If a user login is required, the Login page is automatically called. If the user is logged in once, he can navigate freely between the Admidio modules and your own pages and does not have to sign up again. To increase the security you should however use a special link to the login page and logout on your website.

The following links to the modules are shown on two lines here due to space reasons. Ofcourse it must be linked together.

All parameters that are given here, are optional. Each module can be accessed without the respective parameters. You should pass it only a desired change is needed.

The parameters are appended directly to the URL. you put just a ? after the URL, and then can write the parameter name. After a = followed by the value. Want to attach more than one parameter, the parameter by an & are separated.

Example: http://www.example.org/.../mail.php?role=Webmaster&cat=Common

Notice: In the complete URL no spaces or special characters may occur. This also applies to the parameters. If you still want to pass a value with blanks, you can easily %20 write instead of the spaces.

  • Login Page: call of login page with the link for registration and forwarding to the level specified in the settings page.

Link: http://www.example.org/admidio-ordner/adm_program/system/login.php

  • Logout: Logout of the user with forwarding to the level specified in the settings page.

Link: http://www.example.org/admidio-ordner/adm_program/system/logout.php

  • Registration: New users can register using this form.

Link: http://www.example.org/admidio-ordner/adm_program/system/registration.php

  • Announcements: List with all recorded announcements. Authorized Users have the option to create, edit, or delete announcements.

Link: http://www.example.org/admidio-ordner/adm_program/modules/announcements/annnouncements.php

Parameter Value Description
headline Term Freely selectable name for the module instead of announcements
date Format: YYYYMMDD Show All announcements created on this date


  • Downloads: Collection of various file downloads in a freely selectable folder structure. Folders can also be enabled only for certain user groups.

Link: http://www.example.org/admidio-ordner/adm_program/modules/downloads/downloads.php

Parameter Value Description
folder_id ID of the folder Specifying the ID of the download folder is to be displayed


  • E-Mail: Send emails to all members of certain roles. Without parameters, the user can choose the role of a combo box.

Link: http://www.example.org/admidio-ordner/adm_program/modules/mail/mail.php

Parameter Value Description
role Rolename Name of the role to its members, an email is sent.
cat Category Name of the category the role is defined. The category must be passed, if the parameter roel is used.
subject Subject Subject of the e-mail can be preassigned.
body Text Content of e-mail can be preassigned.
copy 1(default)
0
Flag whether a copy to the sender to be sent.


  • Photos: Display a gallery. Authorized users can create, maintain and delete new albums.

Link: http://www.example.org/admidio-ordner/adm_program/modules/photos/photos.php

  • Greeting cards: By selecting an image in the photo module you can send it to one or multiple recipients provided within the organization or outsiders with any text.

Link: http://www.example.org/admidio-ordner/adm_program/modules/ecards/ecard_form.php

  • Guestbook A book with a comment function for members of certain roles.

Link: http://www.example.org/admidio-ordner/adm_program/modules/guestbook/guestbook.php

Parameter Value Description
headline Term Freely selectable name for the module instead of Guestbook


  • Lists: Overview of all roles with various members call lists for each role.

Link: http://www.example.org/admidio-ordner/adm_program/modules/lists/lists.php

Parameter Value Description
category Category name Name of the category whose roles are to be displayed directly
category-selection yes(default)
no
If yes a selection box will appear with all the categories and the user can filter the list of roles on a category. if no no selection is displayed.
active_role 1(default)
0
At 1 all active roles in the category are indicate and at 0, only the inactive rolls


  • Own lists: Here, an individual Member list of a role can be drawn. Columns, sorting and conditions can be chosen freely.

Link: http://www.example.org/admidio-ordner/adm_program/modules/lists/mylist.php

Parameter Value Description
active_role 1(default)
0
For 1, all active roles of the organization are displayed and for 0, only the inactive roles
active_member 1(default)
0
For 1, all active members of the role are displayed and for 0, only the inactive members


  • Profile: A user's profile. It is automatically displayed the profile of the current user.

Link: http://www.example.org/admidio-ordner/adm_program/modules/profile/profile.php

  • Dates: List of all recorded meetings. Authorized Users have the option to record, edit or delete appointments.

Link: http://www.example.org/admidio-ordner/adm_program/modules/dates/dates.php

Parameter Value Description
calendar-selection 1

0
View a selection box with all the calendars and the user can filter the list of appointments on a calendar.
no selection box.
cat_id Id of calendar Show all dates for the given calendar
date Format: YYYYMMDD Show all dates for the given calendar
headline Description Freely selectable name for the module instead of dates
id Id of the date Show only the date from the Id.
mode actual(default)
old
All upcoming events are shown.
Display only the dates in the past.
show all(default)
maybe_participate

only_participate
Show all dates.
Show only dates where partcipation is possible.
Show only events in which the current user is assigned.
view_mode html
compact
print
Detailed standard HTML view.
Matches are displayed in a compact one-line list.
Matches are displayed in a compact list without unnecessary graphic elements.


  • Weblinks: List of all registered links. Authorized users can add new links here and edit or delete old.

Link: http://www.example.org/admidio-ordner/adm_program/modules/links/links.php

Parameter Value Description
headline Description Freely selectable name for the module instead of links
category Category name Name of the category whose links should be displayed
  • en/2.0/individueller_aufruf_der_module.1444426823.txt.gz
  • Last modified: 2015/10/09 23:40
  • by thomas-rcv