Zen Cart Logo
Forums / General Questions / Simple Machines Forum and Zen Cart

Simple Machines Forum and Zen Cart

Locked

Views: 1,469

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
24 Mar 2008, 4:17 AM
#1
darktowerhobbies avatar

darktowerhobbies

New Zenner

Join Date:
Jan 2008
Posts:
83
Plugin Contributions:
0

Simple Machines Forum and Zen Cart

Has anyone tried or will Zen Cart work with Simple Machines Forum or just phbb

24 Mar 2008, 6:07 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Simple Machines Forum and Zen Cart

Try PM'ing yellow1912 as he is a SMF advocate and has stated this is easy - See:
http://zen-cart.com/forum/showthread.php?t=87385&highlight=phpbb+forum

But I do not integrate Forums and offer the individual the option along this line:

For privacy concerns you can select a different name when signing up for the forum or you can select to make it the same

24 Mar 2008, 3:50 PM
#3
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple Machines Forum and Zen Cart

The easiest way to integrate any forum is to use curl, if your host allows that, of course.
You can simply take the info the user enters into zencart register/login form and post it to the forum using curl. With SMF, remember that the password is hashed by javascript though, so you will also need to hash your password before posting.

For logoff or retrieve forum info, you can use smf api. PHPBB doesnt have api but it may have something else.

If you dont want to use curl, you can go to their forum and check the bridges, but it's much more complicated. curl will certainly work for registering, now im not sure if it works for login though, it will need a bit of testing.

Regards