Wiccle.com in Facebook Wiccle.com in Twitter Wiccle.com in LinkedIn Wiccle.com in Youtube RSS from Wiccle.com Wiccle.com in Atom
 
 
 

Thread: Forum in iWiccle

Started: June 3, 2010, 02:09 AM  ⋅  Zone: Public Forums  ⋅  Category: Install & Modification  ⋅  Posts: 2  ⋅  Views 717
Started by: starz  ⋅  Description: No description.
Post #1
Member: starz  ⋅  Date: June 3, 2010, 02:09 AM  ⋅ Subject: "Forum in iWiccle"

Ive managed to pop a phpbb3 forum inline with iWiccle. Is there anyways I could take the create a user login session to forward some parts to the creation of the user in the phpbb3 forum? Basically integrating into one login/create user forms?

Post #2
Member: Markus  ⋅  Date: June 3, 2010, 08:26 PM  ⋅ Subject: "Re: Forum in iWiccle"

A phpBB 3 plugin is one of the first third party plugins I intend to crunch together. What we will have is a generic integration layer for managing database overlaps, for automating basic data input both ways, and a URL combining setup, to make them work as native as possible in our software.

If you want to tweak around in the meantime, here's a recipe for a quick member integration:

  • Open /core/ajax/members.php, scroll to line #530 -- MemberSQL::insert_new_member_short() etc. -- and after it link to a file containing your phpBB plugin script.
  • The details to be included in w_members in the database will be available under $data to the plugin file. (Do print_r to see what's included.)
  • Look up the user database table structure in phpBB, and in your plugin file, insert the new member's details accordingly.
 

Install & Modification

Add to Favorites
Public Forums
Category  ⋅  Deploying iWiccle and Wiccle into unique solutions that match your needs.
 

Public Forums

Add to Favorites
Public Forums
Zone  ⋅ Public forum sections for support and discussions. Available for everyone.
 

Zone Categories

 
Questions? Ask us!
Back to Top