Author Topic: Loging in with Steam into Ulysses?  (Read 2623 times)

0 Members and 1 Guest are viewing this topic.

Offline LuaTenshi

  • Hero Member
  • *****
  • Posts: 545
  • Karma: 47
  • Just your ordinary moon angel!
    • Mirai.Red
Loging in with Steam into Ulysses?
« on: November 29, 2012, 09:44:47 AM »
I always woundered why this forum did not have a login with steam feature, also have you ever concidered giving it a face lift to make it look more attractive? (IMO there should be way more people passing through here.)
I cry every time I see that I am not a respected member of this community.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Loging in with Steam into Ulysses?
« Reply #1 on: November 29, 2012, 02:05:18 PM »
We don't have time to program a steam login for the forums, and there is no mod for this currently available (great to read comments in that link though, people who don't understand software are funny).

I quite like this forum theme... :)
Experiencing God's grace one day at a time.

Offline LuaTenshi

  • Hero Member
  • *****
  • Posts: 545
  • Karma: 47
  • Just your ordinary moon angel!
    • Mirai.Red
Re: Loging in with Steam into Ulysses?
« Reply #2 on: November 30, 2012, 08:09:36 AM »
We don't have time to program a steam login for the forums, and there is no mod for this currently available (great to read comments in that link though, people who don't understand software are funny).

I quite like this forum theme... :)

What about this...

Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
<xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)">
<XRD>
<Service priority="0">
<Type>http://specs.openid.net/auth/2.0/server</Type>
<URI>https://steamcommunity.com/openid/login</URI>
</Service>
</XRD>
</xrds:XRDS>

You already have OpenID on here, you just need to slightly modify it... ( http://steamcommunity.com/dev ) ( http://whatthefrag.net/2011/10/steam-openid-explained/ )
And drop one of the nice buttons onto here.
I cry every time I see that I am not a respected member of this community.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Loging in with Steam into Ulysses?
« Reply #3 on: December 01, 2012, 02:43:04 PM »
Hellfox, you seem to have more time than we do.
Please feel free to write one, test it on your own dev SMF/PHP box, and post it on the SMF forums Mod download site.
Not only would it be a good addition here, I'm sure MANY people in the SMF admin community would appreciate it.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming