[RSS Feed/News] Adding a user upgrade with code

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I have Xenforo integrated with my site, and I need to add user upgrades from my site's admin CP.

I know how to find a user, and I know how to find an upgrade

Code:

Code:
$user = \XF::em()->find('XF:User', $userid);
$upgrade = \XF::em()->find('XF:UserUpgrade', 2);

But how do you add the upgrade to the user?

EDIT: nevermind, after more searching found this thread
xenforo.com

XF 2.1 - XF Framework - User Upgrades/Downgrades

Hello, I'm currently coding an external page with PHP and I need to be able to upgrade/downgrade users through the XF framework. Unfortunarely I can't find any references for user upgrade/downgrades. Can someone share some code for User upgrades/downgrades through the XF framework? :) Currenty...
xenforo.com
xenforo.com
solves everything!

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom