What's new in the Forums / Blogs
Hello,
I would like to know if there are standard Lithium components to:
- give the latest changes in the forums
- give the latest changes in the blogs
something like the "Active Areas" component but not for blogs & forums together.
Thanks
Laurent
If you're looking for recent threads, it's possible to specify an interaction style (ie. forum, blog, tkb, etc.) with the default recent threads component. You'll need to edit the XML for the page in Studio, for example:
<component id="forums.widget.recent-threads" interactionStyle="forum" /> <component id="forums.widget.recent-threads" interactionStyle="blog" />
I hope this helps!
You should be able to change the title of the component via the text editor in Studio or via Toolbelt. Toolbelt would probably be easier in this case since the text keys will be very similar.
There's unfortunately not any documentation currently available for component attributes like that.