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.

(33 entries, 6 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)

(113 entries, 13 subcategories)

View

There are no downloads at this time


Newest 10 Downloads

Simplified E-mails

By:
Chris Graham
Downloads:
2K
Added:
27th Mar 2024
Simplified E-mails
Simplifies mail templates, so no logo is shown. If you don't want to have to style your emails at all, use this addon.

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

Tag Cloud

By:
Chris Graham
Downloads:
2K
Added:
27th Mar 2024
Tag Cloud
Convert the standard Composr tag cloud into a spinning tag cloud which moves and rotates as you move the mouse around the edge of the cloud.

System Requirements / Dependencies

search

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Based on open code posted without a license

Additional credits/attributions

Devirtuoso

Unslider

By:
Chris Graham
Downloads:
1K
Added:
27th Mar 2024
Unslider
A customisable slider for displaying custom HTML or media.

The addon contains a new block, main_unslider. The block is based on the Unslider jQuery plugin. It includes a number of slides and lets you move between them, either on a timer or manually. The contents of each slide is sourced from a specially-named Composr page.

Here is an example of the block Comcode:

Code

[block pages="slide1,slide2,slide3,slide4,slide5,slide6" width="100%" height="350

Wordpress Style Page Children

By:
Chris Graham
Downloads:
2K
Added:
27th Mar 2024
Wordpress Style Page Children
Modifies the Comcode page children block to make links to child pages look more like Wordpress, including a thumbnail for each child page.

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

Alternate Emoticons

By:
Philip Withnall
Downloads:
2K
Added:
27th Mar 2024
Alternate Emoticons
Replaces most of the main emoticons which are included within the software as standard.

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

Calendar From 6am

By:
Chris Graham
Downloads:
2K
Added:
27th Mar 2024
Calendar From 6am
Only display the calendar week and day views starting from 6am, unless there were events added during the night.

System Requirements / Dependencies

calendar

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Common Public Attribution License

Columns

By:
Chris Graham
Downloads:
2K
Added:
27th Mar 2024
Columns
Automatically columnise Comcode. Any HTML div tag with a .column-wrapper CSS class will be automatically put into columns.

Here is an example in Comcode…

Code

[surround="column-wrapper"]
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ornare mi ut convallis molestie. Morbi finibus sagittis sem vel vehicula. Duis aliquet pretium sapien, quis congue risus lacinia eu. Nunc gravida venenatis posuere. Vestibulum ac arcu magna. Integer lib

Comcode Flip Tag

By:
Chris Graham
Downloads:
2K
Added:
27th Mar 2024
Comcode Flip Tag
Create a tiled text-flipping effect.

Code

[flip="A" final_color="FF0000" speed="400"]B[/flip]

The above example creates a flip between text A and text B, taking 400ms. This is designed to use short messages or one word answers. If you want to change any of the standard CSS for this addon you can edit the flip.css file. Note: this addon serves as a good example of how to use a jQuery plugin.

Website Software Requirements

Minimum software…

Idolisr

By:
Chris Graham
Downloads:
2K
Added:
27th Mar 2024
Idolisr

Show the top performing members in a community by points. The addon adds a main_stars block that ranks members on how many points they have been given in a certain category (also it changes the points module to allow selection of such categories when giving points). It also adds a block to show recent points transfers. Finally, it adds a line to member's profile screens that says how many topics they have created, and how many they have replied to, to g…

Image Slider

By:
Chris Graham
Downloads:
2K
Added:
27th Mar 2024
Image Slider
A block to show a slider from some gallery/galleries.

For a demo, see this video tutorial.

System Requirements / Dependencies

galleries

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

MIT licence / BSD licence

Additional credits/attributions

Thiago Silva Ferreira, Robert Penner

Top 10 Downloads

Karma

By:
Patrick Schmalstig
Downloads:
1K
Added:
27th Mar 2024
Karma

Karma is a highly-configurable member reputation system for Conversr-based websites. Karma is a great addition to websites utilising crowdsourced moderation.

Each member has good karma and bad karma. Members can receive good karma for exceptional content or behaviour, and they can receive bad karma for poor content or behaviour. The combination of good and bad karma (good - bad) yields the overall karma score for a member.

Karma is displayed, depending on…

Member Filedumps

By:
Chris Graham
Downloads:
2K
Added:
27th Mar 2024
Member Filedumps
This expands the file/media library by allowing members to have their own files (as a folder with the same name as their username directly under root). These files are then listed on their profile for others to see.

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

Enhanced Spreadsheets

By:
Core Development Team
Downloads:
2K
Added:
27th Mar 2024
Allows the software to read/write OpenOffice (.ods) and Excel (.xlsx) spreadsheet files, in addition to the built-in .csv support.

Note the old-style Excel format (.xls) is intentionally not supported because it can not handle international characters properly, and due to its age.

System Requirements / Dependencies

PHP 8.2, PHP zip extension, PHP fileinfo extension

Website Software Requirements

Minimum software version: 11
Maximum software ver…

Geshi

By:
Chris Graham
Downloads:
2K
Added:
27th Mar 2024
Geshi
Apply syntax highlighting to a block of coding which is pasted inside the Comcode code tag as follows:

Code

[codebox="language"]the code goes here[/codebox]

Based off of GeSHI 1.0. GeSHI 1.1 is still under active development at the time of writing, missing many highlighters present in 1.0.


Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

GPL

Additional credits/attributions

The Authors of GeSHi

Data Mappr

By:
Kamen Blaginov / Chris Graham / temp1024
Downloads:
2K
Added:
27th Mar 2024
Data Mappr
Shows different catalogue entries' longitude/latitude values as pins on a Google map (maintenance status). Clicking on the pin shows the catalogue entry in a little box (as a link to the entry).

Before you can use the block you must first configure the API:
  1. Configure the Google API Key in the configuration (Admin Zone > Configuration > Setup > Composr API options > Google API)
  2. Make sure that Google Maps JavaScript API is enabled on Google's end
If you do no…

Charity Banners

By:
Kamen Blaginov
Downloads:
2K
Added:
27th Mar 2024
Charity Banners

Automatically creates a button banner type and banners for it and set them in a main (or side) block. Administrator could enable/disable banners, and also add custom banners.

The auto-created bundled banners are for 'causes' and are: Composr, Firefox, W3C XHTML, W3C CSS, W3C WCAG, CancerResearch, RSPCA, PETA, Unicef, WWF, Greenpeace, HelpTheAged, NSPCC, Oxfam, BringDownIE6, CND, Amnesty International, British Heart Foundation, GNU.

To Use the Block go to…

Weather

By:
Chris Graham
Downloads:
2K
Added:
27th Mar 2024
Weather
A weather block. Different backends are supported, with a default implementation of OpenWeatherMap provided.

You will need to set up an OpenWeatherMap API key at Admin Zone > Setup > Configuration > Composr API options > Weather report.

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr

Pdf Viewer

By:
Chris Graham
Downloads:
1K
Added:
27th Mar 2024
Pdf Viewer
PDF media (including the Comcode media tag, Comcode attachments, and in galleries) will be displayed inline using a PDF viewer that prevents easy download or printing.

Note that in order for this addon to work properly, your server must be able to specify the application/javascript MIME type for .mjs files. This is handled for Apache automatically if you use recommended.htaccess from the software.

Website Software Requirements

Minimum software vers…

Browser Bookmarks

By:
Chris Graham
Downloads:
2K
Added:
27th Mar 2024
Browser Bookmarks

Export the site-map as browser bookmarks.

Ever wished it was quicker to navigate around your site? If you're anything like us you get tired of having to move the mouse all around screens, and wait for half a dozen page loads, to get where you're going. There is an admin menu and sitemap in Composr, but that's still not as fast as a native desktop interface. Coming to the rescue is this simple addon that will export your whole sitemap to your web browsers…

Top Posters

By:
Chris Graham
Downloads:
2K
Added:
27th Mar 2024
Top Posters
A block to show the posters with the longest average post length and their total number of posts.

You can configure the total amount of posters to be listed using the max="Number here" parameter.

Example:

Code

[block max="10"]main_best_posters[/block]

System Requirements / Dependencies

Conversr

Website Software Requirements

Minimum software version: 11
Maximum software version: 11.9


Licence

Licensed on the same terms as Composr