Development

Composr Mobile Sdk

By:
Amit Nigam
Downloads:
115
Added:
27th Mar 2024
Server support for Composr Mobile SDK, including Composr mobile APIs and push notification support for iOS and Android.

The documentation for this addon is covered in a dedicated tutorial.

System Requirements / Dependencies

Conversr

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr / New BSD License (ApnsPHP)

Additional credits/attributions

ApnsPHP developers

Composr Release Build

By:
Chris Graham
Downloads:
125
Added:
27th Mar 2024
The Composr release build platform. It should be run from a developers machine, not the server.

If running on Windows, you need to install the following commands in your path or C:\cygwin64…
You may want to put them i…

Composr Homesite

By:
Chris Graham
Downloads:
99
Added:
27th Mar 2024
This addon contains various aspects of composr.app:
  • Composr CMS release management and upgrading
  • composr.app addon management scripts
  • Composr CMS download scripts
  • The Composr deployment/hosting platform (Demonstratr)
  • Error message explainer system for Composr
  • Various other scripts for running composr.app

This addon does not contain the composr.app install code and the overall site and theme. That is not categorised into an addon, but is in the composr_homesite…

Content Oop Api

By:
Core Development Team
Downloads:
129
Added:
27th Mar 2024
An API that allows querying catalogues in a similar way to querying databases.

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Custom Ratings

By:
Chris Graham
Downloads:
132
Added:
27th Mar 2024
Example of more complex rating configuration.

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Extended Media Rendering

By:
Chris Graham
Downloads:
104
Added:
27th Mar 2024
Extended Media Rendering
A collection of additional media renderers. Currently, this only includes CNN video (which is actually broken) – however, further renderers that don't belong in the Composr core will be added to this addon as they are developed.

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

External Db Login

By:
Chris Graham
Downloads:
115
Added:
27th Mar 2024
A customisable login_provider hook, to help allowing login with logins defined in another database/table. See comments in sources_custom/external_db.php for usage documentation. Requires programming. Unlike other Composr user-sync addons, it runs only on Composr's end and interactively, no changes to other systems or batch importing required.

System Requirements / Dependencies

Conversr

Website Software Requirements

Minimum version: 11


Li

Free Article Import

By:
Core Development Team
Downloads:
119
Added:
27th Mar 2024
Mass import articles from articletrader/ezinearticles/articlesbase.

System Requirements / Dependencies

news

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Installprofile Generator

By:
Chris Graham
Downloads:
1K
Added:
27th Mar 2024
Automatically create an installprofile addon based on your site's current settings.

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Nested CPF Spreadsheet Lists

By:
Chris Graham
Downloads:
92
Added:
27th Mar 2024

Allows complex chained dropdown choices of Custom Profile Fields.

Set Custom Profile Field list fields to have a default value like countries.csv|country to source list options from CSV spreadsheet files under /private_data. You can set up chained list fields (e.g. chain a state field to a country field), via a syntax like countries.csv|state|countries.csv|country. You can use this with multiple spreadsheet files to essentially use spreadsheet files like…

Meta Toolkit

By:
Chris Graham
Downloads:
97
Added:
27th Mar 2024
Various developer tools for meta-management of a Composr site, including generating schemas, and low level management of the database, addons, and file changes.

System Requirements / Dependencies

Conversr

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Password Censor

By:
Chris Graham
Downloads:
108
Added:
27th Mar 2024
Regularly wipe old passwords posted in private on your website, in case it is ever hacked.

In detail:
This is a system scheduler hook that regularly censors anything looking like a password stored in support ticket posts over 60 days old to limit the potential fallout if your ticket system ever got compromised.

encrypt and self_destruct Comcode tags are also added.


Website Software Requirements

Minimum version: 11


Licence

Licensed on the same t…

Performance Compile

By:
Core Development Team
Downloads:
124
Added:
27th Mar 2024
Compile overridden Composr files back into the original versions, for a slight performance improvement. Only for use by expert programmers, as it's imperfect and rough.

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Remote Content Grabber

By:
Chris Graham
Downloads:
94
Added:
27th Mar 2024
A class to download remote content and move it locally. This addon is hard-coded to use Photobucket, as an example.

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Static Export

By:
Chris Graham
Downloads:
97
Added:
27th Mar 2024
Export a static copy of your website, as it would be seen by Guests. It is useful if you do not need any dynamic features and want to deploy on a server without a database. You'll find it linked from your tools menu.

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Stress Test

By:
Chris Graham
Downloads:
539
Added:
27th Mar 2024
Populate large amounts of data, for the purposes of stress-testing performance on large data-sets.

This script is not maintained across versions, so needs to be updated before use.

