This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

[OzzModz] Verification Badges [Paid] 2.0.2

No permission to buy ($30.00)
Painbaker ozzy47
Can I contribute fund for an update to this addon where I can use some variables on different XF templates.
For example, I like to be able to highlight resource reviews by users who have the Verification badges.
Modify resource_reviews template and wrap it around <xf:if is="$ozzmodz_verification_badges_received_badge_ids == '1'"> then add some html for those reviews by verified members.
 
Thank you for the fix. Confirm the links work now.
Another bug I find.
The request fields Above message settings do not work. They will appear below message.

Will be fixed in the upcoming update

You can use this method for your condition:
$user.hasOzzModzVerificationBadge(1)
 
You can use this method for your condition:
$user.hasOzzModzVerificationBadge(1)
Appreciate it.
Going through it now, I'm playing with the xfrm_resource_review_macros template now, trying to put it something simple like
<xf:if is="$user.hasOzzModzVerificationBadge(1)">
Show something.
</xf:if>

I put {{ dump(vars()) }} in that template but it doesn't seem to show anything similar to the method you mentioned.
Thank you
 
There is no $user variable in this template macros

Try this:

HTML:
You must validate your XenForo license to see code
We are almost there. Can you show me where to put the conditional in that template so it only affects reviews by verified members?
The way I put it right now, it will hide all reviews except those with verified badges.

I like to show all reviews, and those by verified members, it has an extra text "Show something" to highlight.
HTML:
You must validate your XenForo license to see code
 
The following condition works for me but not sure if it's the best when we have different verified badges
<xf:if is="$review.User.ozzmodz_vb_badge_ids">
 
The example you sent should not hide other reviews
Perhaps you wrapped something unnecessary in the condition?
 
ozzy47 Painbaker
Updated patch 2 and got a new error
  • XF\Db\Exception: MySQL query error [1364]: Field 'status_message' doesn't have a default value
  • src/XF/Db/AbstractStatement.php:230
  • Generated by: Paul Lopez
  • 1/28/24 at 3:39 PM

Stack trace

 
Getting a ton of errors after the latest update and members without a verification bage are getting this when visiting the site
An unexpected error occurred. Please try again later.

Error Log has a ton of these errors
 
Painbaker ozzy47
Installed XF 2.2.15 today and found these errors. I think it's related to this addon
Code:
You must validate your XenForo license to see code
Code:
You must validate your XenForo license to see code
Code:
You must validate your XenForo license to see code
 
Installed XF 2.2.15 today and found these errors. I think it's related to this addon
Doesn't look like it
The add-on appears in the stacktrace only because it also extends one from these classes (Templater::fnUsernameLink), but it's not related to your errors
 
Thanks for checking it out. Should I report to XF dev or I need to figure out which addon caused this first?
 
Thanks for checking it out. Should I report to XF dev or I need to figure out which addon caused this first?

Yes, you should probably report to XF devs.

But i don't have SV\SignupAbuseBlocking add-on and I can't say if it could be the cause

TickTackk\ChangeContentOwner shouldn't cause such errors.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…