- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,408
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I would like to find all the user groups that had set "Maximum images" to 5
What is the correct way to query?
How do I continue with the finder below?
Code:
What is the correct way to query?
How do I continue with the finder below?
Code:
\XF::app()->repository('XF:User')->finder('XF:UserGroup') .....