This is just a placeholder site for Composr CMS 11 beta. It will become the new homesite once version 11 reaches stable. For the current v10 homesite, click here. Please also use the v10 tracker to report v11 issues.
Puts members in a usergroup if they have a Custom Profile Field chosen list value that matches the name of an open usergroup. A developer could tighten up the rules a bit if more specificity is required.
Replaces Composr's built-in mailer with one based around Swift Mailer. This may help workaround problems with buggy/complex SMTP servers, or ones that require SSL (e.g. gmail). If you're not have mail problems there's no point using this.
There is a new hidden option, mail_encryption to set SMTP encryption. Set this to tcp (no SMTP encryption), ssl (implicit SSL/TLS SMTP encryption), or tls (explicit START-TLS SMTP encryption). e.g. Type the following int…
General-purpose has-read tracking. New MARK_READ and HAS_READ symbols allow you to track whether members have read any kind of content. Just place them in the appropriate templates. For example, {+START,IF,{$NOT,{$HAS_READ,news,{ID}}}}This is unread{+END} in NEWS_BOX.tpl and {$MARK_READ,news,{ID}} in NEWS_ENTRY_SCREEN.tpl.
Protect the files in a directory by routing requests through a Composr script. Composr will search for the page containing the linked content and only grant access if the current user has access to that page. Developers could customise the code to apply different permission rules.
You will need to add a new rule into your .htaccess file to control the routing. Assuming all the files were under a 'videos' directory:
A downloadable archive of the Composr documentation.
To view this documentation load up the docs:tutorials page-link (i.e. /docs/index.php?page=tutorials).
You may also wish to edit the 'docs' zone to change the "Default page" to tutorials.
You can also use the Debranding tool from the Admin Zone to make documentation point towards your own install, by setting your own site's base URL as the brand URL.
The documentation is primarily maintained on our websit…