This version is approved.
Difference between revisions of "Manual:Extension/BlueSpiceSocialMicroBlog"
[quality revision] | [quality revision] |
m (Tag: 2017 source edit) |
(Changed categories.) |
Microblogs work exactly like regular blogs. Unlike blogs, however, they do not have a separate title field. Users simply provide a quick message in a single text field.
Microblog syntax[edit | edit source]
To include a microblog on a page, copy the following tag. An explanation of the individual paramters is available on the help page for blogs: {{#tag:bs:timeline|
{
"showentitylistmenu": false,
"preloadedentities": [{
"type": "microblog"
}],
"headlinemessagekey": "Letzte Kurznachrichten",
"showheadline": false,
"limit": 3,
"sort": [ {
"property": "timestampcreated",
"direction": "DESC"
}
],
"lockedfilternames": [
"type"
],
"outputtypes": {
"microblog": "Default"
},
"filter": [ {
"type": "list",
"property": "type",
"value": [ "microblog" ],
"comparison": "ct"
}, {
"type": "boolean",
"property": "archived",
"value": false,
"comparison": "eq"
}
]
}
}}
Related info
{{DISPLAYTITLE:Microblog}} Microblogs work exactly like regular blogs. Unlike blogs, however, they do not have a separate title field. Users simply provide a quick message in a single text field. ==Microblog syntax== To include a microblog on a page, copy the following tag. An explanation of the individual paramters is available on the [[Manual:Extension/BlueSpiceSocialBlog|help page for blogs]]:<syntaxhighlight lang="text"> {{#tag:bs:timeline| { "showentitylistmenu": false, "preloadedentities": [{ "type": "microblog" }], "headlinemessagekey": "Letzte Kurznachrichten", "showheadline": false, "limit": 3, "sort": [ { "property": "timestampcreated", "direction": "DESC" } ], "lockedfilternames": [ "type" ], "outputtypes": { "microblog": "Default" }, "filter": [ { "type": "list", "property": "type", "value": [ "microblog" ], "comparison": "ct" }, { "type": "boolean", "property": "archived", "value": false, "comparison": "eq" } ] } }} </syntaxhighlight>This produces a microblog that looks like this: [[File:Manual:blog-microblog-beispiel-en.png|alt=Microblog with open text input field|center|thumb|577x577px|Microblog with open text input field]] {{Box Links-en |Topic1=[[Manual:Extension/BlueSpiceSocialBlog|Blog]] |Topic4=[[Manual:Extension/BlueSpiceSocialComments|Social comments]] |Topic5=[[Manual:Extension/BlueSpiceSocialProfile|User Profile]] |Topic3=[[Manual:Extension/BlueSpiceSocialTopics|Discussion topics]] |Topic2=[[Manual:Extension/BlueSpiceSocialWikiPage|Discussions and Attachments]] |Topic6=[[Reference:BlueSpiceSocial]] }} <br /> {{Translation}} [[Category:Social]]
Line 55: | Line 55: | ||
{{Translation}} | {{Translation}} | ||
+ | [[Category:Social]] |