This script takes days to run properly.

System Requirements / Dependencies

Conversr, authors, banners, calendar, catalogues, chat, cns_clubs, downloads, galleries, news, newsletter, points, polls, quizzes, shopping, tickets, wiki

Website Software Requirements

Minimu…

Transifex

By:
Chris Graham
Downloads:
526
Added:
27th Mar 2024
Transifex
Scripts to help push/pull translations from Transifex.

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Under18s

By:
Chris Graham
Downloads:
519
Added:
27th Mar 2024
Example of an implicit usergroup hook, to automatically put all members under 18 into the Probation usergroup.

System Requirements / Dependencies

Conversr

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

User Simple Spreadsheet Sync

By:
Core Development Team
Downloads:
547
Added:
27th Mar 2024
A simple system for importing and exporting member spreadsheet files automatically, using the system scheduler. This is intended as a base for programmers seeking to integrate simple user synching, and requires custom programming to customise it. The data_custom/modules/user_export directory should be protected with a .htaccess file, restricting it to particular IP addresses.

Website Software Requirements

Minimum version: 11


Licence

Licensed…

User Sync

By:
Vivek Dinesh
Downloads:
85
Added:
27th Mar 2024
Sync user data between composr and a remote database.

System Requirements / Dependencies

commandr, Conversr, PHP pdo_mysql extension

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Testing Platform

By:
Chris Graham
Downloads:
110
Added:
27th Mar 2024

The Composr testing platform.

This framework is designed to allow auto-runnable tests to easily be written for Composr. The advantage to this testing technique is once a test is written it can be re-run very easily – being able to re-run a whole test set before each release will dramatically reduce the chance of new bugs creeping into releases, as tests would not pass in this circumstance. New bugs in new releases is always a problem for complex software…

Usergroup Intersection

By:
Chris Graham
Downloads:
71
Added:
27th Mar 2024
Example of an implicit usergroup hook, to automatically put all members who are in the intersection of some particular usergroups into another usergroup.

System Requirements / Dependencies

Conversr

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

World Regions

By:
Chris Graham
Downloads:
67
Added:
27th Mar 2024
Extends the regions system so that USA states and British regions can be targeted. Further countries may also be implemented, as the system is extended over time.

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Webdav

By:
Chris Graham
Downloads:
84
Added:
27th Mar 2024
Access your website repository as a folder on your computer. See the Repository Tutorial for more information. This addon is only tested with Apache, custom redirect configuration will be needed for IIS.

System Requirements / Dependencies

commandr, PHP 7.1, PHP mbstring extension

Website Software Requirements

Minimum version: 11


Licence

BSD-like licence

Additional credits/attributions

SabreDAV developers

Addon Publish

By:
Chris Graham
Downloads:
110
Added:
27th Mar 2024
Scripts to help us in mass-publishing addons to composr.app (not useful in their direct form to anyone else).

Includes the code for pulling translations from Transifex (maintenance status).

System Requirements / Dependencies

downloads, galleries

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Antispam Question

By:
Chris Graham
Downloads:
528
Added:
27th Mar 2024
Puts a member on probation if they get a question wrong when joining. This is a code example, the code needs tweaking for your site.

System Requirements / Dependencies

Conversr

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Aws Ses

By:
Chris Graham
Downloads:
4K
Added:
27th Mar 2024
This addon is a handler to remove bounce messages detected within the Amazon SES e-mail framework.

Amazon SES

Amazon SES allows very high volume bulk e-mailing, while conventional web hosts will put low limits on how many e-mails you can send. SES is by far the best priced bulk e-mailing provider.

To configure SES we recommend you specifically set the newsletter configuration options so that only newsletters send via your Amazon SES SMTP se…

Booking

By:
Chris Graham
Downloads:
4K
Added:
27th Mar 2024
Sophisticated booking system. Not yet fully finished for public use, but fully cohesive and suitable for some use cases.

You may wish to deny access to the usergroup and member directories when using this addon, to prevent leakage of customer lists.

System Requirements / Dependencies

calendar, ecommerce

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Cloudinary

By:
Core Development Team
Downloads:
4K
Added:
27th Mar 2024
Automatically syndicate some uploads to Cloudinary, rather than storing them locally. Not supported for general use, should be managed by a programmer capable of patching any side-issues that may occur.

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr

Additional credits/attributions

Contains code from Cloudinary Inc

Composer

By:
Core Development Team
Downloads:
4K
Added:
27th Mar 2024
Composer
Simple addon to include Composer (the standardised PHP package manager) autoload support, and an empty composer.json file.

Website Software Requirements

Minimum version: 11


Licence

Licensed on the same terms as Composr