Fixes:
Improvements:
0.3 Plans:
Report bugs please. Tunist put a lot of work into this release especially on the related articles which are organized based on the similarity level of tags.
Enjoy!
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.
That's just amazing ! The plugin I would have wanted to code... if I knew how to code this good.
Just two question :
1. On the featured blogs, there's the title that is inclined. I like it for the pic, but not for the title. I guess this can be modified in the CSS ?
2. Do you have a roadmap ?
3. If yes, which version do you think could be used on a production site ? 0.5 ? 1.0 ?
Many thanks for your time !
:)
yes, there is CSS that sets the angle of those elements.. tag = transform
i just found this example of some transforms in use:
http://www.useragentman.com/tests/cssSandpaper/cube3.html
haha
more on the subject: http://www.useragentman.com/blog/2010/03/09/cross-browser-css-transforms-even-in-ie/
and some more, linked from that page: http://www.w3.org/TR/css3-2d-transforms/
regarding completion for v1:
there are a few changes still needed to be added - mainly to the widget listing code and the blog writing page..
v1 will most likely be ready in the next week or so
This soon ? That's AWESOME news
https://github.com/propertunist/elgg-blog-central
PHP Fatal error: Call to undefined function blog_view_count()
#74 /mod/blog/views/default/object/blog.php:blog_view_count($vars['entity'], $page_owner);
@callum coutts:
ah, thanks for pointing to that.. some of the files were not transferred to github.
they are there now.
cool thanks man
I was wondering, is it possible to get a code to display featured posts in Custom index ? That would be perfect ! (list mode, or carrousel)
@pradacaca: that should already be inbuilt as the original blog plugin did this anyway. The carousel will require new coding but is possible to do.
I'm not sure if we will actually hard-code that as a feature into the plugin, but customization can work. Carousels on custom_index are easy peasy, look at my test site www.threecents.org for an example.
Excited about v1 - Great work guys!