Xucce
CSS Userbars on members profile [without plugin] - 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: CSS Userbars on members profile [without plugin] (/thread-48.html)



CSS Userbars on members profile [without plugin] - Erik - 06-04-2025

Preview

[Image: NH80kQW.gif]


AdminCP>>Templates & Styles>>Templates>>YOUR THEME>>Member Templates>>member_profile_groupimage
Find this
Code:
<img src="{$memperms['image']}" alt="{$usertitle}" title="{$usertitle}" />

and replace with this
Code:
<span class="userbars_{$memperms['title']}">{$memperms['title']}</span>



Locked Content

Guests cannot view hidden content. Please log in.