Customizing SMF > Modifications and Packages

Wordpress 3.0+ User Integration

<< < (2/44) > >>

Ken.:

--- Quote from: Eudemon on May 19, 2011, 07:35:58 PM ---hey 1st page reply for a soon be popular mod  ;D

--- End quote ---

Plus 1!  8)

SlammedDime:

--- Quote from: Eudemon on May 19, 2011, 07:53:52 PM ---didn't know u were online, was editing my post
thx for the quick respond tho


--- Quote ---When a user updates their profile in SMF, it will update in Wordpress
--- End quote ---
does this include post counts, avatar etc? (i'm sure password, e-mail stuff are included right)


--- Quote ---It also won't work on more than one wp/smf combo, as the database info is contained in the wp-config.php file for one wp install only.
--- End quote ---
i think it should work if those wp or smf share some tables
for example i have 2 smf sites that are in the same database with separate tables
but they share the same member, membergroup etc tables

can u gimme a list of tables this mod will modify just to make sure it won't have conflict

--- End quote ---
I don't see how post counts would sync... wordpress doesn't track that data.  Avatar won't sync either.  The only items that sync are:

--- Code: ---            'member_name' => 'user_login',
            'real_name' => 'display_name',
            'email_address' => 'user_email',
            'id_group' => 'role',
            'website_url' => 'user_url',

--- End code ---

This mod also does not modify any database tables.  It only inserts members into SMF's members table or Wordpress' user table, either through SMF's registerMember method or direct database injection respectively.



--- Quote from: live627 on May 19, 2011, 08:02:25 PM ---
--- Quote from: SlammedDime on May 19, 2011, 07:45:50 PM ---eh?

--- End quote ---
Your own rule got broken. So the PHP4 compatibility rule is null and void now, then.

--- End quote ---
You should probably take some time to review the updated Customization Guidelines...

King N:
A feature to be added is that whenever a post is made in wordpress, a thread about that post is made in smf.

Masterd:
Nice mod, SlammedDime! :D

Özgür:
As always with SlammedDimme, nice work.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version