Requirements
PHP in Templates
Navigate to your postbit templates: AdminCP > Templates & Style > Templates > Postbit Templates > postbit or postbit_classic
If you want to add the second groupimage to one user add this below {$post['groupimage']}
1 is the UserID (UID) of the user.
If you want to add the second group image to more users, add this below {$post['groupimage']}
PHP in Templates
Navigate to your postbit templates: AdminCP > Templates & Style > Templates > Postbit Templates > postbit or postbit_classic
If you want to add the second groupimage to one user add this below {$post['groupimage']}
Code:
<if $post['uid'] == 1 then>[img]path/to/groupimage.png[/img]</if>
1 is the UserID (UID) of the user.
If you want to add the second group image to more users, add this below {$post['groupimage']}
Locked Content
Guests cannot view hidden content. Please log in.
Signature
Working on this