MyBB Community Forums

Full Version: Profile badge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to add badges that will be given to users automatically.

I have installed @Omar G. plugin
https://community.mybb.com/mods.php?acti...w&pid=1220
and I am trying to give a badge to users once they have more than 29 possitive feedback

This is my code I use in member_profile templates but doesnt work.

Can anyone help?

		<!--Trusted member-->
				<if $memprofile['ougc_feedback'] > 29 then>
					<div class="motm_wrapper-famous"><div class="motm-famous">
						<i class="fas fa-star"></i> Trusted member</div></div>
					<else>
							</if>
		<!--Trusted member-->
Hi,

maybe with $average or with $stats['positive'] ?

Sure Omar G. knows better.