You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a curated list of interesting SS3 modules. I'll try my best to keep it up to date. If you have anything to add or change, please do so by submitting a ticket or a pull request.
NOTE:http://addons.silverstripe.org has become the go-to place for searching for SilverStripe addons and themes. As it will develop, this list will become of less interest. Not all modules are on Packagist (and thus on http://addons.silverstripe.org) yet though, so it's recommendable to have a look at both, and also to do your own research.
This is a simple module for adding dataobject as pages functionality on silverstripe 3, can be used for news, products or anything you can think of that doesnt need to appear in the sitetree.
Add a manual to your SilverStripe backend and assign pagetypes to your chapters, to make a help tab appear whenever someone works on this kind of pagetype
This module provides two GridField components that aid in managing relationships within SilverStripe, the GridFieldHasOneRelationHandler (provides radio buttons for selecting the object that the has_one points to) and the GridFieldManyRelationHandler (provides check boxes for selecting the objects that a has_many or many_many point to)
This "module" just extends the blog module and decorates the BlogEntry and BlogHolder models to allow managing your blog with the GridField instead of pages - even though they're still pages.
3 components: GridFieldAddExistingSearchButton - a more advanced search form for adding items & GridFieldOrderableRows - drag and drop re-ordering of rows, GridFieldAddNewMultiClass - lets the user select from a list of classes to create a new record from
This module provides a gridfield detail form, with the asscoiated actions required for managing versioned objects, eg SiteTree descendants. This comes in handy especially when using a modeladmin to manage parts of the sitetree.
This module enables you to use external authentication sources for password verification. At the moment this module has 4 drivers. LDAP, FTP, IMAP and HTTPBASIC. The IMAP driver also supports POP3. All drivers support SSL
A fieldtype that makes it possible to store arrays of data (serialised) in the DB. Useful if you have many fields that you don't want to normalise out over many joins
This module allows a website user to search, find details for, and export search results for a particular type of data. One example this could be used for is a listing of staff members.