When I visit pages like "My Blogs", "Friends Blogs", and "All Blogs" the view is full - so instead of a list of entities I get each blog viewed in full.
I would like to change the view to get a list showing just the title (as a link to the blog article), the creator, date and the number of comments.
I have tried looking in the mod/blog/views/default/object/blog.php but couldn't find the right place...
Does anyone know how to change this?
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.
- ChungNg@ChungNg
ChungNg - 0 likes
You must log in to post replies.How a page is displayed, whether its "full view", "list view" and there is a third one which escapes me for now, is contained in a php file under "view". If the file for the view you want (say list view) then go to the php file that is invoking the display, and change it to "list view". if the list view php does not exist, you need to create it yourself. I think in your case it does exist.