3.2 (2015-02-17):
View Jerome Bakker's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Hello! @ BAKKER JÉRÔME
Just you ask if I can display relatedblogs in the sidebar and blogfooter to the same moment.
Because the parameter of the Blog tools requires to configure either RELATEDBLOG for Blog Footer or either for SIDEBAR.
Do I intend to display the RelatedBlog in the SideBar and BlogFooter, how to make?
@Polycarpe MAKOMBO
you need to change the logic in https://github.com/ColdTrick/blog_tools/blob/master/views/default/blog_tools/full/related.php
see http://learn.elgg.org/en/1.10/guides/views.html#overriding-views-in-plugins how you can do that in a theme or some other plugin
Hello!@ BAKKER BECKET
Thank you for this tie
Jerome,
For some reason I cannot get the blog icon to upload - it saves the blog but no icon shows. When I go to edit the blog it shows a broken image.
Other than that the features are useful - thanks
Anything I can try ?
@StampStudy
Which version of Elgg are you using. If 1.10+ then images are broken. check the github version for a fix
@Jerome, I have the same issue where the blog icons are disappeared. I am currently upgrading a site to 1.9.8 (and later to 1.10). I tried the github version, but that does not seems to help.
@Gerard
I can't reproduce the problem on Elgg 1.9.8, please report a github issue so we can track down the problem
@Jerome
With blog tools, how would I be able to take away the sidebar in the all blogs river, but leave it for an individual blog. I cannot seem to take the sidebar away from the river without it being removed from each individual blog post as well. Thank you. Any help is appreciated
I'm interested in moving the blog image ABOVE the title of the blog. Currently it's below the blog title which, to me, makes no sense. Can you help me with this?
Perhaps it's an individual thing, blogs are like articles. I did a Google search of images regarding magazine articles and you'll notice in a lot of them the picture is below the title.
Click here to see the search results of the image above and below the title.
Same here with newspaper articles, the image is below the title in most situations.
@David111567
Since the title of a blog post is in a different part than the contents this would take a little bit of work, If you really want this you should look at creating your own plugin to override the /blog/view page with whatever you want it to do
http://learn.elgg.org/en/1.10/guides/routing.html
http://learn.elgg.org/en/1.10/guides/views.html