I made a forum from tutorial. Its was just creating categorys, post, topics. I add profiles, admin panel, few styles. I added avatars in profiles but I cant add them near nicks in posts.
Images are send to database as link that shows path to images in avatars folder on ftp. Links are in 'users' table in row 'user_image'.
Heres part of the code that displays avatar. View.php
And heres file that dispaly posts. topic.php:
Code below is responsible for showing posts. The
<img src=""/> shuld be something like ($_SESSION['user_name']) I think.