A component allowing members to create simple blogs in your social network.
Note: Blog requires Textarea Support to be installed and enabled, first.
For your convenience, all Ossn default language files are already in place, but (except of the English and German one) still need translation.
Volunteers are welcome!
You can send your translated ossn.XX.php language files to
[email protected]
Changes:
V 7.2
V 7.1
V 6.5
V 6.4
V 6.3
V 6.2
V 6.1
Outdated Ossn 5.x releases
V 2.19
V 2.18
V 2.17
V 2.16
V 2.15
V 2.14
V 2.13
V 2.12
V 2.11
V 2.10
V 2.9
V 2.7
V 2.6
V 2.5
V 2.4
V 2.3
V 2.2
V 2.1
V 2.0
V 1.0
Thanks but blogs are not part of the premium package. I got the Blogs component from here not softlab24. Not sure if they provide suport in such a case?
From your description it looks like the Texteditor's initialization fails due to a Javascript error.
You can try to press F12 to open the browser's developer window, choose the 'console' tab to find red listed errors yourself, or maybe ask for support at Softlab24.
Hello,
I upgraded from 5.2 to 5.4(Premium) and noticed the Blogs component no longer worked. I deleted and reinstalled Blogs and Text Area Support latest version and it works again but without the WYSIWYG editor it used to have. I now only see a blanc text area and when you try to edit a previous blog it shows the HTML code. Is it supposed to be like that, or have I forgotten something?
ahh my apologies since the upgrade i didnt know i was running the component , put it down to lack of concentration via tooth ache, urrgh gona have to have it pulled. thank you very much , keep up the good work. all fixed
Yes James,
that's the message you got from the Private Network component you're running to prevent public viewing your pages. 😲
The solution: add an exception to the second array of components/PrivateNetwork/classes/PrivateNetwork.php
to make it look like ...
array(
'site/about',
'site/terms',
//'u/botox', // allow this member's profile page
'blog/view',
),
''blogs with complete list of comments may be shared anywhere now'' that seems not to be working, when testing i logged out and shared a blog link, people get the message ''You are required to login before viewing that page''
One is eating with the eyes too :-)
no worries, I just miss a basic documentation of concepts like hooks and registrations of the platform.
Okay, understood.
Honestly I don't see a real advantage in your suggestion, even more since - as already shown - the blogger may start with a header picture inside the blog.
Feel free to code a blog title image option yourself, I'm currently too busy with other things, sorry.
e.g. https://terra-nova.earth/blog/view/17/blog-von-immanuel
Just generally, when I access/create a group I can see/define a header image with a nice looking title in it.
I would like to have the same visual appearance for a blog entry. To have a image inside the blog is not an option, because it's just nicer looking and more consistent in the visual appearance of the components groups and blogs.
Can you please be more precise (provide a sample url) about on what kind of blog page you want a title image ?
I mean, in case you're talking about the blog itself, why not simply making that image part of the blog like I did it here for example ...