![]() |
Multiple Groupimages on Postbit - Printable Version +- Xucce (https://xucce.com) +-- Forum: Forums (https://xucce.com/forum-1.html) +--- Forum: MyBB Development (https://xucce.com/forum-4.html) +---- Forum: Tutorials (https://xucce.com/forum-11.html) +---- Thread: Multiple Groupimages on Postbit (/thread-46.html) |
Multiple Groupimages on Postbit - Erik - 06-04-2025 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']} 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 ContentGuests cannot view hidden content. Please log in. |