blogs

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?

  • 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.

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking