No edit summary |
No edit summary Tag: 2017 source edit |
||
Line 68: | Line 68: | ||
[[File:Simpleblog inline query.png|alt=List of blog posts with heading named "Latest news" and two related posts|center|thumb|400x400px|list of blog posts of a specific blog]] | [[File:Simpleblog inline query.png|alt=List of blog posts with heading named "Latest news" and two related posts|center|thumb|400x400px|list of blog posts of a specific blog]] | ||
{{translation}} |
Latest revision as of 07:22, 8 April 2025
In BlueSpice 4, the extensions bundle BlueSpiceSocial provided functionality such as blogs, discussions, and user profile info. In BlueSpice 5, these extensions are replaced by SimpleBlogPage
, which introduces a blogging system that starts out with a built-in special page for creating blog posts.

Accessing the blogs
The wiki provides a built-in blog named "General". Its blog posts are listed on the special page Special:ArticlesHome.
Entrypoint
Administrators can show or hide a link to this page in the main navigation Entrypoints.

New blog entry
Users with edit-permissions in the namespace Blog
can create a new blog entry. Each blog entry is a standard wiki page.
To create a blog entry users can:
- Click Create new blog post on the page All blog posts.
- Click the wiki's (
+ plus
)-button and select New blog post.
All blog posts are created in the namespace Blog. The name of the blog is the parent page and the blog post itself is a subpage of the parent page. The blog page for Employee referral program in the blog General is therefore created as:
Blog:General/Employee_referral_program
To create a separate blog, simply create the necessary page in the namespace blog:
Blog:Marketing
When a user creates a new blog post for the blog "Marketing", the blog post page is created as a subpage of the page "Marketing" in the namespace blog.

Blog post elements
Each blog post has the following elements:
- A post heading that links to the wiki page for the post.
- A star-toggle button to put the post on one own's watchlist.
- The username and date of the last edit.
- The content of the post.
User blogs
Users can create their own blog posts. To create and edit their personal blog, users select the link My blog from their user menu.

User blog pages are created in the User_blog namespace as subpages of the user name:
User_blog:WikiSysop/New_helpdesk_has_been_published
User blog posts are marked with the specific tag User blog so that they are easily recognized.

Displaying blog titles on other pages
You can list
The following inline query results in a list of the latest 5 blog entries of the blog "Marketing". It prints the creation date of the article and sorts by creation date descending.
== Latest news ==
{{#ask:[[Blog:+]] [[~*Marketing/*]][[Modification date::+]]
|?Creation date#-F[d.m.Y]
|headers=hide
|format=ul
|limit=5
|searchlabel=
|sort=Creation date
|order=desc
|template=SMW Subpagename
|link=none
}}
Since all blog posts are subpages of the main page Marketing, the query uses the template SMW Subpagename to format the title to only show the blog page (Grand opening) title instead of the entire page name (Marketing/Grand opening). The page Template:SMW Subpagename contains the following content:
[[{{{1}}}|{{SUBPAGENAME:{{{1}}} }}]] ({{{2}}})
