Author Topic: SMF integration  (Read 2371 times)

0 Members and 1 Guest are viewing this topic.

Offline lynx

  • Jr. Member
  • **
  • Posts: 59
  • Karma: 15
SMF integration
« on: January 10, 2010, 09:45:16 PM »
Hey all,
I have the code from http://forums.ulyssesmod.net/index.php/topic,3241.msg9622.html#msg9622 but I am trying to figure out how the steamid is linked to the member on the forums.  I am trying to integrate my servers so I can use a global admin system so I dont have to keep adding them to each of our servers.

Thanks

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: SMF integration
« Reply #1 on: January 11, 2010, 09:01:13 AM »
You just add a custom field for users to enter their steamid with. You'll need to modify the code significantly if you're using the SVN version of ULX or if you're using SMF2.
Experiencing God's grace one day at a time.

Offline lynx

  • Jr. Member
  • **
  • Posts: 59
  • Karma: 15
Re: SMF integration
« Reply #2 on: January 11, 2010, 09:19:03 AM »
You just add a custom field for users to enter their steamid with. You'll need to modify the code significantly if you're using the SVN version of ULX or if you're using SMF2.
Just using the non SVN and the SMF 1.1.11.  This may sound like a noob question, but how do I add that custom field?

(Not a noob, I code PHP and stuff, just sick and not really thinking straight atm)

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: SMF integration
« Reply #3 on: January 11, 2010, 09:23:33 AM »
Just using the non SVN and the SMF 1.1.11.  This may sound like a noob question, but how do I add that custom field?

(Not a noob, I code PHP and stuff, just sick and not really thinking straight atm)

There's an addon for SMF1 to add custom fields, it's what I was using for the code given in the post.
Experiencing God's grace one day at a time.