Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,269
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,924
- Showcase
- 3,252
-
Okay here’s what I did:
I changed:
<?php avatarupload_display(get_post_author_id()); ?>
Into:
<?php avatarupload_display(get_post_author_id($size=80)); ?>
In my post.php (in bb-templates/templatename/)
But since it had only mine avatar with that size, all avatar from other members are showing mine avatar.
I don’t know where to fix that.