We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

how to get user avatar | Forum

luke dane
luke dane Jan 5 '15
Hello guys,

I am creating a plugin. this plugin is similar to a post plugin. users post information for others to see.

I want to get a comment section below the post where can see the username and possibly photo.

What is the best way to go about this?

thanks
ross Team
ross Jan 5 '15
Topic was moved from General Questions.
Daisy Team
Daisy Jan 20 '15
Luke, check the, let's say, Blogs plugin to see how it works with the comments system. Here are some main files to check:

- /ow_plugins/blogs/classes/event_handler.php
- /ow_plugins/blogs/bol/service/post_service.php
- /ow_plugins/blogs/controllers/blog.php
- /ow_plugins/blogs/controllers/management_comment.php
- /ow_plugins/blogs/controllers/view.php
The Forum post is edited by Daisy Jan 20 '15
luke dane
luke dane Jan 22 '15
ok thanks