Redaktion (talk | contribs)
No edit summary
Redaktion (talk | contribs)
No edit summary
Line 1: Line 1:
{{TOClimit|limit=1}}
{{TOClimit|limit=1}}
In BlueSpice 4, the extensions bundle [[:en:Reference:BlueSpiceSocial|BlueSpiceSocial]] provided functionality such as blogs, [[Manual:Discussions|discussions]], and user profile info. In [[BlueSpice 5]], these extensions are replaced by <code>SimpleBlogPage</code>, which introduces a blogging system with commenting and voting features. In addition, this [[Manual:Extension|extension]] provides a bulit-in special page <code>ArticlesHome</code> for creating blog posts.  
In BlueSpice 4, the extensions bundle [[:en:Reference:BlueSpiceSocial|BlueSpiceSocial]] provided functionality such as blogs, [[Manual:Discussions|discussions]], and user profile info. In [[BlueSpice 5]], these extensions are replaced by <code>SimpleBlogPage</code>, which introduces a blogging system with commenting and voting features. In addition, this [[Manual:Extension|extension]] provides a bulit-in special page for creating blog posts.  


[[File:blog special page.png|alt=Special page ArticlesHome with two blog posts with text and photo each.|center|thumb|500x500px|All blog posts on the special page "ArticlesHome"]]
[[File:blog special page.png|alt=Special page ArticlesHome with two blog posts with text and photo each.|center|thumb|500x500px|All blog posts on the special page "ArticlesHome"]]


== Accessing the blogs ==
== Accessing the blogs ==
The wiki provides a built-in blog named "General". Its blog posts are listed on the special page ''Special:ArticlesHome.''  
The wiki provides a built-in blog named "General". Its blog posts are listed on the special page ''Special:ArticlesHome.''


=== Entrypoint ===
=== Entrypoint ===
Line 12: Line 12:


==== New blog entry ====
==== New blog entry ====
Users with edit-permissions in the namespace blog can [[Manual:Create|create]] a new blog entry.  Each blog entry is a standard wiki page.  
Users with edit-permissions in the namespace <code>Blog</code> can [[Manual:Create|create]] a new blog entry.  Each blog entry is a standard wiki page.  


'''To create a blog entry users can:'''
'''To [[Manual:Create|create]] a blog entry users can:'''


* '''Click''' ''Create new blog post'' on the page ''All blog posts''.
* '''Click''' ''Create new blog post'' on the page ''All blog posts''.
Line 21: Line 21:
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 [[Manual:Subpage|subpage]] of the parent page. The blog page for ''Employee referral program'' in the blog ''General'' is therefore created as:<syntaxhighlight lang="text">
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 [[Manual:Subpage|subpage]] of the parent page. The blog page for ''Employee referral program'' in the blog ''General'' is therefore created as:<syntaxhighlight lang="text">
Blog:General/Employee_referral_program
Blog:General/Employee_referral_program
</syntaxhighlight>To create a new blog, create the necessary page in the namespace blog:<syntaxhighlight lang="text">
</syntaxhighlight>To create a separate blog, simply create the necessary page in the namespace blog:<syntaxhighlight lang="text">
Blog:Marketing
Blog:Marketing
</syntaxhighlight>
</syntaxhighlight>When a user creates a new blog post for the blog "Marketing", the blog post page is created as a [[Manual:Subpage|subpage]] of the page "Marketing" in the namespace blog.[[File:blog marketing.png|alt=A page named "Marketing" in the namespace "Blog"|center|thumb|550x550px|Marketing blog]]
[[File:blog marketing.png|alt=A page named "Marketing" in the namespace "Blog"|center|thumb|550x550px|Marketing blog]]


== Blog post elements ==
== Blog post elements ==
Line 33: Line 32:
* The username and date of the last edit.
* The username and date of the last edit.
* The content of the post.
* The content of the post.
{{Textbox|boxtype=note|header=|text=The sort order of blog posts on the standard blog pages cannot be influenced. All blog posts are sorted by last edit date. You can, however, create your own inline queries, to show the titles of the blog entries by a different sort order such as the creation date or the blog entry title.|icon=yes}}
{{Textbox|boxtype=|header=|text=|icon=}}


== User blogs ==
== User blogs ==

Revision as of 14:43, 14 March 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 with commenting and voting features. In addition, this extension provides a bulit-in special page for creating blog posts.

Special page ArticlesHome with two blog posts with text and photo each.
All blog posts on the special page "ArticlesHome"

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.

entrypoints links with the Blogs link visible
Navigation menu "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.

A page named "Marketing" in the namespace "Blog"
Marketing 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 menu with highlighted link "My blog"
"My blog" link


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.

user blog post on the page "All blog posts"
User blog post
Note:Users can only edit their own user blog pages. Trying to move a blog page to a different user's blog results in an error.


Displaying blog titles

You can list

FAQ

  • Is it possible to sort the blog entries differently? However, you can create lists that show the blog titles in a different order.




To submit feedback about this documentation, visit our community forum.