Simple Machines Community Forum

Customizing SMF => Bridges and Integrations => Topic started by: -=[Vyorel]=- on October 19, 2011, 03:59:20 PM

Title: SMF with LGSL
Post by: -=[Vyorel]=- on October 19, 2011, 03:59:20 PM
Hello!

How to implemented LGSL in SMF (SMF accounts = LGSL accounts, etc)
I'am using SMF 2.0.1



Thanks!
Title: Re: SMF with LGSL
Post by: Kindred on October 20, 2011, 09:51:56 AM
Well, we'd need a WHOLE LOT more information... 

I was unable to find any USEFUL information about LGSL, so - off the top of my head, without more data, the answer is "there is no way".

is LGSL in php/mySQL?
If it's a network service, does it provide an API to link accounts? (in PHP?)
Title: Re: SMF with LGSL
Post by: -=[Vyorel]=- on October 20, 2011, 12:59:15 PM
Quote from: Kindred on October 20, 2011, 09:51:56 AM
is LGSL in php/mySQL?
Yes, LGSL use php and mysql.
Title: Re: SMF with LGSL
Post by: Kindred on October 20, 2011, 02:48:48 PM
then us either the integration functions (see the wiki) or the API (see the post in this board)
Title: Re: SMF with LGSL
Post by: -=[Vyorel]=- on October 21, 2011, 11:41:36 PM
Quote from: Kindred on October 20, 2011, 02:48:48 PM
then us either the integration functions (see the wiki) or the API (see the post in this board)
Link for examples?
Title: Re: SMF with LGSL
Post by: Andre N on November 01, 2011, 11:29:03 AM
Here you go:
http://www.simplemachines.org/community/index.php?topic=453008.0

:)
Title: Re: SMF with LGSL
Post by: -=[Vyorel]=- on January 23, 2012, 03:34:51 AM
Solved!

I have used SSI.php
Functions:
<?php ssi_login(); ?>
and
<?php ssi_welcome(); ?>

Thanks!