A couple of questions. How can I assign a default username instead of appearing as (no name) Also I want to remove the "view in facebook" link. Finally the default avatar doesnt appear on forum list for the last post.
Hello, You can open file FeedPostAndComments.php in: library\Brivium\FacebookGroupToPosts\Model and find below code: Code: 'username' => !empty($data['from']['name'])?$data['from']['name']:('(' . new XenForo_Phrase('BRFBGTP_no_name') . ')'), after edit: Code: 'username' => new XenForo_Phrase('BRFBGTP_no_name'), Please see below screenshot: Kind regards,
Thank you. One last thing. How do I pull users large avatar? Right now they look kind of silly next to the large avatars on my site.
I dont have this file in this location. To answer your other question.. You guys are pulling this avatar https://scontent-lax3-1.xx.fbcdn.net/v/t1.0-1/p100x100/1934300_760744690736640_1134405603252535910_n.png?oh=b9ecd5a33ccc83fcb4cc3b06b0be012d&oe=589DBDC6 I need this one https://scontent-lax3-1.xx.fbcdn.net/v/t1.0-1/p160x160/1934300_760744690736640_1134405603252535910_n.png?oh=b6c65a516bfd375663b02cdacceb37e1&oe=58AE175B at the very least was hoping to get to 192x192
Dear @blatchy, If you have a license for this add-on, please submit a ticket to Technical Department which contains information about your forum. Our developer will check your issue. Best regards,