Downloads home

Categories

Composr Releases

Composr Releases

Avoid installing old releases, as they may contain bugs or security holes that we have since fixed.

If you are trying to upgrade, you're looking in the wrong place. Personalised upgrade packages may be generated from the new version announcements in the news archive.

(30 entries, 4 subcategories)

View

Addons

Addons

What are addons?

Addons are new/changed features for Composr. Addons are organised by the version they are targeted for.

Apply some caution:
Community members are encouraged to submit addons. The addons don't need validating, except if for submitters in the lowest member rank (fan in training). Therefore you should also exercise some caution when installing these third-party addons.

While version 11 is in bleeding edge, you can submit addons for version 11 on the compo.sr forum for v11.

Contributing addons

By submitting an addon, you are giving ocProducts permission to redistribute it – but also please consider specifying a licence in your download description.

If you think the addon will be broadly useful and would like to have it added to the auto-maintained non-bundled addons in git (or even the bundled code), go through the contribution process.

If you are not attaching a proper Composr addon (an exported TAR file), then please describe how the addon can be installed in the description.
 

Choose Composr version below

(Version 10 addons can be found on compo.sr)

(220 entries, 25 subcategories)

View

There are no downloads at this time


Newest 10 Downloads

Referrals

By:
Chris Graham
Downloads:
886
Added:
14th Apr 2024
Referrals

A referrals package.

Allows people to specify who referred them when they join your site or other configurable triggers in the system, and defines award levels people can reach. Note that tracking of referrals and award of points is a default part of Composr, but referrals are only picked up if made via the recommend module or if the new member uses the same address they were recommended to. This addon will allow referrals to be specified explicitly on t…

Classified Ads

By:
Chris Graham
Downloads:
822
Added:
14th Apr 2024
Classified Ads

Allow users to buy placement of classified adverts on your website, so they can list things for sale.

Customers are given a control panel (the classifieds module) that shows their adverts and allows renewal.

Notifications are sent the day before an advert expires.

Fully integrated with catalogues, eCommerce, and Conversr member accounts.

You can set up multiple price points for placing classified adverts in catalogues (catalogue entries).
This allows you to…

Newsletter No Members

By:
Core Development Team
Downloads:
738
Added:
14th Apr 2024
Newsletter No Members
Unsubscribes everyone from newsletters that have recently become a member. This is useful to keep your mailing audiences distinct.

System Requirements / Dependencies

Conversr, newsletter

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

Workflows

By:
Chris Warburton
Downloads:
709
Added:
14th Apr 2024
Workflows

Extend the simple yes/no validation system of Composr to allows user-defined "workflows". A workflow contains an ordered list of "approval levels", such as 'design' or 'spelling', and each of these has a list of usergroups which have permission to approve it.

New content enters the default workflow (unless another is specified) and notifications are sent to those users with permission to approve the next level. This continues until all of the levels are…

Getid3

By:
Chris Graham
Downloads:
574
Added:
14th Apr 2024
Getid3
Detect the Height/Width/Length of video files when they are uploaded to the gallery.

System Requirements / Dependencies

galleries

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

GPL

Additional credits/attributions

James Heinrich, Allan Hansen

Multi Domain Login

By:
Core Development Team
Downloads:
646
Added:
14th Apr 2024
Multi Domain Login
Share active logins between multiple domains of a Composr install, by copying session cookies automatically.

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

Pagination Protection

By:
Chris Graham
Downloads:
597
Added:
14th Apr 2024
Apply a maximum pagination value of 100, preventing people manipulating URLs to get out more data than the interface normally allows.

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

Transliteration

By:
Chris Graham
Downloads:
567
Added:
14th Apr 2024
Transliteration
This provides transliteration support to those without the PHP intl extension. This is used for URL moniker generation.

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Artistic License (https://github.com/Behat/Transliterator/blob/master/LICENSE)

Additional credits/attributions

Konsta Vesterinen, Jonathan H. Wage, Other unknown developers

Usergroup Field Match

By:
Chris Graham
Downloads:
585
Added:
14th Apr 2024
Usergroup Field Match
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.

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

Browser Detect

By:
Chris Graham
Downloads:
551
Added:
14th Apr 2024
Browser Detect
A browser_upgrade_suggest block to advise the visitor on doing an upgrade from old versions of IE or other browsers.

Code

[block ie_needed="12.0"]browser_upgrade_suggest[/block]

If you would like to show the message as a Composr warning (at the top of the screen), use attach="1" in the parameters.

System Requirements / Dependencies

PHP 7.2

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Top 10 Downloads

Transifex

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

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

Under18s

By:
Chris Graham
Downloads:
950
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 software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

User Simple Spreadsheet Sync

By:
Core Development Team
Downloads:
983
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 software version: 11
Maximum softwa…

User Sync

By:
Vivek Dinesh
Downloads:
424
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 software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

Testing Platform

By:
Chris Graham
Downloads:
534
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:
456
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 software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

World Regions

By:
Chris Graham
Downloads:
462
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 software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

Webdav

By:
Chris Graham
Downloads:
481
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. This addon will NOT work with PHP 8 or higher.

System Requirements / Dependencies

commandr, PHP 7.1, PHP mbstring extension

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Incompatibilities

PHP…

Addon Publish

By:
Chris Graham
Downloads:
535
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 software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

Antispam Question

By:
Chris Graham
Downloads:
996
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 software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr