Difference between revisions of "Stream API v2"

(Overview)
m (Overview)
Line 3: Line 3:
 
==Overview==
 
==Overview==
 
JomSocial 2.8 brings the slight change in how activity streams are handled and introduces different templates for different types of streams. This allows easier customization of every individual's activity stream item; however, this feature will require third-party components to write in a stream with a plugin, unlike it was the case with JomSocial 2.6 and below. <br/>
 
JomSocial 2.8 brings the slight change in how activity streams are handled and introduces different templates for different types of streams. This allows easier customization of every individual's activity stream item; however, this feature will require third-party components to write in a stream with a plugin, unlike it was the case with JomSocial 2.6 and below. <br/>
You can still use the old API to create the activity streams, but you cant use the '''{multiple}'''...'''{/multiple}''' tags anymore as they are completely removed and will cause activity streams to break. (it will be created, but will not be shown on Front End)
+
You can still use the old API to create the activity streams, but you can't use the '''{multiple}'''...'''{/multiple}''' tags anymore as they are completely removed and will cause activity streams to break. (It will be created, but will not be shown on Front End)

Revision as of 02:19, 21 April 2013

WARNING: API examples below apply to version 2.8. To read the full Activity Stream API for older versions, click here

Overview

JomSocial 2.8 brings the slight change in how activity streams are handled and introduces different templates for different types of streams. This allows easier customization of every individual's activity stream item; however, this feature will require third-party components to write in a stream with a plugin, unlike it was the case with JomSocial 2.6 and below.
You can still use the old API to create the activity streams, but you can't use the {multiple}...{/multiple} tags anymore as they are completely removed and will cause activity streams to break. (It will be created, but will not be shown on Front End)