Plugin Profile
This Wiki Plugin adds an install button for installing a profile. It allows a profile to be installed from anywhere, instead of only via the profile admin interface (tiki-admin.php?page=profiles).Profiles are used to automate configuration of a site, turning on feature sets and permissions schemes and adding content. This way a site can be configured with a single click rather than 100s of clicks. See profiles.tikiwiki.org for more information.
Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:Syntax for the Profile plugin
{PROFILE(domain= , name= )}{PROFILE}| Parameter | Accepted values | Default | Effect | Required? | Since |
|---|---|---|---|---|---|
| domain | domain name of the profile repository | profiles.tikiwiki.org | the profile repository where the profile resides | n | |
| name | name of a profile | none | this is the profile that will be installed | y |
Example
This code,{PROFILE(name=Personal_Blog_and_Profile )}{PROFILE}Would produce on this site:
(screenshot
Limitations
- It only installs the named profile, not its dependencies (if any)
- After applying the profile, it returns on the same page from which it was called (it means it ignores going to the Instructions page (if any))
- It doesn't have the edit plugin helper icon displayed (even if "Disable edit plugin icon (make plugin inline)" is not checked on
tiki-admin.php?page=textarea&cookietab=2
